mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add congestion control settings to minetest.conf
This commit is contained in:
parent
7b6d642300
commit
ab45133ab4
4 changed files with 40 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue