Connection refused.

These are old archives. They are kept for historic purposes only.
Post Reply
Boomdk
Posts: 1
Joined: Fri Jul 11, 2008 9:04 pm

Connection refused.

Post 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.
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: Connection refused.

Post by T-rexke »

try 30000 or something that should be enough
Post Reply