pub type UdpCountersWithoutSocket<I> = IpMarked<I, UdpCountersWithoutSocketInner>;Expand description
Counters for UDP 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 UdpCountersWithoutSocket<I> { /* private fields */ }