mirror of https://github.com/aria2/aria2
2009-01-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten the usage text for --bt-request-peer-speed-limit option. * doc/aria2c.1.txt * src/usage_text.hpull/1/head
parent
55df3c78a3
commit
b9d4caeee9
|
@ -1,3 +1,9 @@
|
|||
2009-01-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Rewritten the usage text for --bt-request-peer-speed-limit option.
|
||||
* doc/aria2c.1.txt
|
||||
* src/usage_text.h
|
||||
|
||||
2009-01-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Made the max value of split option unlimited.
|
||||
|
|
|
@ -426,11 +426,11 @@ If true is given, aria2 doesn\'t accept and establish connection with legacy Bit
|
|||
.PP
|
||||
\fB\-\-bt\-request\-peer\-speed\-limit\fR=SPEED
|
||||
.RS 4
|
||||
In BitTorrent downloads, if the download speed is lower than SPEED, aria2 initiates and accepts connections ignoring max peer cap\&. You can append
|
||||
If the whole download speed of every torrent is lower than SPEED, aria2 temporarily increases the number of peers to try for more download speed\&. Configuring this option with your preferred download speed can increase your download speed in some cases\&. You can append
|
||||
\fIK\fR
|
||||
or
|
||||
\fIM\fR(1K = 1024, 1M = 1024K)\&. Default:
|
||||
\fI51200\fR
|
||||
\fI50K\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-bt\-seed\-unverified\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
|
|
|
@ -961,10 +961,12 @@ writes the piece to the appropriate files.</td>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
In BitTorrent downloads, if the download speed is lower than SPEED,
|
||||
aria2 initiates and accepts connections ignoring max peer cap.
|
||||
If the whole download speed of every torrent is lower than SPEED,
|
||||
aria2 temporarily increases the number of peers to try for more
|
||||
download speed. Configuring this option with your preferred download
|
||||
speed can increase your download speed in some cases.
|
||||
You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).
|
||||
Default: <em>51200</em>
|
||||
Default: <em>50K</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
|
@ -2064,7 +2066,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-01-16 00:36:39 JST
|
||||
Last updated 2009-01-16 00:56:38 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -313,10 +313,12 @@ BitTorrent Specific Options
|
|||
Default: 'false'
|
||||
|
||||
*--bt-request-peer-speed-limit*=SPEED::
|
||||
In BitTorrent downloads, if the download speed is lower than SPEED,
|
||||
aria2 initiates and accepts connections ignoring max peer cap.
|
||||
If the whole download speed of every torrent is lower than SPEED,
|
||||
aria2 temporarily increases the number of peers to try for more
|
||||
download speed. Configuring this option with your preferred download
|
||||
speed can increase your download speed in some cases.
|
||||
You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
|
||||
Default: '51200'
|
||||
Default: '50K'
|
||||
|
||||
*--bt-seed-unverified*[='true'|'false']::
|
||||
Seed previously downloaded files without verifying piece hashes.
|
||||
|
|
|
@ -284,9 +284,12 @@ _(" --bt-require-crypto=true|false If true is given, aria2 doesn't accept and\n"
|
|||
" handshake. Thus aria2 always uses Obfuscation\n"\
|
||||
" handshake.")
|
||||
#define TEXT_BT_REQUEST_PEER_SPEED_LIMIT \
|
||||
_(" --bt-request-peer-speed-limit=SPEED In BitTorrent downloads, if the download\n"\
|
||||
" speed is lower than SPEED, aria2 initiates and\n"\
|
||||
" accepts connections ignoring max peer cap.\n"\
|
||||
_(" --bt-request-peer-speed-limit=SPEED If the whole download speed of every\n"\
|
||||
" torrent is lower than SPEED, aria2 temporarily\n"\
|
||||
" increases the number of peers to try for more\n"\
|
||||
" download speed. Configuring this option with your\n"\
|
||||
" preferred download speed can increase your\n"\
|
||||
" download speed in some cases.\n"\
|
||||
" You can append K or M(1K = 1024, 1M = 1024K).")
|
||||
#define TEXT_BT_MAX_OPEN_FILES \
|
||||
_(" --bt-max-open-files=NUM Specify maximum number of files to open in each\n"\
|
||||
|
|
Loading…
Reference in New Issue