aboutsummaryrefslogtreecommitdiff
path: root/src/TcpTasks/ListenClientHandler/listenclienthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TcpTasks/ListenClientHandler/listenclienthandler.h')
-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;