max_faults

Function max_faults 

Source
pub fn max_faults(n: u32) -> u32
Expand description

Compute the maximum number of f (faults) that can be tolerated for a given set of n participants. This is the maximum integer f such that n >= 3*f + 1. f may be zero.