renproject / aw

A flexible P2P networking library for upgradable distributed systems.
MIT License
38 stars 18 forks source link

Pull-based gossiping #56

Closed loongy closed 3 years ago

loongy commented 3 years ago

This PR is mainly focused on the addition of pull-based gossiping, where peers iterate through their peer table sending out pull messages in an attempt to synchronize content on-demand. However, this PR also includes a number of other substantial changes.