From 9ac47a62b4952175b23697d7ca04b6f5a912c357 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 8 May 2017 22:59:29 +0900 Subject: [PATCH] Clarify --max-concurrent-downloads option --- doc/manual-src/en/aria2c.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 1c990e85..17caaa05 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -57,6 +57,25 @@ Basic Options See also the :option:`--split <-s>` option. Default: ``5`` + .. note:: + + :option:`--max-concurrent-downloads` limits the number of items + which are downloaded concurrently. :option:`--split <-s>` and + :option:`--min-split-size <-k>` affect the number of connections + inside each item. Imagine that you have an input file (see + :option:`--input-file <-i>` option) like this: + + .. code-block:: text + + http://example.com/foo + http://example.com/bar + + Here is 2 download items. aria2 can download these items + concurrently if the value more than or equal 2 is given to + :option:`--max-concurrent-downloads`. In each download item, you + can configure the number of connections using :option:`--split + <-s>` and/or :option:`--min-split-size <-k>`, etc. + .. option:: -V, --check-integrity[=true|false] Check file integrity by validating piece hashes or a hash of entire