Add a new option (-i) that allows the insane deviation value to be set, and
commited7b4737c85d1079def2e3977e282f1cf835dff3
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 02:40:20 +0000 (26 02:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 02:40:20 +0000 (26 02:40 +0000)
treee2af4baa8b324b358656fda1698ea46f934fe39f
parent3937c114df480f8a7e1e8e6738d471299b73421d
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