Skip to content

Commit

Permalink
reference
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Oct 15, 2020
1 parent f986989 commit e1b3e90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-recovery.md
Expand Up @@ -403,11 +403,11 @@ until the handshake is confirmed.

Similar to {{?RFC6298}}, smoothed_rtt and rttvar are computed as follows.

An endpoint initializes the RTT estimator during connection
establishment and when the estimator is reset during connection migration
(Section 9.4 of {{QUIC-TRANSPORT}}). Before any RTT samples are available for a
new path or when the estimator is reset, the estimator is initialized using the
initial RTT; see {{pto-handshake}}.
An endpoint initializes the RTT estimator during connection establishment and
when the estimator is reset during connection migration; see Section 9.4 of
{{QUIC-TRANSPORT}}. Before any RTT samples are available for a new path or when
the estimator is reset, the estimator is initialized using the initial RTT; see
{{pto-handshake}}.

smoothed_rtt and rttvar are initialized as follows, where kInitialRtt contains
the initial RTT value:
Expand Down

0 comments on commit e1b3e90

Please sign in to comment.