]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/hash.h
ssl sync with http://hg.angelforce.ru/charybdis-old
[irc/rqf/shadowircd.git] / 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 */