Trait EdgeImmediateProtocolObservable
pub trait EdgeImmediateProtocolObservable {
// Required method
fn ack_rate(&self) -> Option<f64>;
}Expand description
Trait for reading immediate hop protocol conformance metrics.
Tracks point-to-point message acknowledgment behavior between directly connected peers. The ack rate can be used by cost functions to detect adversarial nodes that drop or fail to acknowledge messages.