[PATCH] AcceptEx Impelementation

Dan Kegel dank at kegel.com
Wed Aug 20 10:50:51 CDT 2008


Scott Lindeneau <slindeneau at gmail.com> wrote:
> Is an emulated environment using qemu good enough?

Yes, for networking stuff it'd be just fine.


>>>If anyone can tell me how to check to see if there are connections
>>>pending on a sockets listen backlog (in the wineserver) and how to
>>>post that information into the wineserver main poll loop, im all ears.
>>>The wineserver isn't correctly posting these events.
>>
>> Can't you just see if accept() or moral equivalent grabs
>> a connection?
>
> That's a good idea, but I think the wineserver already knows about it,
> and its clobbering that information somewhere accidentally. (Also, it
> means further complicating the accept function in the wineserver...

??  Not sure what you're talking about there.  Your tests
should not try to get at any hidden Wine info.  They
should simply use plain old Windows networking calls
that should not complicate the wineserver.
- Dan



More information about the wine-devel mailing list