|
Re: How do I reconnect a disconnected socket?
Quote:
Originally Posted by Jimbo
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.
|
thats what i was trying to say but just couldn't lol thanks Jimbo
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
|