]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Revert "Increase read buffer size for server connections"
[ngircd-alex.git] / src / ngircd / defines.h
index 7ce30e572862f8cd04fb05ced54ec4d072e53e47..ff8cd226d641b0dced4b398438b74c14f2df983a 100644 (file)
 /** 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
 
 #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 */