浏览代码

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 年之前
父节点
当前提交
5c0380b073
共有 4 个文件被更改,包括 30 次插入1 次删除
  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>
 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.

+ 8 - 0
doc/aria2c.1

@@ -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

+ 11 - 1
doc/aria2c.1.html

@@ -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>

+ 6 - 0
doc/aria2c.1.txt

@@ -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