Skip to content

Commit a2a0e4e

Browse files
committed
Update update.json and CHANGELOG.md for version 2.1
1 parent b3c98fe commit a2a0e4e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
1. Add Webui to manage the module.
2-
2. Add Set initcwnd & initrwnd value to max feature.
3-
3. Fix the old config not saved during the update bug.
4-
4. Fix minor bugs in the script.
5-
5. Refactor shell scripts.
6-
6. Update Readme to provide more Information.
1+
1. Add support for CCMNI interface devices.
2+
2. Fix Wi-Fi Calling issue in certain devices.
3+
3. Disable aggressive TCP pacing.
4+
4. Set root qdisc to fq_codel if BBR is selected.
5+
5. Enable Dynamic tcp_pacing_ratios based on interface and frequency bandwidth.
6+
6. Add MMRL insets.
7+
8+
Note: The root qdisc is set to fq_codel instead of fq as it disables Wi-Fi calling in the long run.

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.0",
3-
"versionCode": 11,
4-
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-2.0-11.zip",
2+
"version": "2.1",
3+
"versionCode": 12,
4+
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-2.1-12.zip",
55
"changelog": "https://raw.githubusercontent.com/fatalcoder524/TCP_Optimiser_Module/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)