From an Android app, can you change the TCP congestion control algorithm? Are there functions in the Android API to get and set the TCP congestion control algorithm? In Linux, you can read or write to /proc/sys/net/ipv4/tcp_congestion_control
to get or set the algorithm. Does such a thing exist in Android?
Asked
Active
Viewed 1,137 times
3

Phantômaxx
- 37,901
- 21
- 84
- 115

Ababwa
- 131
- 1
- 8
-
If your phone is rooted you may be able to. See this post https://www.speedguide.net/faq/how-to-tweak-android-and-ios-tcpip-settings-496 But in general, I don't think you can. – ditkin Feb 26 '19 at 14:45