#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-400
to retry on http 400 bad request, which only effective ifretry-wait
> 0 - download: add option
retry-on-403
to retry on http 403 forbidden, which only effective ifretry-wait
> 0 - download: add option
retry-on-406
to retry on http 406 not acceptable, which only effective ifretry-wait
> 0 - download: add option
retry-on-unknown
to retry on unknown status code, which only effective ifretry-wait
> 0 - http: add option
http-want-digest
to choose whether to send the generatedWant-Digest
HTTP header or not (Not send by default)