diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |