ws2_32: Fix the SO_REUSEADDR tests to work on Win2k3 and newer.
commit6f8d1aa8c27d4cd644c5bd256ea30c022c27f93b
authorKai Blin <kai.blin@gmail.com>
Wed, 10 Sep 2008 08:57:47 +0000 (10 10:57 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Sep 2008 09:20:28 +0000 (10 11:20 +0200)
treebbe311949ae9462ca37304de66fa92918f201284
parent49d309804d3a0beebb178793a04f99f771d2bf53
ws2_32: Fix the SO_REUSEADDR tests to work on Win2k3 and newer.

It seems that with Win2k3, the meaning of SO_REUSEADDR got closer to
BSD semantics. This is nice, as it allows us to finally work like some
version of Windows here.
dlls/ws2_32/tests/sock.c