Module udp

Module udp 

Source
Expand description

Methods for dealing with UDP sockets.

Structs§

UdpPacketMeta
Auxiliary information about an incoming UDP packet.
UdpSettings
UDP layer settings.
UdpSocketDiagnostics
Publicly-accessible diagnostic information about UDP sockets.
UdpSocketId
A UDP socket.

Enums§

ReceiveUdpError
Errors that Bindings may encounter when receiving a UDP datagram.
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.
UdpSocketDiagnosticTuple
UDP socket tuple information for diagnostics.

Traits§

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