Hi All,
I have written an application, a part of which, in the application, is a socket server programe accepting connection requests from socket clients.
My server code typically contains,
a call to socket, bind, listen, accept and later read and write using the accept file descriptor (fd).
The client socket prog is so designed (who ever did so!) that every certain time period it closes...