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 Nov 15, 2023. It is now read-only.
There was a misunderstanding of the libp2p specs. Kademlia is in fact unidirectional, meaning that if nodes A and B want to query each other they each have to open their own substream.
There was a misunderstanding of the libp2p specs. Kademlia is in fact unidirectional, meaning that if nodes A and B want to query each other they each have to open their own substream.
cc libp2p/rust-libp2p#557
The change can be done either in a backwards compatible way (ie. accept incorrect remotes but do it correctly) or in a breaking way.
The text was updated successfully, but these errors were encountered: