On Mon, Mar 14, 2011 at 5:05 PM, Paolo Bonzini <bonz...@gnu.org> wrote: > On 03/14/2011 05:03 PM, Bastien ROUCARIES wrote: >> >> Not sure BTW it will be really simple: >> - send as oob data if fail with WSAEOPNOTSUPP come back to normal send > > But it will _always_ fail if people are using sendfd/recvfd as we (should) > document it, i.e. on SOCK_DGRAM sockets!
Yes and if it fail we will fall back to the normal send, so no fail > >> And BTW I will implement emulation of AF_UNIX under mingw using >> localhost AF_INET socket > > That's fine. > > Paolo >