From 78e647ad3f5a10a4467872838652b6dcee2e1979 Mon Sep 17 00:00:00 2001 From: jilles Date: Tue, 3 Apr 2007 15:45:04 -0700 Subject: [PATCH] [svn] --with-maxclients configure option is gone --- ChangeLog | 9 +++++++++ INSTALL | 13 +------------ include/serno.h | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e7cd39..420a639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +jilles 2007/04/03 22:25:11 UTC (20070403-3380) + Log: + Make the code that raises fd rlimit to hard limit work. + + + Changes: Modified: + +5 -5 trunk/src/ircd.c (File Modified) + + nenolod 2007/04/03 11:45:22 UTC (20070403-3378) Log: - note the I/O reworking diff --git a/INSTALL b/INSTALL index fe8f958..2fe2dc9 100644 --- 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 @@ -105,17 +105,6 @@ --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 diff --git a/include/serno.h b/include/serno.h index c2611e4..cdff891 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070403-3378" +#define SERNO "20070403-3380"