Expand description
Parsing and serialization of UDP packets.
The UDP packet format is defined in RFC 768.
Structs§
- UdpPacket
 - A UDP packet.
 - UdpPacket
Builder  - A builder for UDP packets.
 - UdpPacket
Raw  - A partially-parsed and not yet validated UDP packet.
 - UdpParse
Args  - Arguments required to parse a UDP packet.
 
Constants§
- HEADER_
BYTES  - The size of a UDP header in bytes.