Crate async_transport

Source
Expand description

Uniform interface to send/recv UDP packets with ECN information.

Structs§

Capabilities
The capabilities a UDP socket supports on a certain platform
RecvMeta
Transmit
UdpSockRef
A borrowed UDP socket
UdpSocket
UdpSocketState
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§

AsyncUdpSocket
Abstract implementation of a UDP socket for runtime independence