<div dir="ltr"><div><div><div>Hi,<br><br></div>Radvd v1.13 includes this change..<br><br> time: Use clock_gettime and monotonic clock<br> <br> Currently the system time is used to calculate the timeout in<br> milliseconds for the poll function. This can lead to bugs as soon as the<br>
time of the system changes through NTP. For example starting radvd<br> before NTP can lead to a 44 year jump, resulting in a poll timeout of<br> 10^6 seconds.<br> <br> This patch replaces all gettimeofday() usage by the better clock_gettime<br>
call using a monotonic clock which avoids those situations.<br><br></div><div>Please send bug reports to the mailing list.<br></div><div><br></div>Thanks,<br></div>Reuben<br></div>