From 526e1677d9b8a3bfafb9c301f5c94b6e1cc7ebb3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 19 Jan 2009 13:59:29 +0000 Subject: [PATCH] 2009-01-19 Tatsuhiro Tsujikawa Added doc for --bt-max-peers option. * doc/aria2c.1.txt --- ChangeLog | 5 +++++ doc/aria2c.1 | 10 ++++++++++ doc/aria2c.1.html | 12 +++++++++++- doc/aria2c.1.txt | 5 +++++ 4 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f0f778a..4f879094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-19 Tatsuhiro Tsujikawa + + Added doc for --bt-max-peers option. + * doc/aria2c.1.txt + 2009-01-19 Tatsuhiro Tsujikawa Added doc for --bt-hash-check-seed option. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 75d4a4c8..9de005be 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -423,6 +423,16 @@ Specify maximum number of files to open in each BitTorrent download\&. Default: \fI100\fR .RE .PP +\fB\-\-bt\-max\-peers\fR=NUM +.RS 4 +Specify the maximum number of peers per torrent\&. +\fI0\fR +means unlimited\&. See also +\fB\-\-bt\-request\-peer\-speed\-limit\fR +option\&. Default: +\fI55\fR +.RE +.PP \fB\-\-bt\-min\-crypto\-level\fR=\fIplain\fR|\fIarc4\fR .RS 4 Set minimum level of encryption method\&. If several encryption methods are provided by a peer, aria2 chooses the lowest one which satisfies the given level\&. Default: diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index ddfbd364..1d7e1706 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -947,6 +947,16 @@ writes the piece to the appropriate files.

+--bt-max-peers=NUM +
+
+

+ Specify the maximum number of peers per torrent. 0 means + unlimited. See also --bt-request-peer-speed-limit option. + Default: 55 +

+
+
--bt-min-crypto-level=plain|arc4
@@ -2164,7 +2174,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 5e285711..78121c6c 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -307,6 +307,11 @@ BitTorrent Specific Options Specify maximum number of files to open in each BitTorrent download. Default: '100' +*--bt-max-peers*=NUM:: + Specify the maximum number of peers per torrent. '0' means + unlimited. See also *--bt-request-peer-speed-limit* option. + Default: '55' + *--bt-min-crypto-level*='plain'|'arc4':: Set minimum level of encryption method. If several encryption methods are provided by a peer, aria2 chooses the lowest