TCP client suddenly sends [RST, ACK] message disconnection issue [closed]
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...
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.