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
Routing table storage is implemented as a vector<list<pair<id, endpoint>>>. According to specification, the routing table should be a binary tree. Asked about the rationale in DavidKeller/kademlia#10.
The text was updated successfully, but these errors were encountered:
Routing table storage is implemented as a
vector<list<pair<id, endpoint>>>
. According to specification, the routing table should be a binary tree. Asked about the rationale in DavidKeller/kademlia#10.The text was updated successfully, but these errors were encountered: