#Aria2 fully static build with tcmalloc
Aria2 static binaries for GNU/Linux with some powerful feature patches.
- option
max-connection-per-server: change maximum value to∞ - option
min-split-size: change minimum value to1K - option
piece-length: change minimum value to1K - download: retry on slow speed (
lowest-speed-limit) and connection close - download: add option
retry-on-400to retry on http 400 bad request, which only effective ifretry-wait> 0 - download: add option
retry-on-403to retry on http 403 forbidden, which only effective ifretry-wait> 0 - download: add option
retry-on-406to retry on http 406 not acceptable, which only effective ifretry-wait> 0 - download: add option
retry-on-unknownto retry on unknown status code, which only effective ifretry-wait> 0 - http: add option
http-want-digestto choose whether to send the generatedWant-DigestHTTP header or not (Not send by default)