In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Bill Myers) wrote:

> local system clock.  Shorter polling intervals cause NTP to make large but
> less accurate calculations that never stabilize, causing the local system
> clock to wander.  Longer polling intervals allow NTP to calculate smaller

It would take some time to read the code and spec closely enough to be
completely sure, but I believe that maxpoll doesn't actually cap the 
loop time constant, so the loop is still less responsive to jitter.  However,
by setting maxpoll you are wasting resources by oversampling at a rate that
is simply filtered out by the low pass effect of the control loop.  Also,
ntpd chooses the sample from the last 8 that has the tightest error bounds,
where the bounds increase with time as well as depending on things like
round trip time.  If there is an 8 minute period with extended round trip
times because of an assymetric traffic load, maxpoll=4 will cause an
ureliable sample to be used, but the default polling interval will reject
that period.

As I understand, if the poll rate is faster than required, the sensitivity
will be reduced to compensate.

I think the one advantage of limiting maxpoll is that the system will detect
a step-out (>128ms) condition faster, but its better if the system doesn't
get those in the first place.

_______________________________________________
questions mailing list
[email protected]
https://lists.ntp.isc.org/mailman/listinfo/questions

Reply via email to