Fix some socket connection bugs.
The big one was that if the connect() call failed, it would loop forever (thanks to some code re-factoring, the loop was no longer advancing to the next address as originally designed).
Please register or sign in to comment