Expand description
Methods for dealing with UDP sockets.
Structs§
- UdpPacket
Meta - Auxiliary information about an incoming UDP packet.
- UdpSettings
- UDP layer settings.
- UdpSocket
Diagnostics - Publicly-accessible diagnostic information about UDP sockets.
- UdpSocket
Id - A UDP socket.
Enums§
- Receive
UdpError - Errors that Bindings may encounter when receiving a UDP datagram.
- Send
Error - Error when sending a packet on a socket.
- Send
ToError - An error encountered while sending a UDP packet to an alternate address.
- UdpRemote
Port - The remote port for a UDP socket.
- UdpSocket
Diagnostic Tuple - UDP socket tuple information for diagnostics.
Traits§
- UdpBindings
Types - The bindings context providing external types to UDP sockets.
- UdpReceive
Bindings Context - The bindings context handling received UDP frames.