prometheus-community / pro-bing

A library for creating continuous probers
MIT License
309 stars 52 forks source link

Investigate using SO_TIMESTAMP for packet timing #12

Open SuperQ opened 2 years ago

SuperQ commented 2 years ago

Per this thread, we should be able to get more accurate RTT results if we use the Linux kernel to get timestamps (depending on the platform of course).

SuperQ commented 2 years ago

Related: https://github.com/golang/go/issues/47926

Hipska commented 1 year ago

Would be very interested in the progress of this feature!