From fc4c11405d57579d9e12fba8de9a567d4a1d4649 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 2 May 2014 16:21:44 +0000 Subject: [PATCH] documentation fix --- include/libtorrent/session_settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index 2cc034a64..1a86ab137 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -1231,7 +1231,7 @@ namespace libtorrent // current throughput and rate limits all TCP connections to their // proportional share based on how many of the connections are TCP. This // works best if uTP connections are not rate limited by the global rate - // limiter (which they aren't by default). + // limiter, see rate_limit_utp. // // see bandwidth_mixed_algo_t for options. int mixed_mode_algorithm;