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

A TCP socket ring buffer.