K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-14T01:46:34.000000Z K 7 svn:log V 366 When adjusting timer::rest, round to the closest TICKUNIT usecs value. This has minimal impact here, but if ppp ever needs to frequently remove timers before they've timed out, it can badly skew the next item in the timer list without this change. The correct fix would be to store usecs in `rest' rather than TICKUNITs, but the math is easier if we just round... END