diff options
| author | 2005-12-06 13:54:45 +0000 | |
|---|---|---|
| committer | 2005-12-06 13:54:45 +0000 | |
| commit | fabcb7be8fcfb1d23dca051ccc5fad31c9ce7bbf (patch) | |
| tree | 5f5e28dfb9d12a668a9b95f06b62c1d150f16e71 /include/socket.h | |
| parent | I hate typos (diff) | |
Made ibuf larger to hold more of a burst
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2224 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socket.h')
| -rw-r--r-- | include/socket.h | 2 |
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; |
