Page 1 of 1
Some one can explain this configs..
Posted: Wed Feb 03, 2010 11:39 pm
by tropheo
loginserverver.properties
Code: Select all
# Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50
Re: Some one can explain this configs..
Posted: Fri Feb 05, 2010 2:09 am
by Crom
The last is the maximun conections could have an IP at same time.
Re: Some one can explain this configs..
Posted: Fri Feb 05, 2010 7:51 pm
by jurchiks
first one is the limit of fast (too fast?) connections, which (afaik) get dropped, the third is the speed (miliseconds) which is considered to be a fast connection, and normal=self explanatory
you forgot to copy the
EnableFloodProtection = True
which enables all the below configs and confirms my post
basically my guess is - if you click enter 15 times when in logon screen, it should kick(ban?) you for some minutes
though there should be some comments, that's for sure