Expand description
The transimit queue implementation.
Structs§
- Transmit
Limited Queue - Used to queue messages to broadcast to the cluster (via gossip) but limits the number of transmits per message. It also prioritizes messages with lower transmit counts (hence newer messages).
Traits§
- Node
Calculator - Used to calculate the number of nodes in the cluster.