Hi,
I am using asynchronous client/server communication. Whenever a
client is getting connected to the server the correspoinding socket is
added to the list. I want to validate whether the client is really a
valid one, for that every client will send some command to server for
validation. But the thing is if the client is invalid server will not
receive the command at all so the socket will be kept open how should
i identify that socket and close that invalid socket ?
thanks in advance.
I am using asynchronous client/server communication. Whenever a
client is getting connected to the server the correspoinding socket is
added to the list. I want to validate whether the client is really a
valid one, for that every client will send some command to server for
validation. But the thing is if the client is invalid server will not
receive the command at all so the socket will be kept open how should
i identify that socket and close that invalid socket ?
thanks in advance.
Comment