What is the list of all TCP Congestion Control Algorithms that are utilized by the OkHttp library?
I'm trying to figure out why some FOSS mobile apps fail so miserably in poor network conditions (high packet loss, jitter, latency). But sometimes the devs just wave their hands and say it should be fine because they're using OkHttp.
While it does appear that OKHttp is designed to minimize bandwidth with caching and do other cool things that translate to better UX, I couldn't find any information in the OkHttp documentation that specified which TCP Congestion Control Algorithms they're using.
For example, how can I tell OkHttp to use BBR?