netstack3_tcp

Type Alias TcpCounters

Source
pub type TcpCounters<I> = IpMarked<I, TcpCountersInner>;
Expand description

TCP Counters.

Accrued for the entire stack, rather than on a per connection basis.

Note that for dual stack sockets, all events will be attributed to the IPv6 counters.

Aliased Typeยง

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