X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..100563e836978d8db0d236bae3758d1916989598:/include/common.h 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 */