소스 검색

2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Added doc for adaptive URI selector.
	* src/usage_text.h
Tatsuhiro Tsujikawa 17 년 전
부모
커밋
ddd050f65f
2개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      ChangeLog
  2. 9 1
      src/usage_text.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-01-19  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Added doc for adaptive URI selector.
+	* src/usage_text.h
+
 2009-01-19  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added doc for --bt-max-peers option.

+ 9 - 1
src/usage_text.h

@@ -409,7 +409,15 @@ _(" --uri-selector=SELECTOR      Specify URI selection algorithm.\n"\
   "                              effectively skips dead mirrors. The observed\n"\
   "                              download speed is a part of performance profile\n"\
   "                              of servers mentioned in --server-stat-of and\n"\
-  "                              --server-stat-if options.")
+  "                              --server-stat-if options.\n"\
+  "                              If 'adaptive' is given, selects one of the best\n"\
+  "                              mirrors for the first and reserved connections.\n"\
+  "                              For supplementary ones, it returns mirrors which\n" \
+  "                              has not been tested yet, and if each of them has\n"\
+  "                              already been tested, returns mirrors which has to\n"\
+  "                              be tested again. Otherwise, it doesn't select\n"\
+  "                              anymore mirrors. Like 'feedback', it uses a\n"\
+  "                              performance profile of servers.")
 #define TEXT_SERVER_STAT_OF \
 _(" --server-stat-of=FILE        Specify the filename to which performance profile\n"\
   "                              of the servers is saved. You can load saved data\n"\