CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/10 21:38:56
Modified files:
sbin/ping6 : ping6.c
Log message:
port src/sbin/ping/ping.c r1.115.
> use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the
> interval between sending a ping and getting a reply for it.
>
> this makes it resistant against local wall clock changes, which can
> skew the intervals reported or make them go negative.
requested by deraadt@ florian@
