Skip to content
Snippets Groups Projects
Commit af16c98f authored by Martin Wilck's avatar Martin Wilck Committed by Alexandre Julliard
Browse files

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.
parent bff7e699
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment