the general idea to be able to reliably find what hub a search result comes from is to send search queries with a different token in each hub; then on reception of a search result, simply match the received token to the ones that have been sent.
DC++ does not currently do this, but the plan is there. there are a few todo's scattered around the source to remind of this task...
the general idea to be able to reliably find what hub a search result comes from is to send search queries with a different token in each hub; then on reception of a search result, simply match the received token to the ones that have been sent.
DC++ does not currently do this, but the plan is there. there are a few todo's scattered around the source to remind of this task...