mirror of https://github.com/aria2/aria2
2009-01-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added doc for --bt-max-peers option. * doc/aria2c.1.txtpull/1/head
parent
8bd9ca287d
commit
526e1677d9
|
@ -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>
|
||||
|
||||
Added doc for --bt-hash-check-seed option.
|
||||
|
|
10
doc/aria2c.1
10
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:
|
||||
|
|
|
@ -947,6 +947,16 @@ writes the piece to the appropriate files.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<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>
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -2164,7 +2174,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-01-19 22:55:07 JST
|
||||
Last updated 2009-01-19 22:58:36 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue