mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Added --piece-length option.
This option sets a piece length for HTTP/FTP downloads. This is the boundary when aria2 splits a file. All splits occur at multiple of this length. This option will be ignored in BitTorrent downloads. It will be also ignored if Metalink file contains piece hashes.
This commit is contained in:
parent
05104ba177
commit
7e7aeac3ff
9 changed files with 45 additions and 18 deletions
|
@ -86,7 +86,7 @@ public:
|
|||
RequestGroup::resetGIDCounter();
|
||||
option_.reset(new Option());
|
||||
option_->put(PREF_DIR, A2_TEST_OUT_DIR"/aria2_RpcMethodTest");
|
||||
option_->put(PREF_SEGMENT_SIZE, "1048576");
|
||||
option_->put(PREF_PIECE_LENGTH, "1048576");
|
||||
File(option_->get(PREF_DIR)).mkdirs();
|
||||
e_.reset
|
||||
(new DownloadEngine(SharedHandle<EventPoll>(new SelectEventPoll())));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue