Module udp

Module udp 

Available on crate feature udp only.
Expand description

UDP sockets.

Structs§

UdpMetadata
Metadata for a sent or received UDP packet.
UdpSocket
An UDP socket.

Enums§

BindError
Error returned by UdpSocket::bind.
RecvError
Error returned by UdpSocket::recv_from and UdpSocket::send_to.
SendError
Error returned by UdpSocket::recv_from and UdpSocket::send_to.

Type Aliases§

PacketMetadata
A UDP packet metadata.