From 921a93f2176723d235989efe882050c0265bea84 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 4 Apr 2000 00:32:17 +0000 Subject: Flooding work continues. --- proto/ospf/ospf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index ee94f10..9b653fe 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -37,12 +37,12 @@ #endif -#define LSREFRESHTIME 1800 /* 30 minut */ +#define LSREFRESHTIME 1800 /* 30 minutes */ #define MINLSINTERVAL 5 #define MINLSARRIVAL 1 #define MAXAGE 3600 /* 1 hour */ -#define CHECKAGE 300 /* 5 min */ -#define MAXAGEDIFF 900 /* 15 min */ +#define CHECKAGE 300 /* 5 minutes */ +#define MAXAGEDIFF 900 /* 15 minutes */ #define LSINFINITY 0xffffff /*#define DEFAULTDES 0.0.0.0 FIXME: How to define it? */ #define INITSEQNUM 0x80000001 /* Initial Sequence Number */ @@ -285,6 +285,7 @@ struct ospf_neighbor siterator lsrqi; slist lsrtl; /* Link state retransmission list */ siterator lsrti; + struct top_graph *lsrth; void *ldbdes; /* Last database description packet */ timer *rxmt_timer; /* RXMT timer */ timer *lsrr_timer; /* Link state requiest retransmition timer */ -- cgit v1.2.3