RTT
Round-Trip Time. The raw time measured for a packet to leave the sender, reach the receiver, and return. A new value is observed for each acknowledged segment.
SRTT
Smoothed RTT. An exponentially weighted moving average of RTT samples. It tracks the underlying trend while filtering out short-term noise and jitter.
VAR
Variance. A smoothed measure of how much each new RTT deviates from SRTT. Higher variance means the network is less predictable, which widens the RTO safety margin.
GAP
Error signal. The absolute difference between the previous SRTT and the latest RTT sample. Feeds directly into the VAR update; only appears from Step 3 onward.
RTO
Retransmission Timeout. How long TCP waits before assuming a segment was lost and resending it. Computed fresh each step as SRTT + 4×VAR — never carried forward as an input.
new
prev↑
Color shading. Full-color pills are freshly computed values (outputs of this step). Faded pills marked with ↑ are values carried in from the previous step. Intermediate arithmetic sub-totals have no pill — they're not named variables.
Please enter a whole number ≥ 1.