diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-04 00:32:17 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-04 00:32:17 +0000 |
commit | 921a93f2176723d235989efe882050c0265bea84 (patch) | |
tree | 0335dfb3757725adfd897bdf12cd5b1578423514 /proto/ospf/ospf.h | |
parent | 8496b2e41a81f8281da0e0c3e4bbb72a57d3bf21 (diff) |
Flooding work continues.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index ee94f10d..9b653fe1 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 */ |