[ovs-dev] [PATCH 01/14] socket-util: Move sock_errno() to socket-util.

Ben Pfaff blp at nicira.com
Thu Feb 20 21:31:41 UTC 2014


On Wed, Feb 19, 2014 at 03:36:12PM -0800, Gurucharan Shetty wrote:
> And add more users.
> 
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

Bitwise operators don't make sense to me here:
> +    if (error == EINPROGRESS
> +#ifdef _WIN32
> +        | WSAEALREADY | WSAEWOULDBLOCK
> +#endif

Otherwise,
Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list