summaryrefslogtreecommitdiff
path: root/isisd/isis_constants.h
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2017-10-03 01:42:22 +0200
committerChristian Franke <chris@opensourcerouting.org>2017-10-03 14:20:30 +0200
commit58e1623702c828d286773da0c188af9ba176c030 (patch)
tree9092ce764d50566187b916db9d26c5eea4e08cce /isisd/isis_constants.h
parent98e6d77f93985349c2cca965c6417bdef8601070 (diff)
isisd: optimize per interface lsp send-queue creation
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_constants.h')
-rw-r--r--isisd/isis_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_constants.h b/isisd/isis_constants.h
index f3a5a24dde..b7b5d35c2e 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 5
+#define MIN_LSP_TRANS_INTERVAL 20000 /* Microseconds */
#define MIN_CSNP_INTERVAL 1
#define MAX_CSNP_INTERVAL 600