]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed some FIXMEs simply deleting them.
authorOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 21:50:16 +0000 (21:50 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 21:50:16 +0000 (21:50 +0000)
proto/ospf/hello.c
proto/ospf/ospf.h
proto/ospf/topology.c

index ef9bf59336c0e6fe6e2a6054901a943c836f671d..dd8f97575ea9ce1d0fcb6aac56ca215234570923 100644 (file)
@@ -119,7 +119,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
     n->ackd_timer->data=n;
     n->ackd_timer->randomize=0;
     n->ackd_timer->hook=ackd_timer_hook;
-    n->ackd_timer->recurrent=ifa->rxmtint/2;   /* FIXME use some config? */
+    n->ackd_timer->recurrent=ifa->rxmtint/2;
     DBG("%s: Installing ackd timer.\n", p->name);
   }
   ospf_neigh_sm(n, INM_HELLOREC);
index 3694cdaa06887c0341810e2198b5194390cfdb4b..443eec0dfbf4d3421c683418b9030cc31dfdeff2 100644 (file)
@@ -51,7 +51,7 @@
 #define MINLSINTERVAL 5
 #define MINLSARRIVAL 1
 #define LSINFINITY 0xffff      /* RFC says 0xffffff ??? */
-#define DISPTICK 7             /* FIXME What's good value? */
+#define DISPTICK 7
 
 struct ospf_config {
   struct proto_config c;
index bf9089964f5181f5d23a2f17f93fd5398be1d170..3b3f80648a95aa18689bfcac818e6cd32e78a3c4 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "ospf.h"
 
-#define HASH_DEF_ORDER 6               /* FIXME: Increase */
+#define HASH_DEF_ORDER 20
 #define HASH_HI_MARK *4
 #define HASH_HI_STEP 2
 #define HASH_HI_MAX 16