pub type RawSocketBuffer<'a> = PacketBuffer<'a, ()>;
Expand description

A UDP packet ring buffer.