mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-03 03:11:16 +00:00
fix: peer-routing typo (#47)
This commit is contained in:
parent
afc2aa6891
commit
9a8f375d40
@ -36,6 +36,6 @@ A valid (read: that follows this abstraction) Peer Routing module must implement
|
|||||||
|
|
||||||
In a peer to peer context, the concept of 'responsability' or 'closeness' for a given key translates to having a way to find deterministically or that at least there is a significant overlap between searches, the same group of peers when searching for the same given key.
|
In a peer to peer context, the concept of 'responsability' or 'closeness' for a given key translates to having a way to find deterministically or that at least there is a significant overlap between searches, the same group of peers when searching for the same given key.
|
||||||
|
|
||||||
This method will query the network (route it) and return a Priority Queue datastructe with a list of PeerInfo objects, ordered by 'closeness'.
|
This method will query the network (route it) and return a Priority Queue data structure with a list of PeerInfo objects, ordered by 'closeness'.
|
||||||
|
|
||||||
key is a multihash
|
key is a multihash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user