Crate icmp_socket

Source
Expand description

An ICMP socket library that tries to be ergonomic to use.

The standard ping examples for both Ipv6 and IPv4 are in the examples directory.

Re-exports§

Modules§

  • Packet parsing and construction.
  • ICMP Socket implementations for both ICMP4 and ICMP6 protocols.