mirror of
https://github.com/schoebel/mars
synced 2024-12-13 10:15:34 +00:00
slow down connection retries
This commit is contained in:
parent
d34d73be65
commit
f5b1b27a91
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user