Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 09/06/1999 14:58:46
Module Name:	basesrc
Committed By:	sommerfeld
Date:		Mon Sep  6 21:58:46 UTC 1999

Modified Files:
	basesrc/usr.sbin/xntp/xntpd: ntp_peer.c

Log Message:
When peers are configured "remotely" (by ntp_intres.c), don't start
more than one per timer tick.  this will hopefully cause faster
convergence since the responses are less likely to pile up on top of
each other.  (they'll eventually get randomized out of synch with each
other, but there's no sense in starting them off synchronized).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/xntp/xntpd/ntp_peer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.