mirror of https://github.com/aria2/aria2
2010-02-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --bt-enable-lpd option in man page. * doc/aria2c.1.txtpull/1/head
parent
9281f11264
commit
8429dcf593
|
@ -1,3 +1,8 @@
|
|||
2010-02-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented --bt-enable-lpd option in man page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-02-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added Local Peer Discovery. It is disabled by default. Use
|
||||
|
|
12
doc/aria2c.1
12
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 02/14/2010
|
||||
.\" Date: 02/20/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.9.0a
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "02/14/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "02/20/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -487,6 +487,14 @@ Print file listing of \&.torrent or \&.metalink file and exit\&. In case of \&.t
|
|||
.RE
|
||||
.SS "BitTorrent Specific Options"
|
||||
.PP
|
||||
\fB\-\-bt\-enable\-lpd\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Enable Local Peer Discovery\&. If a private flag is set in a torrent, aria2 doesn\(cqt use this feature for that download even if
|
||||
\fItrue\fR
|
||||
is given\&. Default:
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-bt\-external\-ip\fR=IPADDRESS
|
||||
.RS 4
|
||||
Specify the external IP address to report to a BitTorrent tracker\&. Although this function is named "external", it can accept any kind of IP addresses\&. IPADDRESS must be a numeric IP address\&.
|
||||
|
|
|
@ -1172,6 +1172,16 @@ writes the piece to the appropriate files.</td>
|
|||
<h3 id="_bittorrent_specific_options">BitTorrent Specific Options</h3><div style="clear:left"></div>
|
||||
<div class="dlist"><dl>
|
||||
<dt class="hdlist1">
|
||||
<strong>--bt-enable-lpd</strong>[=<em>true</em>|<em>false</em>]
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Enable Local Peer Discovery. If a private flag is set in a torrent,
|
||||
aria2 doesn’t use this feature for that download even if <em>true</em> is
|
||||
given. Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--bt-external-ip</strong>=IPADDRESS
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -3712,7 +3722,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-02-14 17:39:02 JST
|
||||
Last updated 2010-02-20 23:22:54 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -342,6 +342,13 @@ writes the piece to the appropriate files.
|
|||
|
||||
BitTorrent Specific Options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
*--bt-enable-lpd*[='true'|'false']::
|
||||
|
||||
Enable Local Peer Discovery. If a private flag is set in a torrent,
|
||||
aria2 doesn't use this feature for that download even if 'true' is
|
||||
given. Default: 'false'
|
||||
|
||||
*--bt-external-ip*=IPADDRESS::
|
||||
Specify the external IP address to report to a BitTorrent
|
||||
tracker. Although this function is named "external", it can accept
|
||||
|
|
Loading…
Reference in New Issue