X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=8654bd85366ba75ebfe4f1d7eb19d90193eaa1cc;hp=9b4126d02c108d59c67170e71097a0e8a1fe2729;hb=0f2de52ddceb138686d2f53c694531744d70f596;hpb=a1bcca1c86e88406a0c5495b08731e6b11dd987e diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index 9b4126d0..8654bd85 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -188,6 +188,8 @@ private: int _tokenBucket; // the virtual bucket that holds the tokens QList _msgQueue; + int _maxMsgSize; + void writeToSocket(QByteArray s);