Add congestion control settings to minetest.conf

This commit is contained in:
Perttu Ahola
2012-11-27 09:38:21 +02:00
parent 7b6d642300
commit ab45133ab4
4 changed files with 40 additions and 12 deletions

View File

@@ -198,3 +198,8 @@
#dedicated_server_step = 0.1
# Can be set to true to disable shutting down on invalid world data
#ignore_world_load_errors = false
# Congestion control parameters
# time in seconds, rate in ~500B packets
#congestion_control_aim_rtt = 0.2
#congestion_control_max_rate = 400
#congestion_control_min_rate = 10