Struct smoltcp::socket::TcpSocketBuffer [] [src]

pub struct TcpSocketBuffer<'a> { /* fields omitted */ }

A TCP stream ring buffer.

Methods

impl<'a> SocketBuffer<'a>
[src]

Create a packet buffer with the given storage.

Trait Implementations

impl<'a> Debug for SocketBuffer<'a>
[src]

Formats the value using the given formatter.