Module solana_gossip::crds_gossip[][src]

Expand description

Crds Gossip.

This module ties together Crds and the push and pull gossip overlays. The interface is designed to run with a simulator or over a UDP network connection with messages up to a packet::PACKET_DATA_SIZE size.

Structs

Functions

Computes a normalized (log of actual stake) stake.

Computes bounded weight given some max, a time since last selected, and a stake value.