Type Alias net::tcp::SocketBuffer

pub type SocketBuffer<'a> = RingBuffer<'a, u8>;
Expand description

A TCP socket ring buffer.

Aliased Type§

struct SocketBuffer<'a> { /* private fields */ }