diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index f722286c7..44bd34107 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -341,11 +341,6 @@ #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 # Specifies URL from which client fetches media instead of using UDP # $filename should be accessible from $remote_media$filename via cURL # (obviously, remote_media should end with a slash) |