icmp-socket2 0.4.2

ICMP sockets for both IPv4 and IPv6. Fork of icmp-socket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "icmp-socket2"
description = "ICMP sockets for both IPv4 and IPv6. Fork of icmp-socket"
version = "0.4.2"
repository = "https://github.com/Lochnair/icmp-socket2"
authors = [
    "Jeremy Wall <jeremy@marzhillstudios.com>",
    "Nils Andreas Svee <me@lochnair.net>",
]
edition = "2024"
license = "Apache-2.0"

[dependencies.socket2]
version = "0.6"
features = ["all"]