From: Miroslav Lichvar Date: Mon, 19 Apr 2010 13:53:39 +0000 (+0200) Subject: Increase burst polling interval X-Git-Tag: 1.25-pre1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a949ab69359ad32798db08a5f4ab7100e3f0ef96;p=thirdparty%2Fchrony.git Increase burst polling interval To avoid getting KoD RATE from NTP server (triggering discard minimum 1) when burst sampling, increase polling interval to 2 seconds. --- diff --git a/ntp_core.c b/ntp_core.c index 7ca8dc11..ca9a32f5 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -1221,7 +1221,7 @@ receive_packet(NTP_Packet *message, struct timeval *now, double now_err, NCR_Ins case MD_BURST_WAS_OFFLINE: requeue_transmit = 1; - delay_time = 0.0; + delay_time = SAMPLING_SEPARATION; break; default: