Module mio::udp [] [src]

Primitives for working with UDP

The types provided in this module are non-blocking by default and are designed to be portable across all supported Mio platforms. As long as the [portability guidelines] are followed, the behavior should be identical no matter the target platform.

Structs

UdpSocket

A User Datagram Protocol socket.