Connection refused.
Posted: Fri Jul 11, 2008 9:14 pm
For some reason, no more than around 9 clients can connect at the same time. My maxclients is set to 300.
Config:
Fyi, I'm running UnrealIRCd 3.2.7 on Windows Server 2003 with Anope Services.
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;
};