Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jana Iyengar <jri.ietf@gmail.com>
  • Loading branch information
larseggert and janaiyengar committed Jul 30, 2020
1 parent 8a50ae7 commit f92cb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -378,7 +378,7 @@ default values.
On subsequent RTT samples, smoothed_rtt and rttvar evolve as follows:

~~~
ack_delay = min(ACK Delay in ACK frame, max_ack_delay)
ack_delay = min(acknowledgement delay from ACK frame, max_ack_delay)
adjusted_rtt = latest_rtt
if (min_rtt + ack_delay < latest_rtt):
adjusted_rtt = latest_rtt - ack_delay
Expand Down

0 comments on commit f92cb25

Please sign in to comment.