bparli / fastping-rs

ICMP ping library in Rust inspired by go-fastping and AnyEvent::FastPing Perl module
MIT License
78 stars 12 forks source link

Implement ICMPv6 sequence and identifier #37

Closed rcloran closed 1 year ago

rcloran commented 1 year ago

pnet 0.29 introduced support for ICMPv6 echo, so adding support in fastping-rs is now fairly straightforward.

Fixes #26