Skip to main content

Module algorithms

Module algorithms 

Source
Expand description

MMP algorithmic building blocks.

Pure computational types with no dependency on peer or node state. Each is independently testable.

Structs§

DualEwma
Dual EWMA for trend detection on a single metric.
JitterEstimator
Interarrival jitter estimator using RFC 3550 algorithm.
OwdTrendDetector
OWD trend detector using linear regression over a ring buffer.
SpinBitState
Spin bit state for passive RTT estimation.
SrttEstimator
Smoothed RTT estimator using Jacobson’s algorithm.

Functions§

compute_etx
Compute Expected Transmission Count from bidirectional delivery ratios.