surge-ping icon indicating copy to clipboard operation
surge-ping copied to clipboard

Asynchronous implementation of ping in rust, based on tokio 1.x

Results 3 surge-ping issues
Sort by recently updated
recently updated
newest added

Linux [kernel patch](http://lwn.net/Articles/420800/) from 2010 which allows unprivileged users to create an ICMP datagram socket that is restricted to sending and receiving ICMP ECHO packets: https://sturmflut.github.io/linux/ubuntu/2015/01/17/unprivileged-icmp-sockets-on-linux/

https://github.com/kolapapa/surge-ping/blob/1b918ff301565a36cfc5fdf09a503b7409ba4274/src/ping.rs#L58 I think it supports milliseconds also according to the implementation. Just make sure my understanding is right.

Thanks for this great library