Module icmp

Module icmp 

Source
Expand description

ICMP socket.

Supplies synchronous and asynchronous interfaces for sending and receiving Internet Control Message Protocol packets.

Structs§

AsyncIcmpSocket
Asynchronous ICMP socket built on Tokio.
IcmpConfig
Configuration for an ICMP socket.
IcmpSocket
Synchronous ICMP socket.

Enums§

IcmpKind
ICMP protocol version.
IcmpSocketType
ICMP socket type, either DGRAM or RAW.