# Fixed send buffer overflow and increase send buffer size.
This commit is contained in:
parent
dc76879188
commit
0adad68471
2 changed files with 4 additions and 2 deletions
|
@ -140,7 +140,7 @@ private:
|
|||
bool m_quiet;
|
||||
char m_buf[kInputBufferSize];
|
||||
char m_ip[46];
|
||||
char m_sendBuf[1024];
|
||||
char m_sendBuf[2048];
|
||||
const char *m_agent;
|
||||
IClientListener *m_listener;
|
||||
int m_extensions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue