diff options
author | 2013-03-25 14:22:02 +0000 | |
---|---|---|
committer | 2013-03-25 14:22:02 +0000 | |
commit | c1df15f7d94258888f54a12644d58dd37ff0e13f (patch) | |
tree | acaa4873529832d0b3d9d84627192b8e152a20c5 | |
parent | space between macro arg and punctuation; (diff) | |
download | wireguard-openbsd-c1df15f7d94258888f54a12644d58dd37ff0e13f.tar.xz wireguard-openbsd-c1df15f7d94258888f54a12644d58dd37ff0e13f.zip |
sync w/ospfd: allow two minutes until neighbor adjacencies are formed;
ok claudio@ sthen@
-rw-r--r-- | usr.sbin/ospf6d/ospf6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6.h b/usr.sbin/ospf6d/ospf6.h index 69e038d5afd..8aab5e88b77 100644 --- a/usr.sbin/ospf6d/ospf6.h +++ b/usr.sbin/ospf6d/ospf6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6.h,v 1.19 2013/03/22 12:00:57 sthen Exp $ */ +/* $OpenBSD: ospf6.h,v 1.20 2013/03/25 14:22:02 markus Exp $ */ /* * Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org> @@ -57,7 +57,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 */ |