diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-12-04 20:56:47 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-12-04 20:56:47 +0000 |
commit | 2ba2f084f16d38e938553b4940795537b0f2a910 (patch) | |
tree | a1fed6f392d73b0356aecdc28c125f583520a91b | |
parent | 7c35c969b24badc396b0df721f5418c0a1aba692 (diff) |
Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls update
transfers.
ok claudio@
-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 5c682370968..e464ab99a2f 100644 --- a/usr.sbin/ospfd/ospf.h +++ b/usr.sbin/ospfd/ospf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf.h,v 1.12 2005/05/10 20:20:47 claudio Exp $ */ +/* $OpenBSD: ospf.h,v 1.13 2005/12/04 20:56:46 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 600 /* XXX sane value? */ #define DEFAULT_NBR_TMOUT 86400 /* 24 hours */ |