Type Alias TcpCountersWithoutSocket

Source
pub type TcpCountersWithoutSocket<I> = IpMarked<I, TcpCountersWithoutSocketInner>;
Expand description

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

These counters are tracked stack wide.

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

Aliased Typeยง

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