ntp.h (ntp-4.2.8p14) | : | ntp.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 131 | skipping to change at line 131 | |||
#define NTP_MINCLOCK 3 /* min survivors */ | #define NTP_MINCLOCK 3 /* min survivors */ | |||
#define NTP_MAXCLOCK 10 /* max candidates */ | #define NTP_MAXCLOCK 10 /* max candidates */ | |||
#define MINDISPERSE .001 /* min distance */ | #define MINDISPERSE .001 /* min distance */ | |||
#define MAXDISTANCE 1.5 /* max root distance (select threshold) */ | #define MAXDISTANCE 1.5 /* max root distance (select threshold) */ | |||
#define CLOCK_SGATE 3. /* popcorn spike gate */ | #define CLOCK_SGATE 3. /* popcorn spike gate */ | |||
#define HUFFPUFF 900 /* huff-n'-puff sample interval (s) */ | #define HUFFPUFF 900 /* huff-n'-puff sample interval (s) */ | |||
#define MAXHOP 2 /* anti-clockhop threshold */ | #define MAXHOP 2 /* anti-clockhop threshold */ | |||
#define MAX_TTL 8 /* max ttl mapping vector size */ | #define MAX_TTL 8 /* max ttl mapping vector size */ | |||
#define BEACON 7200 /* manycast beacon interval */ | #define BEACON 7200 /* manycast beacon interval */ | |||
#define NTP_MAXEXTEN 2048 /* max extension field size */ | #define NTP_MAXEXTEN 2048 /* max extension field size */ | |||
#define NTP_ORPHWAIT 300 /* orphan wair (s) */ | #define NTP_ORPHWAIT 300 /* orphan wait (s) */ | |||
/* | /* | |||
* Miscellaneous stuff | * Miscellaneous stuff | |||
*/ | */ | |||
#define NTP_MAXKEY 65535 /* max authentication key number */ | #define NTP_MAXKEY 65535 /* max authentication key number */ | |||
#define KEY_TYPE_MD5 NID_md5 /* MD5 digest NID */ | #define KEY_TYPE_MD5 NID_md5 /* MD5 digest NID */ | |||
/* | /* | |||
* Limits of things | * Limits of things | |||
*/ | */ | |||
#define MAXFILENAME 256 /* max length of file name */ | #define MAXFILENAME 256 /* max length of file name */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |