]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/config.h
Fixing bugs
[irc/rqf/shadowircd.git] / include / config.h
index 78c48f016aa753946a9aa96a11646a5673549c6d..d20bfd92a20009c350ff748d1350252937420f57 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: config.h 1701 2006-06-27 16:25:52Z jilles $
+ *  $Id: config.h 3354 2007-04-03 09:21:31Z nenolod $
  */
 
 #ifndef INCLUDED_config_h
  */
 #undef TS6_ONLY
 
-/* USE_LOGFILE - log errors and such to LPATH
- * If you wish to have the server send 'vital' messages about server
- * to a logfile, define USE_LOGFILE.
- */
-#define USE_LOGFILE
-
-/* CLIENT_FLOOD - client excess flood threshold(in messages)
- * The number of messages that we can receive before we disconnect the
- * remote client...
- */
-#define CLIENT_FLOOD 20
-
 /* HANGONGOODLINK and HANGONRETRYDELAY
  * Often net breaks for a short time and it's useful to try to
  * establishing the same connection again faster than CONNECTFREQUENCY
  */
 #define RATBOX_SOMAXCONN 25
 
-/* ----------------------------------------------------------------
- * STOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOP
- * ----------------------------------------------------------------
- * The options below this line should NOT be modified.
- * ----------------------------------------------------------------
- */
-
 /* MAX_BUFFER
  * The amount of fds to reserve for clients exempt from limits
  * and dns lookups.
  */
 #define MAX_BUFFER      60
 
-/* HARD_FDLIMIT_
- * The maximum amount of FDs to use.  MAX_CLIENTS is set in ./configure.
+/* ----------------------------------------------------------------
+ * STOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOP
+ * ----------------------------------------------------------------
+ * The options below this line should NOT be modified.
+ * ----------------------------------------------------------------
  */
-#define HARD_FDLIMIT_    MAX_CLIENTS + MAX_BUFFER + 20
 
 #define CONFIG_RATBOX_LEVEL_2