[svn] --with-maxclients configure option is gone
This commit is contained in:
parent
1aa8ffcbfd
commit
78e647ad3f
3 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
|
|
13
INSTALL
13
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070403-3378"
|
||||
#define SERNO "20070403-3380"
|
||||
|
|
Loading…
Reference in a new issue