snowyu / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
1 stars 0 forks source link

rate_limit_utp - documentation default #612

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
rate_limit_utp is set to true in source.

Manual says:
"The mixed_mode_algorithm ... 
This works best if uTP connections are not rate limited by the global rate 
limiter (which they aren't by default).

rate_limit_utp determines if uTP connections should be throttled by the global 
rate limiter or not. By default they are."

In session_settings.hpp:
"// set to true if uTP connections should be rate limited
// defaults to false
bool rate_limit_utp;"

What is the expected output?
Documentation and comments should say that rate_limit_utp is set to true by 
default.

What version of the product are you using? On what operating system?
libtorrent-rasterbar-0.16.16

Original issue reported on code.google.com by gwar...@gmail.com on 1 May 2014 at 6:48

GoogleCodeExporter commented 9 years ago
thanks. this has been corrected in the repository and will be fixed with the 
next release.

Original comment by arvid.no...@gmail.com on 2 May 2014 at 4:22