summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h
index 7571d1481..6b71e37dc 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -39,7 +39,7 @@ private:
time_t timeout_end;
bool timeout;
pollfd polls;
- char ibuf[1024];
+ char ibuf[16384];
std::string IP;
sockaddr_in client;
sockaddr_in server;