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
When all peers replied with DontHave, BitswapBehaviour should create FindProviders event. This event should be used from the upper layer for find which peers the specified CID and connect to them. On connection, BitswapBehaviour will ask the new peers for the CID automatically.
Discovery can be done via Kademlia, but this is a responsibility of the upper layer, not BitswapBehaviour.
The text was updated successfully, but these errors were encountered:
When all peers replied with
DontHave
,BitswapBehaviour
should createFindProviders
event. This event should be used from the upper layer for find which peers the specified CID and connect to them. On connection,BitswapBehaviour
will ask the new peers for the CID automatically.Discovery can be done via Kademlia, but this is a responsibility of the upper layer, not
BitswapBehaviour
.The text was updated successfully, but these errors were encountered: