[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.