Expand description
ICMP Socket implementations for both ICMP4 and ICMP6 protocols.
There is a common IcmpSocket trait implemented for both the v4 and v6 protocols. The socket is associated to both an address type and packet type.
Structs§
- Icmp
Socket4 - An ICMPv4 socket.
- Icmp
Socket6 - An Icmpv6 socket.
Traits§
- Icmp
Socket - Trait for an IcmpSocket implemented by Icmpv4Socket and Icmpv6Socket.