This commit is contained in:
MoneroOcean 2019-12-15 15:42:31 -08:00
commit 12aeb03da2
12 changed files with 347 additions and 15 deletions

View file

@ -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;