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
send
andrecv
halves. - 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
Socket
with boxedTx
andRx
halves.