From: Miroslav Lichvar Date: Thu, 10 Apr 2014 13:49:42 +0000 (+0200) Subject: ntp: reduce burst timeout to 2.0 X-Git-Tag: 1.30-pre1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6b40568d90a206bc74b7d15ba8a4e3d4f735ae;p=thirdparty%2Fchrony.git ntp: reduce burst timeout to 2.0 With the new special mode ending it can be now equal to the burst polling interval. --- diff --git a/ntp_core.c b/ntp_core.c index 60b6f0fa..449fcd06 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -184,7 +184,7 @@ struct NCR_Instance_Record { /* Time to wait before retransmitting in burst mode, if we did not get a reply to the previous probe */ -#define BURST_TIMEOUT 2.5 +#define BURST_TIMEOUT 2.0 /* Number of samples in initial burst */ #define IBURST_GOOD_SAMPLES 4