]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: reduce burst timeout to 2.0
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Apr 2014 13:49:42 +0000 (15:49 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Apr 2014 15:16:30 +0000 (17:16 +0200)
With the new special mode ending it can be now equal to the burst
polling interval.

ntp_core.c

index 60b6f0faab67bc9919d2996bb28aacd17e6000cc..449fcd0640ad4db7a2848974baadb810b35ed7a7 100644 (file)
@@ -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