Releases: fatalcoder524/TCP_Optimiser_Module
Releases · fatalcoder524/TCP_Optimiser_Module
2.4
- Support all rmnet and ccmni interfaces as Cellular.
- Add support for bbr3 detection during installation.
- Add support for qdisc configuration.
- Add initrwnd value capping.
- Optimize sysctl parameters for low latency and high throughput.
- Switched from heavy binary
date +%sto internal timer. - Add initcwnd and initrwnd support for IPv6.
- Use better parsing for get_active_iface.
- Wrap curly braces around variable name so busybox ash.
- Fine-tune qdisc parameters for common qdisc.
- Fix module.prop corruption and handle description reset in a better way.
2.3
- Fix update-binary to support Magisk Installation.
2.2
- Fix Vo-Wifi state detection.
- Fix module.prop corruption due to description update.
- Add Support for tun interface
2.1
- Add support for CCMNI interface devices.
- Fix Wi-Fi Calling issue in certain devices.
- Disable aggressive TCP pacing.
- Set root qdisc to fq_codel if BBR is selected.
- Enable Dynamic tcp_pacing_ratios based on interface and frequency bandwidth.
- Add MMRL insets.
- Add KSUN Banner.
Note: The root qdisc is set to fq_codel instead of fq as it disables Wi-Fi calling in the long run.
2.0
- Add Webui to manage the module.
- Add Set initcwnd & initrwnd value to max feature.
- Fix the old config not saved during the update bug.
- Fix minor bugs in the script.
- Refactor shell scripts.
- Update Readme to provide more Information.
1.9
- Fix Installation related bugs.
- Add support for all algorithms supported by kernel.
1.8
- Add support for the rmnet interface name.
Note: The Config file name remains the same, i.e. rmnet_data_*
1.7
- Remove Speedtest feature (Was not working).
- Fix config files not retained during update bug.
1.6
- Add Speedtest feature.
1.5
- Fix Wrong icon in status issue.