Struct peel_ip::layer3::udp::UdpPacket
[−]
[src]
pub struct UdpPacket { pub header: UdpHeader, pub path_error: Option<PathErrorType>, }
Representation of an User Datagram Protocol packet
Fields
header: UdpHeader
The header of the UDP packet
path_error: Option<PathErrorType>
Set to some error code if the connection tracking failed