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ยง
pub struct TcpCountersWithoutSocket<I> { /* private fields */ }