2010-02-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented --bt-enable-lpd option in man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-02-20 14:26:23 +00:00
parent 9281f11264
commit 8429dcf593
4 changed files with 33 additions and 3 deletions

View File

@ -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> 2010-02-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added Local Peer Discovery. It is disabled by default. Use Added Local Peer Discovery. It is disabled by default. Use

View File

@ -2,12 +2,12 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 02/14/2010 .\" Date: 02/20/2010
.\" Manual: Aria2 Manual .\" Manual: Aria2 Manual
.\" Source: Aria2 1.9.0a .\" Source: Aria2 1.9.0a
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@ -487,6 +487,14 @@ Print file listing of \&.torrent or \&.metalink file and exit\&. In case of \&.t
.RE .RE
.SS "BitTorrent Specific Options" .SS "BitTorrent Specific Options"
.PP .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 \fB\-\-bt\-external\-ip\fR=IPADDRESS
.RS 4 .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\&. 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\&.

View File

@ -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> <h3 id="_bittorrent_specific_options">BitTorrent Specific Options</h3><div style="clear:left"></div>
<div class="dlist"><dl> <div class="dlist"><dl>
<dt class="hdlist1"> <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&#8217;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 <strong>--bt-external-ip</strong>=IPADDRESS
</dt> </dt>
<dd> <dd>
@ -3712,7 +3722,7 @@ files in the program, then also delete it here.</p></div>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-02-14 17:39:02 JST Last updated 2010-02-20 23:22:54 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -342,6 +342,13 @@ writes the piece to the appropriate files.
BitTorrent Specific Options 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:: *--bt-external-ip*=IPADDRESS::
Specify the external IP address to report to a BitTorrent Specify the external IP address to report to a BitTorrent
tracker. Although this function is named "external", it can accept tracker. Although this function is named "external", it can accept