Expand description
ICMP socket.
Supplies synchronous and asynchronous interfaces for sending and receiving Internet Control Message Protocol packets.
Structs§
- Async
Icmp Socket - Asynchronous ICMP socket built on Tokio.
- Icmp
Config - Configuration for an ICMP socket.
- Icmp
Socket - Synchronous ICMP socket.
Enums§
- Icmp
Kind - ICMP protocol version.
- Icmp
Socket Type - ICMP socket type, either DGRAM or RAW.