From 4416c360e0820142d0eccecb09e1733ea70a87c6 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Thu, 17 Jan 2013 09:14:16 +0000 Subject: allow two minutes until neighbor adjacencies are formed; ok claudio@ --- usr.sbin/ospfd/ospf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ospfd/ospf.h') 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 @@ -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 */ -- cgit v1.2.3