c - Linux : receive from socket with timeout? -
I have a graphics application, where the data comes from the server when the screen is updated. (Incremental update) I see that when there is no data from a server, then the socket is shutting down some time later. Is there any way to handle this scenario?
You may find "TCP Kolliv" more information in this web page:
Comments
Post a Comment