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

Re: ircd2.10.x on FreeBSD



On Dec 03, Genady wrote:
| The MAXCONNECTIONS set to 1000.

can you try to see why you could compile?
config.h should have failed:

---
   629  #if ! USE_POLL
   630  # if (MAXCONNECTIONS > FD_SETSIZE)
   631  error FD_SETSIZE must be bigger than MAXCONNECTIONS
   632  # endif
   633  #endif
---