Deleted Added
full compact
ntp.h (358659) ntp.h (362716)
1/*
2 * ntp.h - NTP definitions for the masses
3 */
4#ifndef NTP_H
5#define NTP_H
6
7#include <stddef.h>
8#include <math.h>

--- 114 unchanged lines hidden (view full) ---

123#define MINDISPERSE .001 /* min distance */
124#define MAXDISTANCE 1.5 /* max root distance (select threshold) */
125#define CLOCK_SGATE 3. /* popcorn spike gate */
126#define HUFFPUFF 900 /* huff-n'-puff sample interval (s) */
127#define MAXHOP 2 /* anti-clockhop threshold */
128#define MAX_TTL 8 /* max ttl mapping vector size */
129#define BEACON 7200 /* manycast beacon interval */
130#define NTP_MAXEXTEN 2048 /* max extension field size */
1/*
2 * ntp.h - NTP definitions for the masses
3 */
4#ifndef NTP_H
5#define NTP_H
6
7#include <stddef.h>
8#include <math.h>

--- 114 unchanged lines hidden (view full) ---

123#define MINDISPERSE .001 /* min distance */
124#define MAXDISTANCE 1.5 /* max root distance (select threshold) */
125#define CLOCK_SGATE 3. /* popcorn spike gate */
126#define HUFFPUFF 900 /* huff-n'-puff sample interval (s) */
127#define MAXHOP 2 /* anti-clockhop threshold */
128#define MAX_TTL 8 /* max ttl mapping vector size */
129#define BEACON 7200 /* manycast beacon interval */
130#define NTP_MAXEXTEN 2048 /* max extension field size */
131#define NTP_ORPHWAIT 300 /* orphan wair (s) */
131#define NTP_ORPHWAIT 300 /* orphan wait (s) */
132
133/*
134 * Miscellaneous stuff
135 */
136#define NTP_MAXKEY 65535 /* max authentication key number */
137#define KEY_TYPE_MD5 NID_md5 /* MD5 digest NID */
138/*
139 * Limits of things

--- 811 unchanged lines hidden ---
132
133/*
134 * Miscellaneous stuff
135 */
136#define NTP_MAXKEY 65535 /* max authentication key number */
137#define KEY_TYPE_MD5 NID_md5 /* MD5 digest NID */
138/*
139 * Limits of things

--- 811 unchanged lines hidden ---