mirror of
https://github.com/schoebel/mars
synced 2025-03-04 12:27:44 +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) {
|
if (do_kill) {
|
||||||
do_kill = false;
|
do_kill = false;
|
||||||
_kill_socket(output);
|
_kill_socket(output);
|
||||||
|
msleep(3000);
|
||||||
}
|
}
|
||||||
|
|
||||||
status = _connect(output, brick->brick_name);
|
status = _connect(output, brick->brick_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user