summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-30 18:48:42 +0200
committerOndrej Filip <feela@network.cz>2000-05-30 18:48:42 +0200
commite1e31816c4e6931465936afa39f5773cf4591b35 (patch)
treed3fef08684d241abb9785a28ce63422a21fcf658 /proto/ospf/ospf.h
parent1b128de364e5a1931c1cc61b04c1e44960007025 (diff)
downloadbird-e1e31816c4e6931465936afa39f5773cf4591b35.tar
bird-e1e31816c4e6931465936afa39f5773cf4591b35.zip
Aging delta changed. (Ehm, aging is very dirty I'll have to change it.)
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
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;