Go to the documentation of this file.
31 #define IS_CONNECTING() (errno == EINPROGRESS)
51 #define errno (WSAGetLastError())
53 #define EAGAIN WSAEWOULDBLOCK
54 #define EBADF WSAEBADF
55 #define ECONNREFUSED WSAECONNREFUSED
56 #define EINPROGRESS WSAEINPROGRESS
57 #define EWOULDBLOCK WSAEWOULDBLOCK
59 #define IS_CONNECTING() (errno == EWOULDBLOCK)