[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ircd2.10.x on FreeBSD
The MAXCONNECTIONS set to 1000.
-----Original Message-----
From: Christophe Kalt <kalt@xxxxxxxxxxx>
To: ircd-users@xxxxxxx <ircd-users@xxxxxxx>
Cc: venq@xxxxxx <venq@xxxxxx>
Date: Thursday, 03 December 1998 03:37
Subject: Re: ircd2.10.x on FreeBSD
>What was MAXCONNECTIONS set to ?
>(You shouldn't have been able to compile)
>
>On Dec 02, Genady wrote:
>| Yesterday, after compiling ircd2.10.1 at *.lv servers (FreeBSD), we
>| expierenced the ircd to freeze when it reached ~240 users.
>|
>| We found it to be fixed by adding in the very beginning of the file
>| common/os.h
>| # define FD_SETSIZE 1024
>| (the number meant be more than than defined maxconnections).
>|
>| You can contact BOPOH (venq@xxxxxx) for any details, as he was compiling
the
>| ircd and he found the solution.
>
>