quic_rtt (quic v1.10.0)
View SourceSummary
Functions
Whether a real sample has arrived, as opposed to the defaults.
Forget the estimate. A new path has its own characteristics, and carrying the old one over sizes probes for a route that is gone (RFC 9002 Section 9.4).
Take a sample. AckDelay is what the caller has already decided to subtract, in milliseconds.
Types
Functions
Whether a real sample has arrived, as opposed to the defaults.
-spec latest(state()) -> non_neg_integer().
-spec min(state()) -> non_neg_integer() | infinity.
-spec new() -> state().
-spec new(non_neg_integer()) -> state().
Forget the estimate. A new path has its own characteristics, and carrying the old one over sizes probes for a route that is gone (RFC 9002 Section 9.4).
-spec smoothed(state()) -> non_neg_integer().
-spec update(state(), non_neg_integer(), non_neg_integer()) -> state().
Take a sample. AckDelay is what the caller has already decided to subtract, in milliseconds.
-spec var(state()) -> non_neg_integer().