Re: [Qemu-devel] [PATCH] Fixing network over sockets implementation for win32

2011-02-25 Thread Blue Swirl
Thanks, applied. On Mon, Feb 21, 2011 at 1:46 PM, Pavel Dovgaluk wrote: >  MSDN includes the following in WSAEALREADY error description for connect() > function: "To preserve backward compatibility, this error is reported as > WSAEINVAL to Winsock applications that link to either Winsock.dll or >

[Qemu-devel] [PATCH] Fixing network over sockets implementation for win32

2011-02-21 Thread Pavel Dovgaluk
MSDN includes the following in WSAEALREADY error description for connect() function: "To preserve backward compatibility, this error is reported as WSAEINVAL to Winsock applications that link to either Winsock.dll or Wsock32.dll". So check of this error code was added to allow network connecti