Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
/ sn_gossip Public archive

An implementation of a push-pull gossip protocol.

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE-BSD
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

maidsafe-archive/sn_gossip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sn_gossip

An implementation of a push-pull gossip protocol described in Randomized Rumor Spreading - Karp et al. [FOCS 2000].

Evaluation Result

gossip

License

This library is dual-licensed under the Modified BSD ( LICENSE-BSD) or the MIT license ( LICENSE-MIT) at your option.

Contributing

Want to contribute? Great 🎉

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our Guide to contributing.