View Single Post
Old Mar 29th, 2008, 2:39 AM   #3
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 754
Rep Power: 3 Jimbo is on a distinguished road
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>
Jimbo is offline   Reply With Quote