Sockets
I wanted to kno if there is any mechanism to to notify the server that the data sent (by the server) has been succesfully received by the client.
My server send text messages in intervals and on every receive i need to tell the server to resend that message if i dont receive it.
Im using winsock2.
thnx in advance
|