OptionalsmoothedRoundTripTime: numberOptionaljitter: numberOptionalsampleCount: numberProtected_jitterProtected_sampleProtected_smoothedRTT jitter (variation) in milliseconds.
Number of RTT samples collected.
Smoothed round-trip time in milliseconds.
Clones this instance and returns a new RoundTripTimeState with identical values.
Determines if this RoundTripTimeState instance is equal to the other instance.
StaticisDetermines if both RoundTripTimeState instances are equal.
State for tracking RTT using exponential moving average.
Note
Used by both client and host to calculate smoothed RTT and jitter. Initialize with default values and pass to CalculateRoundTripTime for each sample.