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

Added doc for --bt-max-peers option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-01-19 13:59:29 +00:00
parent 8bd9ca287d
commit 526e1677d9
4 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added doc for --bt-max-peers option.
* doc/aria2c.1.txt
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added doc for --bt-hash-check-seed option. Added doc for --bt-hash-check-seed option.

View File

@ -423,6 +423,16 @@ Specify maximum number of files to open in each BitTorrent download\&. Default:
\fI100\fR \fI100\fR
.RE .RE
.PP .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 \fB\-\-bt\-min\-crypto\-level\fR=\fIplain\fR|\fIarc4\fR
.RS 4 .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: 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:

View File

@ -947,6 +947,16 @@ writes the piece to the appropriate files.</td>
</p> </p>
</dd> </dd>
<dt> <dt>
<strong>--bt-max-peers</strong>=NUM
</dt>
<dd>
<p>
Specify the maximum number of peers per torrent. <em>0</em> means
unlimited. See also <strong>--bt-request-peer-speed-limit</strong> option.
Default: <em>55</em>
</p>
</dd>
<dt>
<strong>--bt-min-crypto-level</strong>=<em>plain</em>|<em>arc4</em> <strong>--bt-min-crypto-level</strong>=<em>plain</em>|<em>arc4</em>
</dt> </dt>
<dd> <dd>
@ -2164,7 +2174,7 @@ files in the program, then also delete it here.</p></div>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2009-01-19 22:55:07 JST Last updated 2009-01-19 22:58:36 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -307,6 +307,11 @@ BitTorrent Specific Options
Specify maximum number of files to open in each BitTorrent download. Specify maximum number of files to open in each BitTorrent download.
Default: '100' 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':: *--bt-min-crypto-level*='plain'|'arc4'::
Set minimum level of encryption method. Set minimum level of encryption method.
If several encryption methods are provided by a peer, aria2 chooses the lowest If several encryption methods are provided by a peer, aria2 chooses the lowest