From 70989c7c20b4b2ed5d826ba875fbced0384ddafd Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 16 Nov 2016 22:12:57 -0500 Subject: [PATCH] pimd: Modify wait time for response from Null Register Give ourselves a few more seconds to wait for a response for a NULL Register. This will benefit us under heavy mroute churn on the RP. Signed-off-by: Donald Sharp --- pimd/pim_upstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index b3823604c1..a40265a906 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -101,7 +101,7 @@ struct pim_upstream { */ struct thread *t_rs_timer; #define PIM_REGISTER_SUPPRESSION_PERIOD (60) -#define PIM_REGISTER_PROBE_PERIOD (5) +#define PIM_REGISTER_PROBE_PERIOD (15) /* * KAT(S,G) -- 2.39.5