Configuration file server.ini: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
Line 49: Line 49:


== Limits ==
== Limits ==

You can define some limits to prevent flooding by huge amounts of data, lots of message or lots of players. This is particularly useful if your server is behind a small Internet connection.


'''allowed_bytes_per_second'''=1024
'''allowed_bytes_per_second'''=1024
'''allowed_messages_per_second'''=20
'''allowed_messages_per_second'''=20
'''max_number_of_players'''=128
'''max_number_of_players'''=128

There is a second set of settings very similar to the above. But those ones are not about resource usage but more about preventing trouble:

'''account_creation_counting_time'''=3600
'''account_creation_limit'''=5
'''parallel_connection_limit'''=10
'''parallel_connection_limit'''=10
'''ip_whitelist'''=127.0.0.1
'''ip_whitelist'''=127.0.0.1



== RSA ==
== RSA ==