diff options
author | hasso <hasso> | 2004-05-19 13:43:50 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-19 13:43:50 +0000 |
commit | 00995cfcc9cb30afabb3242837753ab1eb7fdb85 (patch) | |
tree | fbfebfd74d22b29eb9b7bc279a4d6fd2beec4def /isisd/isis_constants.h | |
parent | 37da8c011408560eeaa74b2439192d36e16c19a4 (diff) | |
download | quagga-00995cfcc9cb30afabb3242837753ab1eb7fdb85.tar.bz2 quagga-00995cfcc9cb30afabb3242837753ab1eb7fdb85.tar.xz |
Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).
Also tiny temporary fix from me to spf thread crash. Will look at it later.
Diffstat (limited to 'isisd/isis_constants.h')
-rw-r--r-- | isisd/isis_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_constants.h b/isisd/isis_constants.h index 852b8a1f..c732bfc4 100644 --- a/isisd/isis_constants.h +++ b/isisd/isis_constants.h @@ -65,7 +65,7 @@ #define ISIS_LEVEL1 1 #define ISIS_LEVEL2 2 -#define HELLO_INTERVAL 1 +#define HELLO_INTERVAL 10 #define HELLO_MINIMAL HELLO_INTERVAL #define HELLO_MULTIPLIER 3 #define DEFAULT_PRIORITY 64 |