Reputation: 597
I'm currently working on a project to create an Internet Download Manager for Android. I'm planning to speed up the downloading by changing the normal tcp slow start to tcp fast start. Although I did a research, I couldn't find a solution for how to change the tcp in Android. I'm still a noob to Android Programming. Please help me find how to achieve it, Thank you in advance!
Upvotes: 1
Views: 663
Reputation: 9299
TCP Fast Start isn't supported in Android, as of version 4.4. Therefore, this is impossible :(
Upvotes: 1