emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MS-Windows build broken in Fmake_network_process


From: Juanma Barranquero
Subject: Re: MS-Windows build broken in Fmake_network_process
Date: Sat, 27 Mar 2010 14:18:18 +0100

On Sat, Mar 27, 2010 at 14:01, Óscar Fuentes <address@hidden> wrote:

> http://msdn.microsoft.com/en-us/library/aa923167.aspx says that WSAEINTR
> means "the socked was closed". That's for the current Winsock
> implementation.

On "Windows Sockets Error Codes",
http://msdn.microsoft.com/en-us/library/ms740668%28VS.85%29.aspx

  WSAEINTR
  10004

  Interrupted function call.
      A blocking operation was interrupted by a call to WSACancelBlockingCall.

and http://msdn.microsoft.com/en-us/library/ms737526%28VS.85%29.aspx says:

  WSAEINTR        A blocking Windows Sockets 1.1 call was canceled
through WSACancelBlockingCall.


    Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]