pub type UdpCountersWithSocket<I> = IpMarked<I, UdpCountersWithSocketInner>;
Expand description
Counters for UDP 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ยง
struct UdpCountersWithSocket<I> { /* private fields */ }