--lowest-speed-limit option is now available in aria2.changeOption.

--lowest-speed-limit option is now available in aria2.changeOption if
a download is waiting/paused in queue.
pull/2/head
Tatsuhiro Tsujikawa 2011-10-29 19:11:22 +09:00
parent 95c7cb9f3e
commit 695c65eb86
1 changed files with 1 additions and 0 deletions

View File

@ -790,6 +790,7 @@ OptionHandlerFactory::createOptionHandlers()
op->addTag(TAG_HTTP);
op->setInitialOption(true);
op->setChangeGlobalOption(true);
op->setChangeOptionForReserved(true);
handlers.push_back(op);
}
{