Description
Provides UDP networking support for Haskell. UDP is useful for datagram-based communication where low latency or simple message sending matters more than built-in delivery guarantees.
It is useful for discovery, telemetry, games, streaming experiments, and custom protocols. It is a developer library and applications must handle reliability if they need it.