Six TCP Retransmissions with RTO 0.0009s

asked 2021-03-31 21:34:34 +0000

Garden gravatar image

Hi,

I am having a problem with a TCP connection between services inside the same server. It is an application server and a SQL Server. When I collected the network traffic from the loopback adapter, I can see that the package, six retransmissions, and the connection reset are transmitted in less than a second. I thought we would have at least some seconds between the first package and the reset due to a connection issue.

Before the network issue, we have some seconds without any package collected, and I guess that the server is freezing for some reason, and it is creating this network failure.

Does someone here know if it is possible or has an explanation for that?

Thank you

edit retag flag offensive close merge delete

Comments

Just pondering wether or not the measurement is accurate here.You might be looking for the wrong problem here so if anyone can share their thoughts about the accuracy of loopback traffic in wireshark.

hugo.vanderkooij gravatar imagehugo.vanderkooij ( 2021-04-02 13:10:06 +0000 )edit