Hi! On Thu, Jun 18, 2009 at 12:17:12PM +0000, Stuart Henderson wrote: >Jumping the clock doesn't play well with rtsol. If it jumps too >far, ipv6 timers expire, you lose your rtsol'd address/route, >and it takes a little time to reacquire them.
Shouldn't rtsold use something like clock_gettime and CLOCK_MONOTONIC then? (Or if it's about kernel parts, the kernel equivalent thereof, i.e. monotime, if I remember things correctly w/o looking at the source.) Kind regards, Hannah.