]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/defines.h
Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN.
[ngircd.git] / src / ngircd / defines.h
index d314f1a969bef7c3d2676ef7a97559a7155b033f..b686f883a12d4577b9828641e7ca599f7254bbe7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2005 Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2007 Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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.57 2005/09/02 12:50:25 alex Exp $
+ * $Id: defines.h,v 1.60 2007/05/17 23:34:25 alex Exp $
  */
 
 
                                           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 WRITEBUFFER_SLINK_LEN 51200    /* Size of the write buffer of a
+                                          server link connection in bytes. */
 
 #define PROTOVER "0210"                        /* Implemented IRC protocol version,
                                           see RFC 2813 section 4.1.1. */
@@ -95,7 +90,7 @@
                                           in seconds. */
 
 #define USERMODES "aios"               /* Supported user modes. */
-#define CHANMODES "biklImnoPstv"       /* Supported channel modes. */
+#define CHANMODES "biIklmnoPstv"       /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false