diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 4aea135b..0eaf98bc 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;