tor_socket_tests 542 B

1234567891011
  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. - Detect attempts to build Tor on (as yet hypothetical) versions
  6. of Windows where sizeof(intptr_t) != sizeof(SOCKET). Partial
  7. fix for bug 4533. Bugfix on 0.2.2.28-beta.
  8. o Code simplification and refactoring:
  9. - Use a TOR_INVALID_SOCKET macro when initializing a socket to an
  10. invalid value, rather than just -1.