* W. C. A. Wijngaards:

> That is strange.  Your clocks are synchronised, so that is not it.

Process time and system time are not necessarily equal.  Depending on
which clock you ask, there might be some magic that prevents the
process clock from going backwards and jumping forward (which would
otherwise wreck havoc with timeout handling in select() loops).

clock_gettime(CLOCK_MONOTONIC) should not be affected by this.
I'm not sure about the gettimeofday() behavior.

-- 
Florian Weimer                <[email protected]>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

_______________________________________________
Unbound-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to