Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Module] Android TCP Optimization #226

Closed
LeanxModulostk opened this issue Apr 28, 2024 · 2 comments
Closed

[Module] Android TCP Optimization #226

LeanxModulostk opened this issue Apr 28, 2024 · 2 comments
Assignees
Labels
module A module submission rejected Modules/Takedowns that have been rejected

Comments

@LeanxModulostk
Copy link

ID

ATCPO

Name

Android TCP Optimization

Description

Tuning the initcwnd and initrwnd parameters can have a significant improvement in TCP performance.

Module repository link

https://github.com/LeanxModulostk/Android-TCP-Optimization

Source code link (for compiled binaries/APKs)

No response

@LeanxModulostk LeanxModulostk added the module A module submission label Apr 28, 2024
@DerGoogler
Copy link
Member

DerGoogler commented Jun 7, 2024

Looks good @LeanxModulostk, but I recommend to use your file like this

#!/system/bin/sh
while [[ $(getprop sys.boot_completed) -ne 1 ]]; do
	sleep 1
done

# wait a while to ensure the system has started completely
sleep 20

#Optimización TCP de Android
ip route | while read p; do ip route change $p initcwnd 20 initrwnd 20; done

And do not exit such scripts

@DerGoogler DerGoogler self-assigned this Jun 7, 2024
@DerGoogler DerGoogler added the deadline: 2 weeks You'll have two weeks to fix your mentioned issue label Jun 19, 2024
@DerGoogler
Copy link
Member

@LeanxModulostk, please answer within two weeks

@DerGoogler DerGoogler added rejected Modules/Takedowns that have been rejected and removed deadline: 2 weeks You'll have two weeks to fix your mentioned issue labels Jul 3, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module A module submission rejected Modules/Takedowns that have been rejected
Projects
None yet
Development

No branches or pull requests

2 participants