diff options
author | Ondrej Filip <feela@network.cz> | 2004-07-13 23:27:33 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-07-13 23:27:33 +0200 |
commit | 62eee82321a9a0451eea9b41a478444ceb87ecb0 (patch) | |
tree | ed271d4fd1fb17d4ef10480d17d33ffc641d0648 /proto | |
parent | 35fdf4b6a2c3d8ad11be3a7d2525d653237fa3bf (diff) | |
download | bird-62eee82321a9a0451eea9b41a478444ceb87ecb0.tar bird-62eee82321a9a0451eea9b41a478444ceb87ecb0.zip |
Default tick = 1. The today's CPU is fast enough.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/ospf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index ea77aa9..13a5f82 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -51,8 +51,8 @@ #define MINLSARRIVAL 1 #define LSINFINITY 0xffffff -#define DEFAULT_OSPFTICK 5 -#define DEFAULT_AREATICK 4 +#define DEFAULT_OSPFTICK 1 +#define DEFAULT_AREATICK 1 #define DEFAULT_RFC1583 1 /* compatibility with rfc1583 */ |