mirror of https://github.com/aria2/aria2
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added a note for --dht-listen-port option. * doc/aria2c.1.txtpull/1/head
parent
47580b88da
commit
b32654bc8e
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Added a note for --dht-listen-port option.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Update doc for --realtime-chunk-checksum option.
|
Update doc for --realtime-chunk-checksum option.
|
||||||
|
|
|
@ -454,6 +454,13 @@ Set UDP listening port for DHT\&. Multiple ports can be specified by using ",",
|
||||||
\fI6881\-6999\fR\&. "," and "\-" can be used together\&. Default:
|
\fI6881\-6999\fR\&. "," and "\-" can be used together\&. Default:
|
||||||
\fI6881\-6999\fR
|
\fI6881\-6999\fR
|
||||||
.RE
|
.RE
|
||||||
|
.sp
|
||||||
|
.it 1 an-trap
|
||||||
|
.nr an-no-space-flag 1
|
||||||
|
.nr an-break-flag 1
|
||||||
|
.br
|
||||||
|
Note
|
||||||
|
Make sure that the specified ports are open for incoming UDP traffic\&.
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-direct\-file\-mapping\fR=\fItrue\fR|\fIfalse\fR
|
\fB\-\-direct\-file\-mapping\fR=\fItrue\fR|\fIfalse\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
|
|
|
@ -996,6 +996,16 @@ writes the piece to the appropriate files.</td>
|
||||||
Default: <em>6881-6999</em>
|
Default: <em>6881-6999</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
</dl></div>
|
||||||
|
<div class="admonitionblock">
|
||||||
|
<table><tr>
|
||||||
|
<td class="icon">
|
||||||
|
<div class="title">Note</div>
|
||||||
|
</td>
|
||||||
|
<td class="content">Make sure that the specified ports are open for incoming UDP traffic.</td>
|
||||||
|
</tr></table>
|
||||||
|
</div>
|
||||||
|
<div class="vlist"><dl>
|
||||||
<dt>
|
<dt>
|
||||||
<strong>--direct-file-mapping</strong>=<em>true</em>|<em>false</em>
|
<strong>--direct-file-mapping</strong>=<em>true</em>|<em>false</em>
|
||||||
</dt>
|
</dt>
|
||||||
|
@ -2045,7 +2055,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 2008-12-17 21:00:35 JST
|
Last updated 2008-12-17 21:07:02 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -331,6 +331,9 @@ BitTorrent Specific Options
|
||||||
together.
|
together.
|
||||||
Default: '6881-6999'
|
Default: '6881-6999'
|
||||||
|
|
||||||
|
[NOTE]
|
||||||
|
Make sure that the specified ports are open for incoming UDP traffic.
|
||||||
|
|
||||||
*--direct-file-mapping*='true'|'false'::
|
*--direct-file-mapping*='true'|'false'::
|
||||||
Directly read from and write to each file mentioned in .torrent file.
|
Directly read from and write to each file mentioned in .torrent file.
|
||||||
Use this option if lots of files are listed in .torrent file and aria2
|
Use this option if lots of files are listed in .torrent file and aria2
|
||||||
|
|
Loading…
Reference in New Issue