|
@ -1,4 +1,4 @@ |
|
|
/* $OpenBSD: ntpd.h,v 1.47 2004/12/09 20:24:46 mickey Exp $ */ |
|
|
|
|
|
|
|
|
/* $OpenBSD: ntpd.h,v 1.48 2004/12/16 00:38:59 dtucker Exp $ */ |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> |
|
|
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> |
|
@ -47,6 +47,8 @@ |
|
|
#define TRUSTLEVEL_AGRESSIVE 8 |
|
|
#define TRUSTLEVEL_AGRESSIVE 8 |
|
|
#define TRUSTLEVEL_MAX 10 |
|
|
#define TRUSTLEVEL_MAX 10 |
|
|
|
|
|
|
|
|
|
|
|
#define MAX_SERVERS_DNS 8 |
|
|
|
|
|
|
|
|
#define QSCALE_OFF_MIN 0.05 |
|
|
#define QSCALE_OFF_MIN 0.05 |
|
|
#define QSCALE_OFF_MAX 0.50 |
|
|
#define QSCALE_OFF_MAX 0.50 |
|
|
|
|
|
|
|
|