ntp: shorten presend delay to 2 seconds

This commit is contained in:
Miroslav Lichvar
2016-11-23 15:55:37 +01:00
parent 2408bbcd77
commit d23c647e34
3 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ static ARR_Instance broadcasts;
#define IBURST_TOTAL_SAMPLES SOURCE_REACH_BITS
/* Time to wait after sending packet to 'warm up' link */
#define WARM_UP_DELAY 4.0
#define WARM_UP_DELAY 2.0
/* Compatible NTP protocol versions */
#define NTP_MAX_COMPAT_VERSION NTP_VERSION