Expand description
Uniform interface to send/recv UDP packets with ECN information.
Structs§
- Recv
Meta - Metadata for a single buffer filled with bytes received from the network
- Transmit
- An outgoing packet
- UdpSock
Ref - A borrowed UDP socket
- 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