You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ltzmaxwell. It's been a while since I wrote that code, but I assume that lookupFiltered uses traverse, which is by itself the distance calculation method.
Since the tree can be traversed multiple times for the same infohash, we skip the nodes that have been contacted already. So we specifically try to avoid a node that wasContactedRecently.
It seems that function "lookupFiltered" is only choosing nodes that "wasContactedRecently", without calculating distance, right?
The text was updated successfully, but these errors were encountered: