Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix: peer-routing typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis authored Apr 22, 2020
1 parent afc2aa6 commit 9a8f375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

0 comments on commit 9a8f375

Please sign in to comment.