Struct ckb_network::peer_store::PeerScoreConfig [−][src]
pub struct PeerScoreConfig {
pub default_score: Score,
pub ban_score: Score,
pub ban_timeout_ms: u64,
}Expand description
PeerStore Scoring configuration
Fields
default_score: ScoreDefault score
ban_score: ScoreBan score
ban_timeout_ms: u64Ban time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PeerScoreConfig
impl Send for PeerScoreConfig
impl Sync for PeerScoreConfig
impl Unpin for PeerScoreConfig
impl UnwindSafe for PeerScoreConfig
Blanket Implementations
Mutably borrows from an owned value. Read more