CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/05/13 09:08:10
Modified files:
usr.sbin/ntpd : ntpd.h sensors.c
Log message:
when using a timedelta sensor for -s, if the sensor is invalid during
the first query we will never do the settime because
SENSOR_QUERY_INTERVAL (30s) is greater than SETTIME_TIMEOUT (15s). so
during the settime period only, be more aggressive and use
SETTIME_TIMEOUT/3 for the query interval.
ok henning@
