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

Reduce the default value of update_jitter.

parent 72b87737
......@@ -199,7 +199,7 @@ main(int argc, char **argv)
seqno_interval = MAX(2 * wireless_hello_interval - 1, 0);
jitter = MIN(wireless_hello_interval * 1000 / 4, 2000);
update_jitter = MIN(update_interval * 1000 / 4, 3000);
update_jitter = 2 * jitter;
rc = parse_address(*arg, myid);
if(rc < 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