Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Oct 6, 2019
1 parent 9a63e50 commit 8d12a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubsub/gossipsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ of the mesh:
for each topic in mesh+fanout:
let mids be mcache.window[topic]
if mids is not empty:
select D peers from peers.gossipsub[topic]
for each peer not in mesh[topic] or fanout[topic]
select D peers from peers.gossipsub[topic] not in mesh[topic] or fanout[topic]
for each peer
emit IHAVE(mids)
shift the mcache
Expand Down

0 comments on commit 8d12a87

Please sign in to comment.