X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/21c9d815d7293b2fa7e531e8f9f69db2e3399554..f48c47b76e9322f760a048527284b47173b7e6ee:/include/common.h?ds=inline diff --git a/include/common.h b/include/common.h index b96cb0f..228bab4 100644 --- a/include/common.h +++ b/include/common.h @@ -65,4 +65,7 @@ /* Right out of the RFC */ #define IRCD_BUFSIZE 512 +/* readbuf size */ +#define READBUF_SIZE 16384 + #endif /* INCLUDED_common_h */