|
Re: How do I reconnect a disconnected socket?
When you close the socket, it'll be closed. You can reconnect with a new socket, but you can't use the same one. When it's closed, both OSs will terminate the connection.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
|