ws2_32: WSACleanup cleans up open sockets (OSX only)

Henri Verbeet hverbeet at gmail.com
Wed Aug 26 15:59:06 CDT 2015


On 26 August 2015 at 21:50, Ken Thomases <ken at codeweavers.com> wrote:
> On Aug 25, 2015, at 9:09 AM, Henri Verbeet <hverbeet at gmail.com> wrote:
>> If the idea is just to keep track of all the sockets you give out you
>> want neither of those of course, but just something like a handle
>> table or a list.
> I think the intent was to make it efficient to find a given socket handle in the list.
>
You'd just lookup the handle in the table. Of course it would probably
be much easier to just do it in the server, since it already keeps
track of socket handles.



More information about the wine-devel mailing list