X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/68876ea24b3d1782d404a39989ad855b328e5304..29c8637abbfafd8a85a20fe1c3b37a0ffaae9d84:/include/common.h diff --git a/include/common.h b/include/common.h index b96cb0f..d5cd0c3 100644 --- a/include/common.h +++ b/include/common.h @@ -64,5 +64,8 @@ /* Right out of the RFC */ #define IRCD_BUFSIZE 512 + +/* readbuf size */ +#define READBUF_SIZE 16384 #endif /* INCLUDED_common_h */