I’m using CSocket in my MFC applications. Sometimes, when the server crashes the listening port becomes unavailable. I understand that socket is a global resource and it should always be properly released. What I can’t understand is why the port remains unavailable (client cannot connect using this port number) even after I restarted the machine.
Please help!
