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

Added doc for adaptive URI selector.
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2009-01-19 14:11:04 +00:00
parent 526e1677d9
commit ddd050f65f
2 changed files with 14 additions and 1 deletions

View File

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

View File

@ -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"\