Commit 55ad5c60 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Make sending requests more aggressive.

parent f011db07
...@@ -434,7 +434,7 @@ consider_route(struct route *route) ...@@ -434,7 +434,7 @@ consider_route(struct route *route)
if(installed == NULL) if(installed == NULL)
goto install; goto install;
if(installed->metric >= route->metric + 384) if(installed->metric >= route->metric + 288)
goto install; goto install;
/* Avoid routes that haven't been around for some time */ /* Avoid routes that haven't been around for some time */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment