I am using okhttp library for network requests and responses.
I am getting java.net.SocketTimeoutException: timeout
. I searched on the internet for some possible solution. I read that by disabling the tcp_timestamp
on the server side the issue would be resolved.
How can this be done?