mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-25 20:16:05 +00:00
increase stratum send buffer size
This commit is contained in:
parent
29591609f5
commit
348916040c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ private:
|
||||||
|
|
||||||
static inline Client *getClient(void *data) { return m_storage.get(data); }
|
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;
|
const char *m_agent;
|
||||||
Dns *m_dns;
|
Dns *m_dns;
|
||||||
RecvBuf<kInputBufferSize> m_recvBuf;
|
RecvBuf<kInputBufferSize> m_recvBuf;
|
||||||
|
|
Loading…
Reference in a new issue