Help about implementing WSACleanup (ws2_32)

Bruno Jesus 00cpxxx at gmail.com
Fri Feb 21 19:12:48 CST 2014


On Fri, Feb 21, 2014 at 10:06 PM, Erich E. Hoover
<erich.e.hoover at gmail.com> wrote:
> On Fri, Feb 21, 2014 at 5:55 PM, Bruno Jesus <00cpxxx at gmail.com> wrote:
>> The attached patch implements a socket queue in the DLL side and
>> implements WSACleanup. For now the socket list does not have any
>> parameter but my target is to add more stuff to it and reduce the
>> server calls. Any comments are appreciated.
>> ...
>
> At least in the server handles are converted into indices in a table:
> http://source.winehq.org/source/server/handle.c#L70
>
> Is there some reason that you did not do it this way?

I did it in the simplest way I found, I was not aware the server did
that, what are the advantages?

> Best,
> Erich

Bruno



More information about the wine-devel mailing list