Skip to content
  • Timothy B. Terriberry's avatar
    Fix some socket connection bugs. · bb8cb7a3
    Timothy B. Terriberry authored
    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).
    bb8cb7a3