|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>aria2c(1) — aria2 1.19.3 documentation</title> |
| 11 | + <title>aria2c(1) — aria2 1.20.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | | - <link rel="top" title="aria2 1.19.3 documentation" href="index.html"/> |
| 33 | + <link rel="top" title="aria2 1.20.0 documentation" href="index.html"/> |
34 | 34 | <link rel="next" title="aria2 - The ultra fast download utility" href="README.html"/> |
35 | 35 | <link rel="prev" title="Aria2 Manual" href="index.html"/> |
36 | 36 |
|
|
60 | 60 |
|
61 | 61 |
|
62 | 62 | <div class="version"> |
63 | | - 1.19.3 |
| 63 | + 1.20.0 |
64 | 64 | </div> |
65 | 65 |
|
66 | 66 |
|
@@ -295,7 +295,7 @@ <h3>Basic Options<a class="headerlink" href="#basic-options" title="Permalink to |
295 | 295 | When <code class="docutils literal"><span class="pre">FILE</span></code> is specified as <code class="docutils literal"><span class="pre">-</span></code>, aria2 will read the input from <code class="docutils literal"><span class="pre">stdin</span></code>. |
296 | 296 | See the <a class="reference internal" href="#id2">Input File</a> subsection for details. |
297 | 297 | See also the <a class="reference internal" href="#cmdoption--deferred-input"><code class="xref std std-option docutils literal"><span class="pre">--deferred-input</span></code></a> option. |
298 | | -See also the <code class="xref std std-option docutils literal"><span class="pre">--save-session-file</span></code> option.</p> |
| 298 | +See also the <a class="reference internal" href="#cmdoption--save-session"><code class="xref std std-option docutils literal"><span class="pre">--save-session</span></code></a> option.</p> |
299 | 299 | </dd></dl> |
300 | 300 |
|
301 | 301 | <dl class="option"> |
@@ -1936,6 +1936,18 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal |
1936 | 1936 | <code class="docutils literal"><span class="pre">1000</span></code></p> |
1937 | 1937 | </dd></dl> |
1938 | 1938 |
|
| 1939 | +<dl class="option"> |
| 1940 | +<dt id="cmdoption--max-mmap-limit"> |
| 1941 | +<code class="descname">--max-mmap-limit</code><code class="descclassname">=<SIZE></code><a class="headerlink" href="#cmdoption--max-mmap-limit" title="Permalink to this definition">¶</a></dt> |
| 1942 | +<dd><p>Set the maximum file size to enable mmap (see |
| 1943 | +<a class="reference internal" href="#cmdoption--enable-mmap"><code class="xref std std-option docutils literal"><span class="pre">--enable-mmap</span></code></a> option). The file size is determined by the |
| 1944 | +sum of all files contained in one download. For example, if a |
| 1945 | +download contains 5 files, then file size is the total size of those |
| 1946 | +files. If file size is strictly greater than the size specified in |
| 1947 | +this option, mmap will be disabled. |
| 1948 | +Default: <code class="docutils literal"><span class="pre">9223372036854775807</span></code></p> |
| 1949 | +</dd></dl> |
| 1950 | + |
1939 | 1951 | <dl class="option"> |
1940 | 1952 | <dt id="cmdoption--max-resume-failure-tries"> |
1941 | 1953 | <code class="descname">--max-resume-failure-tries</code><code class="descclassname">=<N></code><a class="headerlink" href="#cmdoption--max-resume-failure-tries" title="Permalink to this definition">¶</a></dt> |
@@ -2596,10 +2608,11 @@ <h3>Control File<a class="headerlink" href="#control-file" title="Permalink to t |
2596 | 2608 | <li><a class="reference internal" href="#cmdoption-x"><code class="xref std std-option docutils literal"><span class="pre">max-connection-per-server</span></code></a></li> |
2597 | 2609 | <li><a class="reference internal" href="#cmdoption--max-download-limit"><code class="xref std std-option docutils literal"><span class="pre">max-download-limit</span></code></a></li> |
2598 | 2610 | <li><a class="reference internal" href="#cmdoption--max-file-not-found"><code class="xref std std-option docutils literal"><span class="pre">max-file-not-found</span></code></a></li> |
| 2611 | +<li><a class="reference internal" href="#cmdoption--max-mmap-limit"><code class="xref std std-option docutils literal"><span class="pre">max-mmap-limit</span></code></a></li> |
2599 | 2612 | <li><a class="reference internal" href="#cmdoption--max-resume-failure-tries"><code class="xref std std-option docutils literal"><span class="pre">max-resume-failure-tries</span></code></a></li> |
2600 | | -<li><a class="reference internal" href="#cmdoption-m"><code class="xref std std-option docutils literal"><span class="pre">max-tries</span></code></a></li> |
2601 | 2613 | </ul> |
2602 | 2614 | </td><td><ul class="simple"> |
| 2615 | +<li><a class="reference internal" href="#cmdoption-m"><code class="xref std std-option docutils literal"><span class="pre">max-tries</span></code></a></li> |
2603 | 2616 | <li><a class="reference internal" href="#cmdoption-u"><code class="xref std std-option docutils literal"><span class="pre">max-upload-limit</span></code></a></li> |
2604 | 2617 | <li><a class="reference internal" href="#cmdoption--metalink-base-uri"><code class="xref std std-option docutils literal"><span class="pre">metalink-base-uri</span></code></a></li> |
2605 | 2618 | <li><a class="reference internal" href="#cmdoption--metalink-enable-unique-protocol"><code class="xref std std-option docutils literal"><span class="pre">metalink-enable-unique-protocol</span></code></a></li> |
@@ -3033,6 +3046,9 @@ <h3>Methods<a class="headerlink" href="#methods" title="Permalink to this headli |
3033 | 3046 | <dd>InfoHash. BitTorrent only.</dd> |
3034 | 3047 | <dt><code class="docutils literal"><span class="pre">numSeeders</span></code></dt> |
3035 | 3048 | <dd>The number of seeders aria2 has connected to. BitTorrent only.</dd> |
| 3049 | +<dt><code class="docutils literal"><span class="pre">seeder</span></code></dt> |
| 3050 | +<dd><code class="docutils literal"><span class="pre">true</span></code> if the local endpoint is a seeder. Otherwise <code class="docutils literal"><span class="pre">false</span></code>. |
| 3051 | +BitTorrent only.</dd> |
3036 | 3052 | <dt><code class="docutils literal"><span class="pre">pieceLength</span></code></dt> |
3037 | 3053 | <dd>Piece length in bytes.</dd> |
3038 | 3054 | <dt><code class="docutils literal"><span class="pre">numPieces</span></code></dt> |
@@ -3307,7 +3323,7 @@ <h3>Methods<a class="headerlink" href="#methods" title="Permalink to this headli |
3307 | 3323 | <dt><code class="docutils literal"><span class="pre">uploadSpeed</span></code></dt> |
3308 | 3324 | <dd>Upload speed(byte/sec) that this client uploads to the peer.</dd> |
3309 | 3325 | <dt><code class="docutils literal"><span class="pre">seeder</span></code></dt> |
3310 | | -<dd><code class="docutils literal"><span class="pre">true</span></code> is this peer is a seeder. Otherwise <code class="docutils literal"><span class="pre">false</span></code>.</dd> |
| 3326 | +<dd><code class="docutils literal"><span class="pre">true</span></code> if this peer is a seeder. Otherwise <code class="docutils literal"><span class="pre">false</span></code>.</dd> |
3311 | 3327 | </dl> |
3312 | 3328 | <p><strong>JSON-RPC Example</strong></p> |
3313 | 3329 | <div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">urllib2</span><span class="o">,</span> <span class="nn">json</span> |
@@ -4713,7 +4729,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he |
4713 | 4729 | <script type="text/javascript"> |
4714 | 4730 | var DOCUMENTATION_OPTIONS = { |
4715 | 4731 | URL_ROOT:'./', |
4716 | | - VERSION:'1.19.3', |
| 4732 | + VERSION:'1.20.0', |
4717 | 4733 | COLLAPSE_INDEX:false, |
4718 | 4734 | FILE_SUFFIX:'.html', |
4719 | 4735 | HAS_SOURCE: true |
|
0 commit comments