[Babel-users] failing over faster?
Juliusz Chroboczek
jch at pps.univ-paris-diderot.fr
Mon Apr 25 23:33:20 UTC 2016
> A good question would be, what would the ideal time between tests be
> for the network to stablize? 3 minutes? At least in one series I'd
> started tests back to back, and didn't kick in the drop link stuff at
> the right times.
SOURCE_GC_TIME is 200
hold time is 3.5 * update_interval
so in order to make sure that all stale data has been flushed, you should
keep a silent time of
MAX(SOURCE_GC_TIME, 3.5 * update_interval)
Note that's update_interval, not hello_interval.
-- Juliusz
More information about the Babel-users
mailing list