pub type UdpSocketBuffer<'a> = PacketBuffer<'a, IpEndpoint>;
Expand description

A UDP packet ring buffer.