Expand description
ICMP socket support.
Sockets have an ICMP version as a type parameter, allowing precise types for IP address, etc.
If the use case demands runtime selection of IP versions ala net::IpAddr
, where the
version is determined at runtime, see SocketPair
.
Structsยง
- Icmp
Socket - An ICMP socket.
- Socket
Config - Config for creating sockets.
- Socket
Pair - Holds both an IPv4 and IPv6 socket.