Function libp2p::gossipsub::score_parameter_decay

pub fn score_parameter_decay(decay: Duration) -> f64
Available on crate feature gossipsub only.
Expand description

Computes the decay factor for a parameter, assuming the decay_interval is 1s and that the value decays to zero if it drops below 0.01.