From 9e8252acf1cefc63d64554f846bd5a9c5d8abe2c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 31 Aug 2010 14:59:12 +0000 Subject: [PATCH] Updated doc --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index da4159ad..2429aac3 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,13 @@ when multiple files are downloaded from same host at the same time. For netrc, aria2 now performs domain match if machine name defined in .netrc starts with ".". +Please note that since 1.10.0 release, aria2 uses 1 connection per +host by default and has 20MiB segment size restriction. So whatever +value you specify using -s option, it uses 1 connection per host. To +make it behave like 1.9.x, use --max-connection-per-server=4 +--min-split-size=1M. If you specify multiple hosts, aria2 will use +all of them and open multiple connections. + Changes -------