Hi,

I am working on a tcp server VC++ program. It supports two clients, and if any of the client close the connection, I should close the connection on server side. I have one problem, could any one give me some hint?

how to detect network event (tcp client close)?


Thanks in advance.


Connie