ntp: define NTP_MAX_STRATUM for other modules

This commit is contained in:
Miroslav Lichvar
2014-10-14 17:24:41 +02:00
parent af0b83a2c3
commit e0059bcc6b
4 changed files with 8 additions and 5 deletions

3
ntp.h
View File

@@ -41,6 +41,9 @@ typedef uint32_t NTP_int32;
/* The NTP protocol version that we support */
#define NTP_VERSION 4
/* Maximum stratum number (infinity) */
#define NTP_MAX_STRATUM 16
/* The minimum valid length of an extension field */
#define NTP_MIN_EXTENSION_LENGTH 16