This post is related to Ensuring no packet loss between TCP client and server where I have posted the code for C server(see answer) and Java client which is working perfectly.
However there seems to be just one problem.
I was using the hping2 utility and I was continuously flooding the "C Server" host while the Java client and server were communicating and I encountered an unusual situation which I shall illustrate.
Say for example I have to send 1500 packets from client to server.
I had hping flood in the background. At times the server although receives 1500 packets, had some weird corrupted data that is not what I sent from Client.
Can somebody explain why?
Could it be the code?