From bc6b40568d90a206bc74b7d15ba8a4e3d4f735ae Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 10 Apr 2014 15:49:42 +0200 Subject: [PATCH] ntp: reduce burst timeout to 2.0 With the new special mode ending it can be now equal to the burst polling interval. --- ntp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp_core.c b/ntp_core.c index 60b6f0f..449fcd0 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