mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
ed55801091
commit
fabcb7be8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user