MAXCONNECTIONS error
Posted: Wed Apr 28, 2004 10:31 pm
hi, I compiled Unreal 3.2 and when I started it I get an error about MAXCONNECTED limited to 100 but compiled with 1024 (the last question on the ./Config I left with the default of 1024). So I recompiled with the last question on the ./Config set to 100, but now no more then 100 users can connect to the server. also, when I ran ulimit -n, it said 100. I edited unrealircd.conf and have:
class clients
{
pingfreq 90;
maxclients 999;
sendq 99999999;
recvq 31000;
};
but still when I connect to the irc server I get error that all connections are in use. Any way to fix this so that I can have more then 100 users connected? how can I change it to have more then 100 connections? thanks
class clients
{
pingfreq 90;
maxclients 999;
sendq 99999999;
recvq 31000;
};
but still when I connect to the irc server I get error that all connections are in use. Any way to fix this so that I can have more then 100 users connected? how can I change it to have more then 100 connections? thanks