From a949ab69359ad32798db08a5f4ab7100e3f0ef96 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 19 Apr 2010 15:53:39 +0200 Subject: [PATCH] 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. --- ntp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp_core.c b/ntp_core.c index 7ca8dc1..ca9a32f 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: