Commit 0557e79f authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase max_hopcount.

Since requests follow the loop-free tree, this shouldn't increase traffic.
parent 2c50fc6b
......@@ -64,7 +64,7 @@ int wired_hello_interval = -1;
int idle_hello_interval = -1;
int update_interval = -1;
int max_hopcount = 25;
int max_hopcount = 65;
struct network nets[MAXNETS];
int numnets = 0;
......
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