I have some TCP packets being lost. I have monitored the interface with tcpdump pcap file - https://www.dropbox.com/s/7m3hr1b7065tenx/tcp.pcap?dl=0
I noticed that when I lose packets I only get 5 frames whereas I usually see 9. Example lost packets: 10.0.225.43 27/07/2022 20:39:31
10.0.225.43 27/07/2022 20:56:57
10.0.225.58 27/07/2022 21:37:49
10.0.225.43 27/07/2022 21:45:08
I am not sure what each frame is and the significance of only having 5 as opposed to 9. I have a ruby TCPServer which is not recieving these packets. I believe I am seeing SYN, ACK PSH frames but not FIN frames.
Can anyone help me to understand how I am losing packets so I can try and mitigate?
Thanks