I have a connection reset problem with a server-client application I am developing. I have google searched but can't seem to find how I can send a keep alive to my server. My client sends a few strings to the server, the server processes the data sent, and continues to sit there waiting for more data, I get 3 strings sent then recieve a conection reset error.

Windows 98 SE is my OS. I am useing Winsock 1.1 implementation.

If someone can point me to somewhere that can explain to me the process of sending a keep alive signal to my server, as I have no idea how to do this and Cant find a solution with google.

Thanks, -=aj67my=-