diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-04 22:27:19 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-04 22:27:19 +0000 |
commit | 10000b96a89d1ab4425e29164c3694aa26622b1c (patch) | |
tree | b460cc0525c87b6ff75c13caa8b4afb692d958c9 /proto/ospf/ospf.h | |
parent | f1f7faceb445fdfa2b2a013b791882afd68ae421 (diff) |
Small clean up. (Duplicate #defines.)
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 9b653fe1..ea366931 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -40,13 +40,8 @@ #define LSREFRESHTIME 1800 /* 30 minutes */ #define MINLSINTERVAL 5 #define MINLSARRIVAL 1 -#define MAXAGE 3600 /* 1 hour */ -#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 */ -#define MAXSEQNUM 0x7fffffff /* Maximal Sequence Number */ struct ospf_config { struct proto_config c; |