- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
commitfd19a1f9e8143c6b74ffd73e540236443c538fd3
authorRein Klazes <rklazes@xs4all.nl>
Wed, 6 Oct 2004 18:52:51 +0000 (6 18:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Oct 2004 18:52:51 +0000 (6 18:52 +0000)
tree565b340f15fe9add3b968ec123172ff582dee2d0
parent1b2dd4ba35df0ab792fe57a531a34f2a537916c0
- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
  SO_SNDTIMEO by adding data conversion from Unix to windows.
- Added a test for this.
dlls/winsock/socket.c
dlls/winsock/tests/sock.c