File tree Expand file tree Collapse file tree
crates/apollo_propeller/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ use crate::UnitValidationError;
1616/// - num_data_shards = floor((N-1)/3) where N is total number of nodes
1717/// - num_data_shards represents both max faulty nodes AND number of data shards
1818/// - Total shards = N-1 (num_data_shards data shards + (N-1-num_data_shards) coding shards)
19- /// - Message is "built" when num_data_shards shards received (can reconstruct)
20- /// - Message is "received" when 2*num_data_shards shards received (guarantees gossip property)
21- /// - Each peer broadcasts received shards to all other peers (full mesh)
19+ /// - Message is "built" when num_data_shards units received (can reconstruct)
20+ /// - Message is "received" when 2*num_data_shards units received (guarantees gossip property)
21+ /// - Each peer broadcasts received units to all other peers (full mesh)
2222#[ derive( Debug , Clone ) ]
2323pub struct PropellerScheduleManager {
2424 /// All nodes in the committee with their stake, sorted by peer_id
You can’t perform that action at this time.
0 commit comments