Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.63 KB

#Aria2 fully static build with tcmalloc

Aria2 static binaries for GNU/Linux with some powerful feature patches.

Changes

  • option max-connection-per-server: change maximum value to
  • option min-split-size: change minimum value to 1K
  • option piece-length: change minimum value to 1K
  • 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 if retry-wait > 0
  • download: add option retry-on-403 to retry on http 403 forbidden, which only effective if retry-wait > 0
  • download: add option retry-on-406 to retry on http 406 not acceptable, which only effective if retry-wait > 0
  • download: add option retry-on-unknown to retry on unknown status code, which only effective if retry-wait > 0
  • http: add option http-want-digest to choose whether to send the generated Want-Digest HTTP header or not (Not send by default)

Aria2

Used external libraries

Credits