> -----Original Message-----
> From: Ben Pfaff [mailto:[email protected]]
> Sent: Friday, July 14, 2017 1:32 AM
> To: Alin Serdean <[email protected]>
> Cc: [email protected]
> Subject: Re: [ovs-dev] [PATCH] socket-util: Avoid using sendmsg on Windows
>
> On Thu, Jul 13, 2017 at 08:54:08PM +0000, Alin Serdean wrote:
> > Sendmsg is not used under Windows.
> >
> > While it does have a sort of equivalent called `WSASendMsg`
> > (https://msdn.microsoft.com/en-
> us/library/windows/desktop/ms741692(v=v
> > s.85).aspx) it uses a different structure `WSAMSG` instead of the
> > normal msghdr which in turn will have to be mapped properly (this goes
> > further to iovec/wsabuf in the structure itself).
> >
> > Fixes broken build on Windows.
> >
> > Signed-off-by: Alin Gabriel Serdean <[email protected]>
>
> Oops.
[Alin Serdean] No worries, we should have documented it better.
>
> I pushed this.
[Alin Serdean] Thanks!
>
> (If we need it badly enough, we can deal with this too, but it's not a big
> deal
> yet.)
[Alin Serdean] I can try to tackle it if needed.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev