Browse Source

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

	Added bt-prioritize-piece option to -i list.
	* src/download_helper.cc
Tatsuhiro Tsujikawa 16 years ago
parent
commit
33579a8b24
2 changed files with 6 additions and 0 deletions
  1. 5 0
      ChangeLog
  2. 1 0
      src/download_helper.cc

+ 5 - 0
ChangeLog

@@ -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.

+ 1 - 0
src/download_helper.cc

@@ -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,