-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
AmirVoid12 edited this page Sep 18, 2026
·
1 revision
-
http,https,tcp,udp,dnsprobes - Event system:
up,down,slow,probe_error - Native ICMP addon in C for Linux
- IPv4 and IPv6 ICMP
- Unprivileged ping through
SOCK_DGRAM, withSOCK_RAWfallback - Destination Unreachable and Time Exceeded detection
- Prebuilt binaries for Linux (
x64,arm64, musl) - Wire the native addon into the public
pingprobe options (timeout,count,ttl)
- macOS support for ICMP
- Windows support for ICMP
- Hostname resolution for
ping - Expose
ttl,hopsand multi-packetstatsin the public event
Windows and macOS are blocked at install time ("os": ["linux"]) until they are supported.
ICMP
Help