[Babel-users] failing over faster?

Juliusz Chroboczek jch at pps.univ-paris-diderot.fr
Sun Apr 24 20:21:44 UTC 2016


> # and we fail over in 32 seconds

What happens if you apply the following patch?

diff --git a/babeld.c b/babeld.c
index 3127e72..0183b32 100644
--- a/babeld.c
+++ b/babeld.c
@@ -744,7 +744,7 @@ main(int argc, char **argv)
 
         if(timeval_compare(&check_interfaces_timeout, &now) < 0) {
             check_interfaces();
-            schedule_interfaces_check(30000, 1);
+            schedule_interfaces_check(1000, 1);
         }
 
         if(now.tv_sec >= expiry_time) {



More information about the Babel-users mailing list