X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;fp=src%2Fngircd%2Fdefines.h;h=ff8cd226d641b0dced4b398438b74c14f2df983a;hp=7ce30e572862f8cd04fb05ced54ec4d072e53e47;hb=629a45ee0f4469729f6a9c22a983000fcc39fe61;hpb=8d414b079c1b4b0b8c88c8ab5cf4b27bf0942752 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 7ce30e57..ff8cd226 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -153,12 +153,6 @@ /** Size of the read buffer of a connection in bytes. */ #define READBUFFER_LEN 2048 -/** Maximum size of the read buffer of a connection in bytes. */ -#define READBUFFER_MAX_LEN 65535 - -/** Maximum size of the read buffer of a server link connection in bytes. */ -#define READBUFFER_SLINK_LEN 65536 - /** Size that triggers write buffer flushing if more space is needed. */ #define WRITEBUFFER_FLUSH_LEN 4096 @@ -166,7 +160,7 @@ #define WRITEBUFFER_MAX_LEN 32768 /** Maximum size of the write buffer of a server link connection in bytes. */ -#define WRITEBUFFER_SLINK_LEN READBUFFER_SLINK_LEN +#define WRITEBUFFER_SLINK_LEN 65536 /* IRC/IRC+ protocol */