mirror of https://github.com/aria2/aria2
2009-12-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Changed default value of --enable-dht from 'false' to 'true'. * doc/aria2c.1.txtpull/1/head
parent
d59cd9b74e
commit
90e24a66d8
|
@ -1,3 +1,8 @@
|
|||
2009-12-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Changed default value of --enable-dht from 'false' to 'true'.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-12-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Enabled DHT by default because of Magnet URI support. To disable
|
||||
|
|
|
@ -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: 12/10/2009
|
||||
.\" Date: 12/11/2009
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "12/10/2009" "Aria2" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "12/11/2009" "Aria2" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -594,7 +594,7 @@ Make sure that the specified ports are open for incoming UDP traffic\&.
|
|||
Enable DHT functionality\&. If a private flag is set in a torrent, aria2 doesn\(cqt use DHT for that download even if
|
||||
\fItrue\fR
|
||||
is given\&. Default:
|
||||
\fIfalse\fR
|
||||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-enable\-peer\-exchange\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
|
|
|
@ -1326,7 +1326,7 @@ writes the piece to the appropriate files.</td>
|
|||
<p>
|
||||
Enable DHT functionality. If a private flag is set in a torrent, aria2
|
||||
doesn’t use DHT for that download even if <em>true</em> is given.
|
||||
Default: <em>false</em>
|
||||
Default: <em>true</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -3461,7 +3461,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 2009-12-10 21:23:54 JST
|
||||
Last updated 2009-12-11 21:59:14 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -416,7 +416,7 @@ Make sure that the specified ports are open for incoming UDP traffic.
|
|||
*--enable-dht*[='true'|'false']::
|
||||
Enable DHT functionality. If a private flag is set in a torrent, aria2
|
||||
doesn't use DHT for that download even if 'true' is given.
|
||||
Default: 'false'
|
||||
Default: 'true'
|
||||
|
||||
*--enable-peer-exchange*[='true'|'false']::
|
||||
Enable Peer Exchange extension. If a private flag is set in a torrent, this
|
||||
|
|
Loading…
Reference in New Issue