vivaldi.latency_filter

Undocumented in source.

Members

Functions

compute
double[] compute(double[] input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LatencyFilter
struct LatencyFilter(T, U, size_t window)

A latency filter tracks a stream of latency measurements involving a remote node, and returns an expected latency value using a moving median filter.

Meta