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

An ICMPv4 socket.

An Icmpv6 socket.

Traits

Trait for an IcmpSocket implemented by Icmpv4Socket and Icmpv6Socket.