Type Alias TcpCountersWithSocket

Source
pub type TcpCountersWithSocket<I> = IpMarked<I, TcpCountersWithSocketInner<Counter>>;
Expand description

Counters for TCP events that can be attributed to an individual socket.

These counters are tracked stack wide and per socket.

Note on dual stack sockets: These counters are tracked for SockI.

Aliased Typeยง

struct TcpCountersWithSocket<I> { /* private fields */ }