ntp: reduce burst timeout to 2.0

With the new special mode ending it can be now equal to the burst
polling interval.
This commit is contained in:
Miroslav Lichvar 2014-04-10 15:49:42 +02:00
parent 3888b9dcec
commit bc6b40568d

View 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