The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
ef730627ad
- the check is unnecessary because peers emit PRUNE on Leave - the check is harmful, because the ANNOUNCE message might have benn lost (or reordered after the GRAFT depending on the retry strategy), which would leave the mesh in an inconsistent state. |
||
---|---|---|
.gx | ||
ci | ||
pb | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
codecov.yml | ||
comm.go | ||
floodsub.go | ||
floodsub_test.go | ||
gossipsub.go | ||
gossipsub_test.go | ||
mcache.go | ||
mcache_test.go | ||
notify.go | ||
package.json | ||
pubsub.go | ||
subscription.go |
README.md
go-floodsub
A flooding pubsub system.
Table of Contents
Install
go get github.com/libp2p/go-floodsub
Usage
TODO
Contribute
Contributions welcome. Please check out the issues.
Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © Jeromy Johnson