2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Added --max-overall-download-limit in man page.
	Updated --max-overall-upload-limit, --max-download-limit
	option's doc.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-02-28 11:50:17 +00:00
parent 0b29a6e2cf
commit b6effe2435
4 changed files with 51 additions and 15 deletions

View File

@ -1,3 +1,9 @@
2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added --max-overall-download-limit in man page.
Updated --max-overall-upload-limit, --max-download-limit option's doc.
* doc/aria2c.1.txt
2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added --max-overall-download-limit option. Now --max-upload-limit Added --max-overall-download-limit option. Now --max-upload-limit

View File

@ -572,9 +572,7 @@ means unrestricted\&. You can append
or or
\fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the upload speed per torrent, use \fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the upload speed per torrent, use
\fB\-\-max\-upload\-limit\fR \fB\-\-max\-upload\-limit\fR
option\&. If non\-zero value is specified, option\&. Default:
\fB\-\-max\-upload\-limit\fR
option is ignored\&. Default:
\fI0\fR \fI0\fR
.RE .RE
.PP .PP
@ -827,14 +825,29 @@ option\&. The possible Values are
\fI6800\fR \fI6800\fR
.RE .RE
.PP .PP
\fB\-\-max\-download\-limit\fR=SPEED \fB\-\-max\-overall\-download\-limit\fR=SPEED
.RS 4 .RS 4
Set max download speed in bytes per sec\&. Set max overall download speed in bytes/sec\&.
\fI0\fR \fI0\fR
means unrestricted\&. You can append means unrestricted\&. You can append
\fIK\fR \fIK\fR
or or
\fIM\fR(1K = 1024, 1M = 1024K)\&. Default: \fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the download speed per download, use
\fB\-\-max\-download\-limit\fR
option\&. Default:
\fI0\fR
.RE
.PP
\fB\-\-max\-download\-limit\fR=SPEED
.RS 4
Set max download speed per each download in bytes/sec\&.
\fI0\fR
means unrestricted\&. You can append
\fIK\fR
or
\fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the overall download speed, use
\fB\-\-max\-overall\-download\-limit\fR
option\&. Default:
\fI0\fR \fI0\fR
.RE .RE
.PP .PP

View File

@ -1150,7 +1150,6 @@ writes the piece to the appropriate files.</td>
<em>0</em> means unrestricted. <em>0</em> means unrestricted.
You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K). You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).
To limit the upload speed per torrent, use <strong>--max-upload-limit</strong> option. To limit the upload speed per torrent, use <strong>--max-upload-limit</strong> option.
If non-zero value is specified, <strong>--max-upload-limit</strong> option is ignored.
Default: <em>0</em> Default: <em>0</em>
</p> </p>
</dd> </dd>
@ -1478,13 +1477,25 @@ are also allocated if they share the same piece.</td>
</p> </p>
</dd> </dd>
<dt> <dt>
<strong>--max-overall-download-limit</strong>=SPEED
</dt>
<dd>
<p>
Set max overall download speed in bytes/sec. <em>0</em> means
unrestricted. You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K). To
limit the download speed per download, use <strong>--max-download-limit</strong>
option. Default: <em>0</em>
</p>
</dd>
<dt>
<strong>--max-download-limit</strong>=SPEED <strong>--max-download-limit</strong>=SPEED
</dt> </dt>
<dd> <dd>
<p> <p>
Set max download speed in bytes per sec. <em>0</em> means unrestricted. Set max download speed per each download in bytes/sec. <em>0</em> means
You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K). unrestricted. You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K). To
Default: <em>0</em> limit the overall download speed, use <strong>--max-overall-download-limit</strong>
option. Default: <em>0</em>
</p> </p>
</dd> </dd>
<dt> <dt>
@ -2275,7 +2286,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-02-28 18:50:29 JST Last updated 2009-02-28 20:50:20 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -419,7 +419,6 @@ Make sure that the specified ports are open for incoming TCP traffic.
'0' means unrestricted. '0' means unrestricted.
You can append 'K' or 'M'(1K = 1024, 1M = 1024K). You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
To limit the upload speed per torrent, use *--max-upload-limit* option. To limit the upload speed per torrent, use *--max-upload-limit* option.
If non-zero value is specified, *--max-upload-limit* option is ignored.
Default: '0' Default: '0'
*-u*, *--max-upload-limit*=SPEED:: *-u*, *--max-upload-limit*=SPEED::
@ -592,10 +591,17 @@ are also allocated if they share the same piece.
See also *--enable-http-server* option. The possible Values are See also *--enable-http-server* option. The possible Values are
'1024'-'65535'. Default: '6800' '1024'-'65535'. Default: '6800'
*--max-overall-download-limit*=SPEED::
Set max overall download speed in bytes/sec. '0' means
unrestricted. You can append 'K' or 'M'(1K = 1024, 1M = 1024K). To
limit the download speed per download, use *--max-download-limit*
option. Default: '0'
*--max-download-limit*=SPEED:: *--max-download-limit*=SPEED::
Set max download speed in bytes per sec. '0' means unrestricted. Set max download speed per each download in bytes/sec. '0' means
You can append 'K' or 'M'(1K = 1024, 1M = 1024K). unrestricted. You can append 'K' or 'M'(1K = 1024, 1M = 1024K). To
Default: '0' limit the overall download speed, use *--max-overall-download-limit*
option. Default: '0'
*--no-conf*:: *--no-conf*::
Disable loading aria2.conf file. Disable loading aria2.conf file.