Commit 01c6a737 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix hello interval when retracting self.

parent 930981ca
......@@ -693,7 +693,7 @@ main(int argc, char **argv)
send_self_retract(&nets[i]);
/* Make sure that we expire quickly from our neighbours'
association caches. */
send_hello_noupdate(&nets[i], 15 * numnets);
send_hello_noupdate(&nets[i], numnets);
flushupdates();
flushbuf(&nets[i]);
usleep(5000 + random() % 10000);
......
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