mirror of https://github.com/aria2/aria2
2010-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --bt-lpd-interface option in man page. * doc/aria2c.1.txtpull/1/head
parent
a7c2cafeac
commit
f12d6d793d
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2010-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented --bt-lpd-interface option in man page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-03-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Bump up version number to 1.9.0
|
||||
* configure.ac
|
||||
|
||||
2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that FillRequestGroupCommand is not invoked when
|
||||
|
|
|
@ -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: 03/08/2010
|
||||
.\" Date: 03/09/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.9.0a
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "03/08/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual"
|
||||
.TH "ARIA2C" "1" "03/09/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -517,6 +517,11 @@ option and file is complete, continue to seed file\&. If you want to check file
|
|||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-bt\-lpd\-interface\fR=INTERFACE
|
||||
.RS 4
|
||||
Use given interface for Local Peer Discovery\&. If this option is not specified, the default interface is chosen\&. You can specify interface name and IP address\&. Possible Values: interface, IP addres
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-bt\-max\-open\-files\fR=NUM
|
||||
.RS 4
|
||||
Specify maximum number of files to open in each BitTorrent download\&. Default:
|
||||
|
|
|
@ -1213,6 +1213,17 @@ writes the piece to the appropriate files.</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--bt-lpd-interface</strong>=INTERFACE
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use given interface for Local Peer Discovery. If this option is not
|
||||
specified, the default interface is chosen. You can specify
|
||||
interface name and IP address. Possible Values: interface, IP
|
||||
addres
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--bt-max-open-files</strong>=NUM
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -3813,7 +3824,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-03-08 00:19:16 JST
|
||||
Last updated 2010-03-09 00:04:25 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -366,6 +366,13 @@ BitTorrent Specific Options
|
|||
option to 'false'. This option has effect only on BitTorrent download.
|
||||
Default: 'true'
|
||||
|
||||
*--bt-lpd-interface*=INTERFACE::
|
||||
|
||||
Use given interface for Local Peer Discovery. If this option is not
|
||||
specified, the default interface is chosen. You can specify
|
||||
interface name and IP address. Possible Values: interface, IP
|
||||
addres
|
||||
|
||||
*--bt-max-open-files*=NUM::
|
||||
Specify maximum number of files to open in each BitTorrent download.
|
||||
Default: '100'
|
||||
|
|
Loading…
Reference in New Issue