tor_socket_tests 356 B

12345678
  1. o Minor bugfixes:
  2. - Find more places in the code that should have been testing for
  3. invalid sockets using the SOCKET_OK macro. Required for a fix
  4. for bug 4533. Bugfix on 0.2.2.28-beta.
  5. o Code simplification and refactoring:
  6. - Use a TOR_INVALID_SOCKET macro when initializing a socket to an
  7. invalid value, rather than just -1.