Enum libp2p_gossipsub::metrics::Churn [−][src]
pub enum Churn {
Dc,
BadScore,
Prune,
Unsub,
Excess,
}
Expand description
Reasons why a peer was removed from the mesh.
Variants
Peer disconnected.
Peer had a bad score.
Peer sent a PRUNE.
Peer unsubscribed.
Too many peers.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Churn
impl UnwindSafe for Churn
Blanket Implementations
Mutably borrows from an owned value. Read more