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