Macros§
Structs§
- Maybe
Connected Socket  - A cheap wrapper around a datagram socket which describes if it is connected to an explicit peer.
 - Quic
Audit Stats  - Socket
Stats  - Startup
Exit  - Statistics from when a CCA first exited the startup phase.
 
Enums§
- Startup
Exit Reason  - The reason a CCA exited the startup phase.
 - Stream
Closure Kind  
Constants§
Traits§
- AsDatagram
Socket Recv  - A convenience method that can be implemented for any type if it wants
to forward its 
DatagramSocketRecvfunctionality to an inner field/socket. This automatically derivesDatagramSocketRecv. - AsDatagram
Socket Send  - A convenience method that can be implemented for any type if it wants
to forward its 
DatagramSocketSendfunctionality to an inner field/socket. This automatically derivesDatagramSocketSend. - AsSocket
Stats  - Datagram
Socket  - Describes an implementation of a connected datagram socket.
 - Datagram
Socket Recv  - Describes the receive half of a connected datagram socket.
 - Datagram
Socket Recv Ext  - Reads datagrams from a socket.
 - Datagram
Socket Send  - Describes the send half of a connected datagram socket.
 - Datagram
Socket Send Ext  - Writes datagrams to a socket.
 - Datagram
Socket With Stats  - Shutdown
Connection  - Shutdown
Connection Ext  - Shuts down a datagram oriented connection.