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
This commit is contained in:
brain 2005-12-06 13:54:45 +00:00
parent ed55801091
commit fabcb7be8f

View File

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