Scott Lindeneau slindeneau@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