> I'm having problems with > 200 clients connecting to a server. The ircd > refuses connections greater than 223. > > The Y-Line is Y:10:90:0:1000:560000 > > Are there any other options creating this limit?
Two. MAXCONNECTIONS, which you selected during the "make config" step (u2.10.10) or at the ./configure step (u2.10.11), and the maximum number of file descriptors per process imposed by your system--many systems set this to about 256, and ircd needs a few fds for other purposes--identd, the resolver, the pid file (for locking), etc. If you're using u2.10.11, ./configure is supposed to obtain MAXCONNECTIONS from the hard file descriptor limit. -- Kevin L. Mitchell <[EMAIL PROTECTED]>