First of all, thanks for writing this package, it's quite useful! I'm having some troubles interpreting the ping times when trying to compare this to unix ping. When I'm trying to ping the gateway I'm getting ``(18718812 ns ,18.718812 ms) -- snd is ns / 10e6`` while unix ping reports ``~0.18 ms`` I'm wondering how it computes this and why there's such a big different. Looking at https://github.com/sparrc/go-ping/blob/master/ping.go it seems to extract RTT from the packet using `bytesToTime` function. Is this also the approach used by unix ping?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by sorki and has received 9 comments.