Commit e8e6a512 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add some jitter when exiting.

parent 2d516ae1
......@@ -691,6 +691,8 @@ main(int argc, char **argv)
}
debugf("Exiting...\n");
usleep(5000 + random() % 10000);
/* Uninstall and retract all routes. */
while(numroutes > 0) {
if(routes[0].installed) {
......
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