go-ping / ping

ICMP Ping library for Go
MIT License
1.31k stars 344 forks source link

Flexible ping interval option (allows to send next ping packet as soon as the previous packet echo answer is received) #222

Closed emakeev closed 1 year ago

emakeev commented 1 year ago

Add a pinger flag to allow sending consecutive ping packets as soon as preceding packet's echo response was successfully received & parsed.

SuperQ commented 1 year ago

See https://github.com/go-ping/ping/pull/226