On 26 August 2015 at 21:50, Ken Thomases ken@codeweavers.com wrote:
On Aug 25, 2015, at 9:09 AM, Henri Verbeet hverbeet@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.