Browse Source

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

	Documented --bt-stop-timeout option in man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 years ago
parent
commit
5c0380b073
4 changed files with 30 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 8 0
      doc/aria2c.1
  3. 11 1
      doc/aria2c.1.html
  4. 6 0
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -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>
 
 	Updated README regarding multi-file torrent web-seeding.

+ 8 - 0
doc/aria2c.1

@@ -536,6 +536,14 @@ Seed previously downloaded files without verifying piece hashes\&. Default:
 \fIfalse\fR
 .RE
 .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
 .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

+ 11 - 1
doc/aria2c.1.html

@@ -1099,6 +1099,16 @@ writes the piece to the appropriate files.</td>
 </p>
 </dd>
 <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
 </dt>
 <dd>
@@ -3178,7 +3188,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-07-05 14:19:43 JST
+Last updated 2009-07-05 14:28:33 JST
 </div>
 </div>
 </body>

+ 6 - 0
doc/aria2c.1.txt

@@ -375,6 +375,12 @@ BitTorrent Specific Options
   Seed previously downloaded files without verifying piece hashes.
   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::
   Set the interval in seconds between tracker requests. This
   completely overrides interval value and aria2 just uses this value