]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
CLI_FD_MAX
authorValery Yatsko <redacted>
Wed, 2 Apr 2008 10:23:36 +0000 (14:23 +0400)
committerValery Yatsko <redacted>
Wed, 2 Apr 2008 10:23:36 +0000 (14:23 +0400)
include/hash.h

index 01f0d74c5fd71dbce934931c2385c024b72edea5..a28a8d4ca59f9a6d08091751e1b08b9e68bec287 100644 (file)
@@ -45,6 +45,9 @@ extern struct Dictionary *nd_dict;
 #define U_MAX_BITS 17
 #define U_MAX 131072 /* 2^17 */
 
+/* Client fd hash table size, used in hash.c */\r
+#define CLI_FD_MAX 4096
+
 /* Channel hash table size, hash.c/s_debug.c */
 #define CH_MAX_BITS 16
 #define CH_MAX 65536 /* 2^16 */