RST + ACK + CWR message, beginner needs help (FIX application)
Good day,
I am trying to debug problematic case with FIX message is being lost on regular basis. What I mean by this, is there are two applications (FIX client and FIX server). Those applications establish connection and start exchanging Hearbeat messages. When finally client application decides to send order message (this message is of longer size and can not fit in one packet, it takes 2-3 packets normally), connection drops with "An existing connection was forcibly closed by the remote host." message produced by both application's network api (Windows).
I have recoded pcap file
I wonder would could be possible reason, or if unclear, what should I review / check next.
Thank you for your help.
Update 1: Adding previous day pcap file as requested by Christian_R in comments.
Update 2: Adding both server pcap and client pcap files. It looks that checking client side pcap has something very interesting in it at around Frame #325. What does that "TCP Out-Of-Order" sent by client itself mean?
Interesting case. But can you trace a whole session: -Session setup - Heartbeat - start sending - Session Drop
I have some question marks in mind, especially the used IP Flags are not clear to me at the moment.
Unfortunately, I started recording this session too late and do not have all the messages since TCP connection is established. So even if I upload entire pcap file, all it would have is continuous set of Heartbeat messages coming to / from server / client. Do you think this will help?
Otherwise I can provide pcap file from previous day, where you can see the initial session setup, but not error. I must say that the error happens in most (but not all the days) we have some days (rarely though) when the issue does not happen at all. What is also worth mentioning is that if the issue happens, it tends to happen to the first order (longer) message of the day. All the rest order messages get delivered no problems after that (when the new connection and new session is setup). Let me know if the pcap file from day ...(more)
A better trace would help.
But in the meantime the session initiation of the old trace could help, too.
OK, I've updated the question with the link to the previous day pcap file. It has the messages since the connection was established until the first successfull order message comes.