Commit 37d3811b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Another comment.

parent 97dffcab
......@@ -693,7 +693,8 @@ main(int argc, char **argv)
/* Retract exported routes. */
send_self_retract(&nets[i]);
/* Make sure that we expire quickly from our neighbours'
association caches. */
association caches. Since we sleep on average 10ms per
network, set the hello interval to numnets cs. */
send_hello_noupdate(&nets[i], numnets);
flushupdates();
flushbuf(&nets[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