Need help testing (acceptex)
Can someone try this test on win2000+? This tests the WSAAccept->Defer->AcceptEx scenario, and I've only verified the behavior on xp. Thanks, Mike
Mike Kaplinskiy wrote:
Can someone try this test on win2000+? This tests the WSAAccept->Defer->AcceptEx scenario, and I've only verified the behavior on xp.
Thanks, Mike
------------------------------------------------------------------------
Hi Mike, No failures on W2K3 SP2. Patch doesn't apply cleanly and there is compile warning: sock.c:2781: warning: passing argument 5 of 'WSAAccept' makes integer from pointer without a cast -- Cheers, Paul.
Thanks, sorry about that; forgot to pull. Here's an updated version. And the compile warning is harmless. Also - small question: there is a for loop so that the test doesn't run forever should it fail. What would be a good replacement for that? (the way its set up is: select is 10ms*4000=40secs max) Mike. On Sat, Jul 11, 2009 at 5:47 PM, Paul Vriens<paul.vriens.wine(a)gmail.com> wrote:
Mike Kaplinskiy wrote:
Can someone try this test on win2000+? This tests the WSAAccept->Defer->AcceptEx scenario, and I've only verified the behavior on xp.
Thanks, Mike
------------------------------------------------------------------------
Hi Mike,
No failures on W2K3 SP2.
Patch doesn't apply cleanly and there is compile warning:
sock.c:2781: warning: passing argument 5 of 'WSAAccept' makes integer from pointer without a cast
-- Cheers,
Paul.
participants (2)
-
Mike Kaplinskiy -
Paul Vriens