Connections per host
Posted: Wed Apr 30, 2008 2:25 am
I have a questions about more then 3 connections per host. I am looking in the unrealircd.conf and all i see if the line of
Would this be the area to change the connection. I have a java app that any more then 3 people try to connect to it and it won't allow them time -out all others and in the irc log I see this
irc.gameonline365.com- *** Notice -- Client exiting: mib_8k34hl ([email protected]) [OperServ (Session limit exceeded)]
So any one point me in the right area I would thanks you. Also I am running Anonop for services but I am not sure this would be services making this happen.
Code: Select all
/* Throttling: this example sets a limit of 3 connection attempts per 60s (per host). */
throttle {
connections 3;
period 60s;
};
irc.gameonline365.com- *** Notice -- Client exiting: mib_8k34hl ([email protected]) [OperServ (Session limit exceeded)]
So any one point me in the right area I would thanks you. Also I am running Anonop for services but I am not sure this would be services making this happen.