Expand description
UDP sockets.
Structs§
- Metadata for a sent or received UDP packet.
- An UDP socket.
Enums§
- Error returned by
UdpSocket::bind
. - Error returned by
UdpSocket::recv_from
andUdpSocket::send_to
. - Error returned by
UdpSocket::recv_from
andUdpSocket::send_to
.
Type Aliases§
- A UDP packet metadata.