mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +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); }
|
||||
|
||||
char m_sendBuf[2048] = { 0 };
|
||||
char m_sendBuf[4096] = { 0 };
|
||||
const char *m_agent;
|
||||
Dns *m_dns;
|
||||
RecvBuf<kInputBufferSize> m_recvBuf;
|
||||
|
|
Loading…
Reference in a new issue