]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
remove ZBUFFER constants and increase max buffer size of server links
[ngircd-alex.git] / src / ngircd / defines.h
index 5f98e806b806754f9abc0b70ae317b757d2bdf09..b25ab1b5c1ea02eec64c85e0ebb8bda6c8514b35 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.58 2006/06/15 20:28:15 alex Exp $
+ * $Id: defines.h,v 1.59 2007/05/09 08:55:14 fw Exp $
  */
 
 
 #define COMMAND_LEN 513                        /* Max. IRC command length, see. RFC
                                           2812 section 3.2 */
 
-#define READBUFFER_LEN 2048            /* Size of the read buffer of a
+#define READBUFFER_LEN 4096            /* Size of the read buffer of a
                                           connection in bytes. */
 #define WRITEBUFFER_LEN 4096           /* Size of the write buffer of a
                                           connection in bytes. */
 
-#ifdef ZLIB
-#define ZREADBUFFER_LEN 1024           /* Size of the compressed read buffer
-                                          of a connection in bytes. */
-#define ZWRITEBUFFER_LEN 4096          /* Size of the compressed write buffer
-                                          of a connection in bytes. */
-#endif
-
 #define PROTOVER "0210"                        /* Implemented IRC protocol version,
                                           see RFC 2813 section 4.1.1. */
 #define PROTOIRC "-IRC"                        /* Protocol suffix, see RFC 2813