Page 1 of 1

Connection refused.

Posted: Fri Jul 11, 2008 9:14 pm
by Boomdk
For some reason, no more than around 9 clients can connect at the same time. My maxclients is set to 300.

Config:

Code: Select all

class           clients
{
    pingfreq 90;
    maxclients 300;
    sendq 100000;
    recvq 8000;
};

class           servers
{
    pingfreq 90;
    maxclients 10;
    sendq 1000000;
    connfreq 100;
};

allow {
    ip             *@*;
    hostname       *@*;
    class           clients;
    maxperip 5;
};
Fyi, I'm running UnrealIRCd 3.2.7 on Windows Server 2003 with Anope Services.

Re: Connection refused.

Posted: Sun Jul 13, 2008 7:37 pm
by T-rexke
try 30000 or something that should be enough