commit | af16c98f715a91287f38bd89b87eccaa0f832f92 | [log] [tgz] |
---|---|---|
author | Martin Wilck <Martin.Wilck@fujitsu-siemens.com> | Thu Apr 25 21:34:24 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 25 21:34:24 2002 +0000 |
tree | dd47359fc07b9b5d973fe5e342f657a800cf6ccc | |
parent | bff7e69981027511fa07e936ec31de78f608f158 [diff] |
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.