ntp: move definition of invalid stratum to ntp.h

This commit is contained in:
Miroslav Lichvar
2019-11-07 15:52:34 +01:00
parent fa402a173a
commit 83010590af
2 changed files with 3 additions and 3 deletions

View File

@@ -241,9 +241,6 @@ static ARR_Instance broadcasts;
/* Maximum allowed dispersion - as defined in RFC 5905 (16 seconds) */
#define NTP_MAX_DISPERSION 16.0
/* Invalid stratum number */
#define NTP_INVALID_STRATUM 0
/* Maximum allowed time for server to process client packet */
#define MAX_SERVER_INTERVAL 4.0