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
Enums§
Constants§
Traits§
- AsDatagram
Socket Recv - A convenience method that can be implemented for any type if it wants
to forward its
DatagramSocketRecv
functionality 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
DatagramSocketSend
functionality 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.