slow down connection retries

This commit is contained in:
Thomas Schoebel-Theuer 2012-02-09 10:37:28 +01:00 committed by Thomas Schoebel-Theuer
parent d34d73be65
commit f5b1b27a91
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ static int sender_thread(void *data)
if (do_kill) {
do_kill = false;
_kill_socket(output);
msleep(3000);
}
status = _connect(output, brick->brick_name);