Hello.

I have a question, i made a tcp/ip application using the .NET TcpListener class, my problem is that sometimes (about 30 / 4000) the connection between the client and the server got interrupted in the middle and the server response to the client is lost.

is there a way to know if the server response was successfully sent to the client without the client response back?

Thanks,
Motil.