(Re-)Implement backoff timer for login fails

This commit is contained in:
phl0 2018-10-22 23:29:12 +02:00
parent 1746ec7998
commit 6b61a2d6cc
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
3 changed files with 15 additions and 7 deletions

View file

@ -234,7 +234,7 @@ int CDAPNETGateway::run()
return 1;
}
m_dapnetNetwork = new CDAPNETNetwork(dapnetAddress, dapnetPort, callsign, dapnetAuthKey, VERSION, false, debug);
m_dapnetNetwork = new CDAPNETNetwork(dapnetAddress, dapnetPort, callsign, dapnetAuthKey, VERSION, false, 1, debug);
ret = m_dapnetNetwork->open();
if (!ret) {
m_pocsagNetwork->close();