|
@@ -64,6 +64,8 @@
|
|
|
|
|
|
|
|
namespace aria2 {
|
|
namespace aria2 {
|
|
|
|
|
|
|
|
|
|
+static const size_t BUFSIZE = 16*1024;
|
|
|
|
|
+
|
|
|
DownloadCommand::DownloadCommand(int cuid,
|
|
DownloadCommand::DownloadCommand(int cuid,
|
|
|
const RequestHandle& req,
|
|
const RequestHandle& req,
|
|
|
const SharedHandle<FileEntry>& fileEntry,
|
|
const SharedHandle<FileEntry>& fileEntry,
|