improved packet loss handling

This commit is contained in:
Max-Wilhelm Bruker 2011-03-03 02:09:29 +01:00
parent 657f97680a
commit d6083a85c7
6 changed files with 26 additions and 19 deletions

View file

@ -24,6 +24,7 @@ private slots:
void loginResponse(ProtocolResponse *response);
private:
static const int maxTimeout = 10;
int timeRunning, lastDataReceived;
QTimer *timer;
QTcpSocket *socket;