mirror of https://github.com/aria2/aria2
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added doc for adaptive URI selector. * src/usage_text.hpull/1/head
parent
526e1677d9
commit
ddd050f65f
|
@ -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.
|
||||
|
|
|
@ -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"\
|
||||
|
|
Loading…
Reference in New Issue