Expand description
UDP socket.
Provides synchronous and asynchronous UDP APIs along with configuration utilities for common socket options.
Structs§
- Async
UdpSocket - Asynchronous UDP socket built on top of Tokio.
- UdpConfig
- Configuration options for a UDP socket.
- UdpSocket
- Synchronous low level UDP socket.
Enums§
- UdpSocket
Type - UDP socket type, either DGRAM or RAW.