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 --- src/connection.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index f88e813a3..f99cd1bf9 100644 --- a/src/connection.h +++ b/src/connection.h @@ -394,7 +394,11 @@ public: float m_max_packets_per_second; int m_num_sent; int m_max_num_sent; - + + // Updated from configuration by Connection + float congestion_control_aim_rtt; + float congestion_control_max_rate; + float congestion_control_min_rate; private: }; -- cgit v1.2.3