IcmpSocketSet

Type Alias IcmpSocketSet 

Source
pub type IcmpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Icmp<BT>>;
Expand description

The set of ICMP sockets.

Aliased Typeยง

pub struct IcmpSocketSet<I, D, BT>(/* private fields */);