diff --git a/src/base/net/stratum/Client.h b/src/base/net/stratum/Client.h index da4234845..fbf594a51 100644 --- a/src/base/net/stratum/Client.h +++ b/src/base/net/stratum/Client.h @@ -128,7 +128,7 @@ private: static inline Client *getClient(void *data) { return m_storage.get(data); } - char m_sendBuf[2048] = { 0 }; + char m_sendBuf[4096] = { 0 }; const char *m_agent; Dns *m_dns; RecvBuf m_recvBuf;