Implemented overlapped WSARecvFrom(), WSASendTo(), and
commitaf16c98f715a91287f38bd89b87eccaa0f832f92
authorMartin Wilck <Martin.Wilck@fujitsu-siemens.com>
Thu, 25 Apr 2002 21:34:24 +0000 (25 21:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 Apr 2002 21:34:24 +0000 (25 21:34 +0000)
treedd47359fc07b9b5d973fe5e342f657a800cf6ccc
parentbff7e69981027511fa07e936ec31de78f608f158
Implemented overlapped WSARecvFrom(), WSASendTo(), and
WSAGetOverlappedResult().
Fixed shutdown() to work correctly for overlapped sockets (do not
actually do a shutdown() system call as long as there are pending
overlapped requests).
Also added correct error reporting when trying to read or write on a
shut down connection, also for ReadFile()/WriteFile() calls.
dlls/winsock/socket.c
dlls/winsock/ws2_32.spec
files/file.c
include/winbase.h