summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospf.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2013-01-17 09:14:16 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2013-01-17 09:14:16 +0000
commit4416c360e0820142d0eccecb09e1733ea70a87c6 (patch)
treeb4a47cd1cd96ded2c3eeacf0e38472f4d282aefc /usr.sbin/ospfd/ospf.h
parent3eec779a4e5b7b25fbec6dcb77af0c7c46c7728d (diff)
allow two minutes until neighbor adjacencies are formed; ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospf.h')
-rw-r--r--usr.sbin/ospfd/ospf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h
index f4077a1f9ef..550ef3fbe49 100644
--- a/usr.sbin/ospfd/ospf.h
+++ b/usr.sbin/ospfd/ospf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf.h,v 1.22 2011/09/16 18:24:57 sthen Exp $ */
+/* $OpenBSD: ospf.h,v 1.23 2013/01/17 09:14:15 markus Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -61,7 +61,7 @@
#define MIN_TRANSMIT_DELAY 1
#define MAX_TRANSMIT_DELAY 3600
-#define DEFAULT_ADJ_TMOUT 60
+#define DEFAULT_ADJ_TMOUT 120
#define DEFAULT_NBR_TMOUT 86400 /* 24 hours */