go-ping / ping

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

Add OnSetup callback #155

Closed mem closed 3 years ago

mem commented 3 years ago

It allows users to do something after the listening socket is set up but before the first packet is sent. One specific use case is measuring the time it takes the system to send the first packet.

Signed-off-by: Marcelo E. Magallon marcelo.magallon@grafana.com