wine-wine/dlls/ws2_32
Rob Hughes b9591e21cf ws2_32: Handle EISCONN from sendmsg.
When calling sendmsg on a socket that's already connected, some
implementations will return EISCONN if you specify a recipient
(notably, Darwin/OSX with UDP connections). Newer versions of Linux
and Windows will simply ignore the destination parameter.

Signed-off-by: Rob Hughes <rbhughes@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-13 23:40:39 +01:00
..
tests
Makefile.in
async.c
socket.c ws2_32: Handle EISCONN from sendmsg. 2019-03-13 23:40:39 +01:00
version.rc
ws2_32.spec