ntp: reduce burst timeout to 2.5 seconds

This reduces the maximum time initstepslew can take.
This commit is contained in:
Miroslav Lichvar 2014-04-07 17:11:23 +02:00
parent 70928dba52
commit 60d8586b6d

View file

@ -184,7 +184,7 @@ struct NCR_Instance_Record {
/* Time to wait before retransmitting in burst mode, if we did not get /* Time to wait before retransmitting in burst mode, if we did not get
a reply to the previous probe */ a reply to the previous probe */
#define BURST_TIMEOUT 8.0 #define BURST_TIMEOUT 2.5
/* Number of samples in initial burst */ /* Number of samples in initial burst */
#define IBURST_GOOD_SAMPLES 4 #define IBURST_GOOD_SAMPLES 4