Type Alias netstack3_tcp::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 */ }