aboutsummaryrefslogtreecommitdiff
path: root/src/TcpTasks/ListenClientHandler
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
committerDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
commit8e1fdbe10862ccba3bdff2389c1bb732c6e84da4 (patch)
tree7cbbb5984f8fc5676cd610c388952caa1226c286 /src/TcpTasks/ListenClientHandler
parent10bd168b65766026ae47eb7619f9fe74ced75e16 (diff)
downloadMasterserver-Qt5-main.tar.gz
Masterserver-Qt5-main.zip
database pragmas and timeout restraintsHEADmain
Diffstat (limited to 'src/TcpTasks/ListenClientHandler')
-rw-r--r--src/TcpTasks/ListenClientHandler/listenclienthandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TcpTasks/ListenClientHandler/listenclienthandler.h b/src/TcpTasks/ListenClientHandler/listenclienthandler.h
index 3c857fa..4259312 100644
--- a/src/TcpTasks/ListenClientHandler/listenclienthandler.h
+++ b/src/TcpTasks/ListenClientHandler/listenclienthandler.h
@@ -9,7 +9,7 @@
#include "Database/Common/commonactions.h"
#include "Protocols/GameSpy0/gamespy0.h"
-#include "protocols/enctype2.h"
+#include "Protocols/enctype2.h"
#include "Protocols/GameSpy0/securevalidate.h"
class ListenClientHandler : public QObject
@@ -20,7 +20,7 @@ public:
QTcpSocket *tcpSocket);
private:
- const int _timeOutTime_ms = 7500;
+ const int _timeOutTime_ms = 15000;
QSharedPointer<CoreObject> _coreObject;
QScopedPointer<QTcpSocket> _tcpSocket;