Expand description
Uniform interface to send/recv UDP packets with ECN information.
Structs§
- Capabilities
- The capabilities a UDP socket supports on a certain platform
- Recv
Meta - Transmit
- UdpSock
Ref - A borrowed UDP socket
- UdpSocket
- UdpSocket
State - Tokio-compatible UDP socket with some useful specializations.
Enums§
- EcnCodepoint
- Explicit congestion notification codepoint
Constants§
- BATCH_
SIZE - Number of UDP packets to send/receive at a time
Traits§
- Async
UdpSocket - Abstract implementation of a UDP socket for runtime independence