solana/gossip/tests
behzad nouri d89cf0d28b
includes origin's stake in gossip push nodes sampling (#29343)
Gossip push samples nodes by stake. This is unnecessarily wasteful and
creates too much congestion at high staked nodes if the CRDS value to be
propagated is from a node with low or zero stake.
This commit instead maintains several active-sets for push, each
corresponding with a stake bucket. Peer sampling weights are accordingly
capped by the respective bucket stake.
2023-01-11 19:46:32 +00:00
..
cluster_info.rs renames ContactInfo to LegacyContactInfo (#29566) 2023-01-08 16:00:55 +00:00
crds_gossip.rs includes origin's stake in gossip push nodes sampling (#29343) 2023-01-11 19:46:32 +00:00
gossip.rs renames ContactInfo to LegacyContactInfo (#29566) 2023-01-08 16:00:55 +00:00