summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:42 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:42 +0200
commit5ca5f1c8af48b4e5aa7e6ff36b4cc69f0a896eab (patch)
tree481a3fe225a7dc953991dcd65266e165ba9afa1f /bgpd/bgpd.h
parentbgpd-scale-update-delay-packing.patch (diff)
downloadfrr-5ca5f1c8af48b4e5aa7e6ff36b4cc69f0a896eab.tar.xz
frr-5ca5f1c8af48b4e5aa7e6ff36b4cc69f0a896eab.zip
Reduce the amount of time it takes to bring up a large number of peers
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--bgpd/bgpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 486a5f96a..f1fe586a2 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -787,14 +787,13 @@ struct bgp_nlri
#define BGP_EVENTS_MAX 15
/* BGP timers default value. */
-#define BGP_INIT_START_TIMER 5
+#define BGP_INIT_START_TIMER 1
#define BGP_ERROR_START_TIMER 30
#define BGP_DEFAULT_HOLDTIME 180
#define BGP_DEFAULT_KEEPALIVE 60
#define BGP_DEFAULT_ASORIGINATE 15
#define BGP_DEFAULT_EBGP_ROUTEADV 30
#define BGP_DEFAULT_IBGP_ROUTEADV 5
-#define BGP_CLEAR_CONNECT_RETRY 20
#define BGP_DEFAULT_CONNECT_RETRY 120
/* BGP default local preference. */