Update main.c add sleep of 1 sec for each socket opening error

master-psag-fm-only-fsk-r
Alan Johnston 1 week ago committed by GitHub
parent e8e5afaf48
commit c92b4bc924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3038,6 +3038,7 @@ void socket_send(int length) {
pclose(transmit_restartf);
sleep(10); // was 5 // sleep if socket connection refused
}
sleep(1);
}
else {
socket_open = 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.