2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented --bt-stop-timeout option in man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-07-05 05:30:47 +00:00
parent e90a260c16
commit 5c0380b073
4 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --bt-stop-timeout option in man page.
* doc/aria2c.1.txt
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated README regarding multi-file torrent web-seeding. Updated README regarding multi-file torrent web-seeding.

View File

@ -536,6 +536,14 @@ Seed previously downloaded files without verifying piece hashes\&. Default:
\fIfalse\fR \fIfalse\fR
.RE .RE
.PP .PP
\fB\-\-bt\-stop\-timteout\fR=SEC
.RS 4
Stop BitTorrent download if download speed is 0 and the number of seeder is 0 in consecutive NUM seconds\&. If
\fI0\fR
is given, this feature is disabled\&. Default:
\fI0\fR
.RE
.PP
\fB\-\-bt\-tracker\-interval\fR=SEC \fB\-\-bt\-tracker\-interval\fR=SEC
.RS 4 .RS 4
Set the interval in seconds between tracker requests\&. This completely overrides interval value and aria2 just uses this value and ignores the min interval and interval value in the response of tracker\&. If Set the interval in seconds between tracker requests\&. This completely overrides interval value and aria2 just uses this value and ignores the min interval and interval value in the response of tracker\&. If

View File

@ -1099,6 +1099,16 @@ writes the piece to the appropriate files.</td>
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
<strong>--bt-stop-timteout</strong>=SEC
</dt>
<dd>
<p>
Stop BitTorrent download if download speed is 0 and the number of
seeder is 0 in consecutive NUM seconds. If <em>0</em> is given, this
feature is disabled. Default: <em>0</em>
</p>
</dd>
<dt class="hdlist1">
<strong>--bt-tracker-interval</strong>=SEC <strong>--bt-tracker-interval</strong>=SEC
</dt> </dt>
<dd> <dd>
@ -3178,7 +3188,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 2009-07-05 14:19:43 JST Last updated 2009-07-05 14:28:33 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -375,6 +375,12 @@ BitTorrent Specific Options
Seed previously downloaded files without verifying piece hashes. Seed previously downloaded files without verifying piece hashes.
Default: 'false' Default: 'false'
*--bt-stop-timteout*=SEC::
Stop BitTorrent download if download speed is 0 and the number of
seeder is 0 in consecutive NUM seconds. If '0' is given, this
feature is disabled. Default: '0'
*--bt-tracker-interval*=SEC:: *--bt-tracker-interval*=SEC::
Set the interval in seconds between tracker requests. This Set the interval in seconds between tracker requests. This
completely overrides interval value and aria2 just uses this value completely overrides interval value and aria2 just uses this value