From e1e31816c4e6931465936afa39f5773cf4591b35 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 30 May 2000 16:48:42 +0000 Subject: Aging delta changed. (Ehm, aging is very dirty I'll have to change it.) --- proto/ospf/ospf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 4aea135..0eaf98b 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -42,7 +42,7 @@ #define MINLSINTERVAL 5 #define MINLSARRIVAL 1 #define LSINFINITY 0xffff /* RFC says 0xffffff ??? */ -#define AGINGDELTA 20 /* FIXME What's good value? */ +#define AGINGDELTA 7 /* FIXME What's good value? */ struct ospf_config { struct proto_config c; -- cgit v1.2.3