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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
After the redefinition of kademlia depth, the values for updated discovery radius that the kademlia gives to the hive may be invalid. Some clues and thoughts:
High-level tests suggest that noded tend to connect to all peers they can find.
The test TestSuggestPeersFindPeers() is failing, but in apparently nonsensical conditions.
The return value(s) of kademlia.SuggestPeer() are ambigious.
The term "depth" seems to mean different things whether you talk about routing or discovery.
The text was updated successfully, but these errors were encountered:
nolash
changed the title
Update peer suggestion after kademlia depth redefinition
Update peer suggestion engine after kademlia depth redefinition
Dec 17, 2018
After the redefinition of kademlia depth, the values for updated discovery radius that the kademlia gives to the hive may be invalid. Some clues and thoughts:
TestSuggestPeersFindPeers()
is failing, but in apparently nonsensical conditions.kademlia.SuggestPeer()
are ambigious.The text was updated successfully, but these errors were encountered: