ws2_32: WSACleanup cleans up open sockets (OSX only)

Henri Verbeet hverbeet at gmail.com
Thu Aug 27 07:47:00 CDT 2015


On 27 August 2015 at 14:09, Bruno Jesus <00cpxxx at gmail.com> wrote:
> I have other email asking how to list all sockets from inside the server but
> I didn't get any replies so at that time I thought it was not possible to do
> that.
You'd iterate over current->process->handles->entries and compare
entry->ptr->ops against sock_ops. I.e., enumerate_handles() in
server/handle.c, although that seems currently unused.



More information about the wine-devel mailing list