Removed some FIXMEs simply deleting them.

This commit is contained in:
Ondrej Filip 2000-06-07 21:50:16 +00:00
parent 7ab3ff6a28
commit b4af36e0d8
3 changed files with 3 additions and 3 deletions

View 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);

View 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;

View 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