1 | initial version |
The only thing that comes to mind is that the client closed the socket before the SYN/ACK arrived, resulting in a RST because of a closed port. Reasons for that can be a program crash, or someone programmed a ridiculously low timeout value for the socket when opened.