mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-25 01:03:34 +00:00
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 <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1bf1644338
commit
70989c7c20
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user