Skip to content
Snippets Groups Projects
  1. Sep 08, 2015
    • Nick Zavaritsky's avatar
      gh-42: Remove OS-specific checks in bsdsocket test · c710a18b
      Nick Zavaritsky authored
      - Waiting on a brand new socket (neither listen nor connect called)
        completes immediately with HUP status on Linux. However on FreeBSD/osx
        it never completes.
      
      - Attempting to connect to a port bound on a loopback interface which is
        not yet listening yield ECONNREFUSED in blocking mode on Linux. On
        FreeBSD/osx blocking connect never completes ("never" means it doesn't
        complete in a reasonable time).
      
      - Calling shutdown() on a listening socket works in Linux but in
        FreeBSD/osx it doesn't.
      c710a18b
  2. Sep 07, 2015
  3. Sep 06, 2015
  4. Sep 05, 2015
  5. Sep 04, 2015
  6. Sep 03, 2015
  7. Sep 02, 2015
  8. Sep 01, 2015
  9. Aug 31, 2015
  10. Aug 30, 2015
  11. Aug 29, 2015
  12. Aug 28, 2015
Loading