[Babel-users] Main Loop Frequency

Juliusz Chroboczek jch at irif.fr
Tue Mar 7 21:41:32 UTC 2017


> And I claim that this special case is broken : 
> struct timeval x = {0, 500};
> timeval_min(&tv, &x)
> will leave tv unchanged even if it is larger than 500 microseconds.

timeval_min is only used with absolute times.  It is only broken during
the first second of 1970.

This could be easily fixed should you have a need to run babeld on New
Year, 1970.

-- Juliusz



More information about the Babel-users mailing list