Constant routing::QUORUM_NUMERATOR [] [src]

pub const QUORUM_NUMERATOR: usize = 1

Quorum is defined as having strictly greater than QUORUM_NUMERATOR / QUORUM_DENOMINATOR agreement; using only integer arithmetic a quorum can be checked with votes * QUORUM_DENOMINATOR > voters * QUORUM_NUMERATOR.