Ask Your Question

topoden's profile - activity

2020-02-10 19:47:33 +0000 received badge  Famous Question (source)
2020-02-10 19:47:33 +0000 received badge  Notable Question (source)
2020-02-10 19:47:33 +0000 received badge  Popular Question (source)
2019-02-16 00:46:54 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

@Christian_R: Ah, OK. Thank you!

2019-02-15 22:59:30 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

@Christian_R: "....Paket 325-330, are to big for the tunnel, and didn´t make it through the tunnel. At the end the clien

2019-02-15 22:50:54 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

@Packet_vlad: "...Packet 324 in client trace must have been split into 2 packets by NIC before being sent on the wire to

2019-02-15 22:25:03 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

@Packet_vlad: ".....While capturing, did you have capture filter applied? Packets 324 and 325 (client trace) have the sa

2019-02-15 21:38:52 +0000 marked best answer 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?

2019-02-15 21:38:52 +0000 received badge  Scholar (source)
2019-02-15 21:38:47 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

Thank alot @Christian_R and @Packet_vlad. Your ideas and explanations helped alot.

2019-02-15 21:38:39 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

Thank alot @Christian_R and @ Packet_vlad. Your ideas and explanations helped alot.

2019-02-14 20:41:37 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

@Packet_vlad: "...maybe you know, is it "site-to-site" or "remote access" VPN type?...." Our IT guys ensured its "site-

2019-02-14 20:41:23 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...maybe you know, is it "site-to-site" or "remote access" VPN type?...." Our IT guys ensured its "site-to-site"

2019-02-14 19:33:41 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...I got the same finding. Working trace: Reason for problem is for most likely the answer I gave above. Not working ex

2019-02-14 19:27:46 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"....is your "working" example shows the same client traffic? I can't fully understand how the network is built. It seem

2019-02-14 19:25:10 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"....is your "working" example shows the same client traffic? I can't fully understand how the network is built. It seem

2019-02-14 15:23:02 +0000 received badge  Commentator
2019-02-14 15:23:02 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"... While capturing, did you have capture filter applied? Packets 324 and 325 (client trace) have the same Seq.N. (not

2019-02-14 14:11:38 +0000 edited question RST + ACK + CWR message, beginner needs help (FIX application)

RST + ACK + CWR message, beginner needs help (FIX application) Good day, I am trying to debug problematic case with FI

2019-02-13 22:29:13 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...That means, that the port was was not ready to establish a session. Most likely because the service was down...." A

2019-02-13 21:31:31 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

"...As for network itself ipsec always tells me "check for MSS/MTU values and ICMP blackholes on the path..." Thank you,

2019-02-13 20:24:37 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...Another hint is that before session finally is initiated the SYN gots often an RST as an answer." Could you please

2019-02-13 20:24:19 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...But I would guess there is something inside the oder packet which causes the application to crash...." Unfortunatel

2019-02-13 20:23:37 +0000 commented answer RST + ACK + CWR message, beginner needs help (FIX application)

"...But I would guess there is something inside the oder packet which causes the application to crash...." Unfortunatel

2019-02-13 15:48:29 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

"...A better trace would help...." It always happens this way... The issue happens every day untill you start hunting

2019-02-13 15:46:54 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

"....What's your link/environment? Are there many middleboxes?...." The machines are physically located vary far away

2019-02-13 15:44:58 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

"....But in your first trace client didn't send anything, it's just getting RST out of nowhere. Moreover this RST has j

2019-02-12 19:43:59 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

OK, I've updated the question with the link to the previous day pcap file. It has the messages since the connection was

2019-02-12 19:42:45 +0000 received badge  Editor (source)
2019-02-12 19:42:45 +0000 edited question RST + ACK + CWR message, beginner needs help (FIX application)

RST + ACK + CWR message, beginner needs help (FIX application) Good day, I am trying to debug problematic case with FI

2019-02-12 18:37:10 +0000 commented question RST + ACK + CWR message, beginner needs help (FIX application)

Unfortunately, I started recording this session too late and do not have all the messages since TCP connection is establ

2019-02-12 16:13:27 +0000 asked a question RST + ACK + CWR message, beginner needs help (FIX application)

RST + ACK + CWR message, beginner needs help (FIX application) Good day, I am trying to debug problematic case with FI