From ab45133ab4826359ca9a5ed50b68150eb462c8ef Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 27 Nov 2012 09:38:21 +0200 Subject: Add congestion control settings to minetest.conf --- minetest.conf.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 64cb87727..071b97c65 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -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 -- cgit v1.2.3