SOCKET_SET_ERRNO
#define SOCKET_SET_ERRNO(x) (errno = (x))
#define SOCKET_SET_ERRNO(x) (TranslatedWSASetLastError(x))