Too Long TCP Handshake / Too Many TCP Retransmission
Hello,
We have a webserver for API and a game client. We process API requests from the game client but sometimes it takes way too long for a request to come back. Sometimes we have problems with latency, sometimes timeout or sometimes weird Unknown Errors. I currently have a wireshark capture;
By the way; we don't have such problems when Connection: http-keep-alive is open. I believe we are having issues with the TCP Handshakes.
add a comment