Commit 0d3f0f18 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Introduce some more jitter when quitting.

parent 45237d17
......@@ -490,6 +490,7 @@ main(int argc, char **argv)
}
}
flushupdates();
usleep(50000 + random() % 100000);
for(i = 0; i < numnets; i++) {
/* Retract self routes. */
send_self_retract(&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