From b9d4caeee9a12d60c9484103351939ecc57e954b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 15 Jan 2009 15:57:48 +0000 Subject: [PATCH] 2009-01-16 Tatsuhiro Tsujikawa Rewritten the usage text for --bt-request-peer-speed-limit option. * doc/aria2c.1.txt * src/usage_text.h --- ChangeLog | 6 ++++++ doc/aria2c.1 | 4 ++-- doc/aria2c.1.html | 10 ++++++---- doc/aria2c.1.txt | 8 +++++--- src/usage_text.h | 9 ++++++--- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02f174dd..1ec328c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-16 Tatsuhiro Tsujikawa + + Rewritten the usage text for --bt-request-peer-speed-limit option. + * doc/aria2c.1.txt + * src/usage_text.h + 2009-01-16 Tatsuhiro Tsujikawa Made the max value of split option unlimited. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 3c1f6ab2..85108dab 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -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] diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 282dc5c9..32a842f5 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -961,10 +961,12 @@ writes the piece to the appropriate files.

- 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

@@ -2064,7 +2066,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 640d5478..b9b31c68 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -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. diff --git a/src/usage_text.h b/src/usage_text.h index 582f3507..91317df7 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -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"\