You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aria2 static builds for GNU/Linux with custom patches.
12
10
13
11
[](https://github.com/P3TERX/aria2-builder/releases/latest)
14
12
13
+
## Changes
14
+
15
+
* option `max-connection-per-server`: change maximum value to `∞`
16
+
* option `min-split-size`: change minimum value to `1K`
17
+
* option `piece-length`: change minimum value to `1K`
18
+
* download: retry on slow speed (`lowest-speed-limit`) and connection close
19
+
* download: add option `retry-on-400` to retry on http 400 bad request, which only effective if `retry-wait` > 0
20
+
* download: add option `retry-on-403` to retry on http 403 forbidden, which only effective if `retry-wait` > 0
21
+
* download: add option `retry-on-406` to retry on http 406 not acceptable, which only effective if `retry-wait` > 0
22
+
* download: add option `retry-on-unknown` to retry on unknown status code, which only effective if `retry-wait` > 0
**`dest`** can define the output directory. If there are no changes, two archive files will be generated in the current directory after the work is completed.
66
+
**`dest`** can define the output directory. If there are no changes, there will be an archive file in the current directory when the build is completed.
58
67
```
59
68
$ ls -l
60
69
-rw-r--r-- 1 p3terx p3terx 3744106 Jan 17 20:24 aria2-1.35.0-static-linux-amd64.tar.gz
0 commit comments