From 695c65eb862e8f64eb8c64ce0a8c79e33ff67f9e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 29 Oct 2011 19:11:22 +0900 Subject: [PATCH] --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. --- src/OptionHandlerFactory.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OptionHandlerFactory.cc b/src/OptionHandlerFactory.cc index 82e92e0a..197aa243 100644 --- a/src/OptionHandlerFactory.cc +++ b/src/OptionHandlerFactory.cc @@ -790,6 +790,7 @@ OptionHandlerFactory::createOptionHandlers() op->addTag(TAG_HTTP); op->setInitialOption(true); op->setChangeGlobalOption(true); + op->setChangeOptionForReserved(true); handlers.push_back(op); } {