READBUF_SIZE
This commit is contained in:
parent
95781b4d5f
commit
42d2f3061c
|
@ -65,4 +65,7 @@
|
|||
/* Right out of the RFC */
|
||||
#define IRCD_BUFSIZE 512
|
||||
|
||||
/* readbuf size */
|
||||
#define READBUF_SIZE 16384
|
||||
|
||||
#endif /* INCLUDED_common_h */
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "match.h"
|
||||
#include "hook.h"
|
||||
#include "send.h"
|
||||
#include "common.h"
|
||||
|
||||
static char readBuf[READBUF_SIZE];
|
||||
static void client_dopacket(struct Client *client_p, char *buffer, size_t length);
|
||||
|
|
Loading…
Reference in New Issue