diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-03-09 16:52:44 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-03-09 16:52:44 +0000 |
commit | 2ee1c658be792d4afea305f7d1de06a30825de06 (patch) | |
tree | 927222e463f2103ca7ffbf2dc309cb5a810490b3 | |
parent | 80077f5be10f506b6f64e6804c7575f84f48e6fb (diff) |
It seems that 60 secs is a reasonable amount of time to reach state FULL.
-rw-r--r-- | usr.sbin/ospfd/ospf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h index ec6bcaf525d..8d46b6b63ef 100644 --- a/usr.sbin/ospfd/ospf.h +++ b/usr.sbin/ospfd/ospf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf.h,v 1.14 2006/02/09 15:23:08 norby Exp $ */ +/* $OpenBSD: ospf.h,v 1.15 2006/03/09 16:52:43 norby Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -55,7 +55,7 @@ #define MIN_TRANSMIT_DELAY 1 #define MAX_TRANSMIT_DELAY 3600 -#define DEFAULT_ADJ_TMOUT 60 /* XXX sane value? */ +#define DEFAULT_ADJ_TMOUT 60 #define DEFAULT_NBR_TMOUT 86400 /* 24 hours */ |