[ovs-dev] [PATCH 1/2] socket-util: Fix dscp error check for Windows.

Ben Pfaff blp at nicira.com
Mon Mar 17 22:14:12 UTC 2014


On Mon, Mar 17, 2014 at 02:33:34PM -0700, Gurucharan Shetty wrote:
> On Mon, Mar 17, 2014 at 2:08 PM, Ben Pfaff <blp at nicira.com> wrote:
> > On Mon, Mar 17, 2014 at 01:13:31PM -0700, Gurucharan Shetty wrote:
> >> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
> >
> > Does Windows have an ENOPROTOOPT?  If not, can we #define ENOPROTOOPT
> > WSAENOPROTOOPT?
> Windows has both ENOPROTOOPT (errno.h) and WSAENOPROTOOPT
> (winsock2.h). They are not equal to each other.

OK, weird.

I'll take your word that WSAENOPROTOOPT is correct here.
Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list