documentation fix

This commit is contained in:
Arvid Norberg 2014-05-02 16:21:44 +00:00
parent 43c41ddfb1
commit fc4c11405d
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ namespace libtorrent
// current throughput and rate limits all TCP connections to their // current throughput and rate limits all TCP connections to their
// proportional share based on how many of the connections are TCP. This // 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 // 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. // see bandwidth_mixed_algo_t for options.
int mixed_mode_algorithm; int mixed_mode_algorithm;