Module udp

Source
Expand description

Methods for dealing with UDP sockets.

Structs§

UdpPacketMeta
Auxiliary information about an incoming UDP packet.
UdpSocketId
A UDP socket.

Enums§

SendError
Error when sending a packet on a socket.
SendToError
An error encountered while sending a UDP packet to an alternate address.
UdpRemotePort
The remote port for a UDP socket.

Traits§

UdpBindingsTypes
The bindings context providing external types to UDP sockets.
UdpReceiveBindingsContext
The bindings context handling received UDP frames.