From 5c0380b073e6055daa9356aa5d9eab64ed63da86 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 5 Jul 2009 05:30:47 +0000 Subject: [PATCH] 2009-07-05 Tatsuhiro Tsujikawa Documented --bt-stop-timeout option in man page. * doc/aria2c.1.txt --- ChangeLog | 5 +++++ doc/aria2c.1 | 8 ++++++++ doc/aria2c.1.html | 12 +++++++++++- doc/aria2c.1.txt | 6 ++++++ 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75e3c713..46fd1b0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-05 Tatsuhiro Tsujikawa + + Documented --bt-stop-timeout option in man page. + * doc/aria2c.1.txt + 2009-07-05 Tatsuhiro Tsujikawa Updated README regarding multi-file torrent web-seeding. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 9a6fbdd3..843ad19b 100644 --- a/doc/aria2c.1 +++ b/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 diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 548be6dc..6895b191 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -1099,6 +1099,16 @@ writes the piece to the appropriate files.

+--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
@@ -3178,7 +3188,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index f8cb3ad4..375a7843 100644 --- a/doc/aria2c.1.txt +++ b/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