Some one can explain this configs..

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
tropheo
Posts: 176
Joined: Tue Apr 21, 2009 3:09 pm

Some one can explain this configs..

Post by tropheo »

loginserverver.properties

Code: Select all

# Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50
Crom
Posts: 191
Joined: Sun May 24, 2009 8:09 pm
Location: Spain

Re: Some one can explain this configs..

Post by Crom »

The last is the maximun conections could have an IP at same time.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Some one can explain this configs..

Post 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
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply