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
Looks good @LeanxModulostk, but I recommend to use your file like this
#!/system/bin/shwhile [[ $(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 |whileread p;do ip route change $p initcwnd 20 initrwnd 20;done
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
The text was updated successfully, but these errors were encountered: