[PATCH] AcceptEx Impelementation

Dan Kegel dank at kegel.com
Mon Aug 18 19:15:47 CDT 2008


Scott Lindeneau <slindeneau at gmail.com> wrote:
> i Don't have any windows machines to test the code on

That's a real problem.   You can't be sure the tests you're
writing are good unless they pass on a windows machine.

That said, simple tests are better than no tests,
and if you can find somebody to run your tests for
you on windows, that's good enough.  Just don't
post them to wine-patches until they pass on Windows.

> 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.

Can't you just see if accept() or moral equivalent grabs
a connection?
- Dan



More information about the wine-devel mailing list