From: Miroslav Lichvar Date: Mon, 7 Apr 2014 15:11:23 +0000 (+0200) Subject: ntp: reduce burst timeout to 2.5 seconds X-Git-Tag: 1.30-pre1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d8586b6de9fc78dd08e40b8855daf3520e50cf;p=thirdparty%2Fchrony.git ntp: reduce burst timeout to 2.5 seconds This reduces the maximum time initstepslew can take. --- diff --git a/ntp_core.c b/ntp_core.c index 3d55d72c..60b6f0fa 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 8.0 +#define BURST_TIMEOUT 2.5 /* Number of samples in initial burst */ #define IBURST_GOOD_SAMPLES 4