1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Default tick = 1. The today's CPU is fast enough.

This commit is contained in:
Ondrej Filip
2004-07-13 21:27:33 +00:00
parent 35fdf4b6a2
commit 62eee82321
2 changed files with 6 additions and 4 deletions

View File

@@ -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 */