Commit 5c68b982 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Start sending requests earlier.

parent 3964af3e
...@@ -721,7 +721,7 @@ expire_routes(void) ...@@ -721,7 +721,7 @@ expire_routes(void)
update_route_metric(route); update_route_metric(route);
if(route->installed && route->refmetric < INFINITY) { if(route->installed && route->refmetric < INFINITY) {
if(route->time <= now.tv_sec - 90) if(route->time <= now.tv_sec - 70)
send_unicast_request(route->nexthop, route->dest); send_unicast_request(route->nexthop, route->dest);
} }
i++; i++;
......
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