ws2_32: implement AcceptEx and GetAcceptExSockaddrs (try 3)

Ricardo Filipe ricardojdfilipe at gmail.com
Wed Sep 22 15:18:14 CDT 2010


2010/9/21 Mike Kaplinskiy <mike.kaplinskiy at gmail.com>:
> Thanks for the feedback Alexandre. The complexity of the wine APC &
> I/O system never stops amazing me. Third time's the charm?
>
> try 3: correctly use an apc to free internal async structures (which
> would explain why we have the apc parameter...). Strangely moving
> SetEvent & AddCompletion to the apc makes it not work (...an exercise
> for another time)
> try 2: use the new async i/o callbacks
> ---
>  dlls/ws2_32/socket.c     |  257 +++++++++++++++++++++++++++++++++++++++++++++-
>  dlls/ws2_32/tests/sock.c |   14 ++-
>  2 files changed, 263 insertions(+), 8 deletions(-)
>
>
>
>

thank you for the perseverence to make this possible in the main tree.



More information about the wine-devel mailing list