Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not truncate the list of peers for propagation
The vector obtained from Topology::view is sorted by node ID, so truncations make the network biased toward nodes with low IDs. Let the client connections rotate "naturally", allowing some churn. A limit on the view size should be implemented in Poldercast: primetype/poldercast#6
- Loading branch information