Module socket

Source
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§

IcmpSocket4
An ICMPv4 socket.
IcmpSocket6
An Icmpv6 socket.

Traits§

IcmpSocket
Trait for an IcmpSocket implemented by Icmpv4Socket and Icmpv6Socket.