Module solana_gossip::crds_gossip_push

source ·
Expand description

Crds Gossip Push overlay.

This module is used to propagate recently created CrdsValues across the network Eager push strategy is based on Plumtree.

Main differences are:

  1. There is no max hop. Messages are signed with a local wallclock. If they are outside of the local nodes wallclock window they are dropped silently.
  2. The prune set is stored in a Bloom filter.

Structs§

Constants§