Add a new option (-i) that allows the insane deviation value to be set, and
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 02:40:20 +0000 (02:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 02:40:20 +0000 (02:40 +0000)
commit5e13edd7bed47b80b435ca14602f2c117adfb5c6
tree208f16775a4e3cb04bbc2b6d391f766a618550a6
parent2826b989b40da040c9f8318c9930477144ebe52a
Add a new option (-i) that allows the insane deviation value to be set, and
change the default to 0.5 seconds.  For example, -i 0.025 would set the test
to be 25ms.

Change the insane check... just map out a server deemed to be insane for 60
minutes, do not disconnect or reset it (which might lead to excessive packet
traffic).

Update the documentation.
usr.sbin/dntpd/client.c
usr.sbin/dntpd/defs.h
usr.sbin/dntpd/dntpd.8
usr.sbin/dntpd/main.c