#BR39 - long messages will now be divided in several messages.
[quassel.git] / src / core / networkconnection.h
index 9b4126d..8654bd8 100644 (file)
@@ -188,6 +188,8 @@ private:
   int _tokenBucket; // the virtual bucket that holds the tokens
   QList<QByteArray> _msgQueue;
 
   int _tokenBucket; // the virtual bucket that holds the tokens
   QList<QByteArray> _msgQueue;
 
+  int _maxMsgSize;
+
   void writeToSocket(QByteArray s);
 
 
   void writeToSocket(QByteArray s);