Module udp

Source

Structs§

AsyncUdpSocket
Asynchronous UDP socket built on top of Tokio.
UdpConfig
Configuration options for a UDP socket.
UdpSocket
Synchronous low level UDP socket.

Enums§

UdpSocketType
UDP socket type, either DGRAM or RAW.