From: Ondrej Filip Date: Tue, 30 May 2000 16:48:42 +0000 (+0000) Subject: Aging delta changed. (Ehm, aging is very dirty I'll have to change it.) X-Git-Tag: v1.2.0~791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e31816c4e6931465936afa39f5773cf4591b35;p=thirdparty%2Fbird.git Aging delta changed. (Ehm, aging is very dirty I'll have to change it.) --- diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 4aea135bc..0eaf98bc7 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;