Skip to content

Commit

Permalink
Merge pull request #3614 from martinduke/patch-3
Browse files Browse the repository at this point in the history
Fix circular reference to kInitialRtt
  • Loading branch information
ianswett committed Apr 30, 2020
2 parents 83cc29e + 4b6baa3 commit f62641b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,9 @@ previous RTT is available, the initial RTT SHOULD be set to 333ms, resulting in
a 1 second initial timeout, as recommended in {{?RFC6298}}.

A connection MAY use the delay between sending a PATH_CHALLENGE and receiving a
PATH_RESPONSE to set the initial RTT (see kInitialRtt in {{pto-handshake}})
for a new path, but the delay SHOULD NOT be considered an RTT sample.
PATH_RESPONSE to set the initial RTT (see kInitialRtt in
{{constants-of-interest}}) for a new path, but the delay SHOULD NOT be
considered an RTT sample.

Prior to handshake completion, when few to none RTT samples have been
generated, it is possible that the probe timer expiration is due to an
Expand Down Expand Up @@ -987,7 +988,7 @@ time_sent:
: The time the packet was sent.


## Constants of interest
## Constants of Interest {#constants-of-interest}

Constants used in loss recovery are based on a combination of RFCs, papers, and
common practice.
Expand Down

0 comments on commit f62641b

Please sign in to comment.