TCP client suddenly sends [RST, ACK] message disconnection issue [closed]

asked 2024-10-14 05:23:16 +0000

leo.wang gravatar image

updated 2024-10-14 05:42:08 +0000

TCP communication, after the second complete data exchange, the client suddenly sent a [RST, ACK] message, actively disconnecting the connection. Why is this?

Wireshark filter:ip.src_host==192.168.1.30 || ip.dst_host==192.168.1.30

pcapng can get from: https://download.csdn.net/download/we...

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by leo.wang
close date 2024-10-14 10:39:33.829887

Comments

Wireshark, via the packet dissection, will tell you what happened, but not the why. You'll need to look at any application logs on the client (you may have to enable them) to determine the why.

grahamb gravatar imagegrahamb ( 2024-10-14 08:06:23 +0000 )edit