diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-03 14:38:49 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-03 14:38:49 +0200 |
commit | e2926e321c4472d2dd65c4c75f13eafd9f97db08 (patch) | |
tree | 52d50be410a57e80247ebdb1459dfb48431d78c6 /client/SslClient.h | |
parent | 76c3fe23ae4cfee0581c72b40ef3d11e7502ebbc (diff) |
Big packets handling (> 4096b)
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 41f0952..1d3256f 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -150,6 +150,7 @@ protected: private: QSslSocket sslSocket; + QByteArray pkt; unsigned short port; }; |