Module udp

Source
Expand description

Parsing and serialization of UDP packets.

The UDP packet format is defined in RFC 768.

Structs§

UdpPacket
A UDP packet.
UdpPacketBuilder
A builder for UDP packets.
UdpPacketRaw
A partially-parsed and not yet validated UDP packet.
UdpParseArgs
Arguments required to parse a UDP packet.

Constants§

HEADER_BYTES
The size of a UDP header in bytes.