-
Rob Hughes authored
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>
b9591e21