> 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 _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

