Expand description
Network socket utilities and wrappers.
Structs§
- Quic
Listener  - Wrapper around a [
UdpSocket] for server-side QUIC connections. - Socket
 - A connected datagram socket with separate 
sendandrecvhalves. - Socket
Capabilities  - Indicators of sockopts configured for a socket.
 - Socket
Capabilities Builder  - Builder to enable Linux sockopts which improve QUIC performance.
 
Type Aliases§
- Boxed
Socket  - A type-erased variant of 
Socketwith boxedTxandRxhalves.