Commit 7490bc12 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase route timeout and GC delays.

parent 06d7085e
......@@ -38,8 +38,8 @@ THE SOFTWARE.
struct route routes[MAXROUTES];
int numroutes = 0;
int kernel_metric = 0;
int route_timeout_delay = 50;
int route_gc_delay = 95;
int route_timeout_delay = 160;
int route_gc_delay = 180;
struct route *
find_route(const unsigned char *prefix, unsigned char plen,
......
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