Packet loss after TCP retransmission

asked 2023-10-24 01:19:13 +0000

Ralq11 gravatar image

Please excuse the use of a translator. I am a newbie who has recently been studying networking. Please help me My window client app using restapi is getting time out errors frequently, so when I capture TCP packets in WireShark and look at the packet with the error, I see a TCP retransmission in the handshake and the packet is lost as it is. What is the issue in this case?

Problem: I get [Conversation completeness: Incomplete, SYN_SENT (1)] in the SYN header, followed by TCP Retransmission, and then no logs of the packet being processed.

Let me know if there's anything else I should know

edit retag flag offensive close merge delete

Comments

From your text (a capture would be really helpful) it seems as the server end is failing to respond.

grahamb gravatar imagegrahamb ( 2023-10-24 08:32:02 +0000 )edit