]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - INSTALL
[svn] Apply ratbox flood fix.
[irc/rqf/shadowircd.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index fe8f958af1c58a696a6699458578adb36f82227b..2fe2dc9c419efec89382cac5d9f6f7bc66592bcc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
                             Hybrid INSTALL Document
 
-   $Id: INSTALL 1837 2006-08-22 14:05:58Z nenolod $
+   $Id: INSTALL 3384 2007-04-03 22:45:04Z jilles $
 
    Copyright (c) 2001 by ircd-hybrid team
    Copyright (c) 2002-2004 ircd-ratbox development team
             --with-nicklen - Sets the maximum NICK length. Note that this
             must be consistant across your entire network.
 
-          * 
-
-            --with-maxclients - Sets the maximum number of clients support by
-            the server. Note that this also twiddles the HARD_FDLIMIT_ define
-            so it is no longer necessary to modify include/config.h for this.
-            If HARD_FDLIMIT_ ends up being larger that FD_SETSIZE when using
-            select() for your I/O loop, s_bsd_select.c will refuse to compile
-            (and tell you to use poll instead). Take this error's advice and
-            use --enable-poll or something a bit more efficient. You'll be
-            happier at the end of the day for it.
-
    3. 
 
        Look over the "include/config.h" file. This allows you to change the