diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-10-05 15:39:28 +0200 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-10-05 16:02:33 +0200 | 
| commit | e5973ce5b6cad425358b7c0cf870229d0ff05b21 (patch) | |
| tree | 05b9716db547ff640522d373e2ea90b3c931b766 /isisd/isis_constants.h | |
| parent | c1c41b0458192cd73fbdb647582e6c33c241cf20 (diff) | |
isisd: fix issue with lsp queueing logic in lsp_tick
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 b7b5d35c2e..1046b0014c 100644 --- a/isisd/isis_constants.h +++ b/isisd/isis_constants.h @@ -73,7 +73,7 @@  #define MAX_MIN_LSP_GEN_INTERVAL      120  /* RFC 4444 says 65535 */  #define DEFAULT_MIN_LSP_GEN_INTERVAL  30 -#define MIN_LSP_TRANS_INTERVAL        20000 /* Microseconds */ +#define MIN_LSP_RETRANS_INTERVAL      5 /* Seconds */  #define MIN_CSNP_INTERVAL             1  #define MAX_CSNP_INTERVAL             600  | 
