Sweden-Number/dlls/ws2_32
Damjan Jovanovic b4a1d80ae3 wineserver: Avoid spurious FD_WRITE on repeated calls to WSAEventSelect().
Repeated calls to WSAEventSelect() with FD_WRITE deliver
spurious FD_WRITE events, as the flag isn't held, resulting
in us unnecessarily polling the socket for writability,
despite the fact FD_WRITE should only be delivered (1) initially
on socket creation, and (2) after send[to]() fails with
EWOULDBLOCK and buffer space becomes available.

Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-20 10:33:54 +01:00
..
tests wineserver: Avoid spurious FD_WRITE on repeated calls to WSAEventSelect(). 2019-12-20 10:33:54 +01:00
Makefile.in
async.c
socket.c ws2_32: Handle more IGMP socket options. 2019-10-21 17:11:43 +02:00
version.rc
ws2_32.spec