pub type SocketBuffer<const N: usize> = RingBuffer<u8, N>;
Expand description

A UDP socket ring buffer.