Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 294 Bytes

Gossip Events

Sends events between nodes by random gossipping the currently available events. The events are stored in chronological order, and when the buffer is full, the oldes events are discarded.

It uses the random_connections module to choose which nodes it exchanges messages with.