2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Added bt-prioritize-piece option to -i list.
	* src/download_helper.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-11-29 12:39:17 +00:00
parent 8a590b4de0
commit 33579a8b24
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added bt-prioritize-piece option to -i list.
* src/download_helper.cc
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed --http-auth-scheme option from man page.

View File

@ -112,6 +112,7 @@ const std::set<std::string>& listRequestOptions()
PREF_BT_MAX_OPEN_FILES,
PREF_BT_MAX_PEERS,
PREF_BT_MIN_CRYPTO_LEVEL,
PREF_BT_PRIORITIZE_PIECE,
PREF_BT_REQUIRE_CRYPTO,
PREF_BT_REQUEST_PEER_SPEED_LIMIT,
PREF_BT_SEED_UNVERIFIED,