]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Reduce pim oil scan timer to 50ms
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 12 Nov 2016 01:00:15 +0000 (20:00 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:15 +0000 (20:26 -0500)
We need to react to route changes/Interface up/down events
faster in PIM.  Reduce the timer down to 50ms.

Ticket:CM-13549
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pimd.c

index bd8ee755c3f0de53015d6c98a5dc5b9b8ed4301a..69803a6b5622f2d68b7c55e1c58b033024005b36 100644 (file)
@@ -55,7 +55,7 @@ int                       qpim_mroute_oif_highest_vif_index = -1;
 int                       qpim_t_periodic = PIM_DEFAULT_T_PERIODIC; /* Period between Join/Prune Messages */
 struct zclient           *qpim_zclient_update = NULL;
 struct pim_assert_metric  qpim_infinite_assert_metric;
-long                      qpim_rpf_cache_refresh_delay_msec = 2000;
+long                      qpim_rpf_cache_refresh_delay_msec = 50;
 struct thread            *qpim_rpf_cache_refresher = NULL;
 int64_t                   qpim_rpf_cache_refresh_requests = 0;
 int64_t                   qpim_rpf_cache_refresh_events = 0;