Commit b771ae52 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send seqno-specific request when about to time-out a route.

parent 406557eb
......@@ -746,7 +746,7 @@ expire_routes(void)
if(route->installed && route->refmetric < INFINITY) {
if(route->time < now.tv_sec - MAX(5, route_timeout_delay - 25))
send_unicast_request(route->nexthop, route->dest, 0, -1);
send_unicast_request(route->nexthop, route->dest, 1, -1);
}
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