Skip to content

Commit

Permalink
Merge branch 'master' into migration-amplification
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 4, 2020
2 parents fb033df + 15858f8 commit fb253e9
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 640 deletions.
3 changes: 3 additions & 0 deletions draft-ietf-quic-invariants.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ version of QUIC.

{::boilerplate bcp14}

This document defines requirements on future QUIC versions, even where normative
language is not used.

This document uses terms and notational conventions from {{QUIC-TRANSPORT}}.


Expand Down
5 changes: 3 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,9 @@ in most cases and is less likely to spuriously retransmit data.

Resumed connections over the same network MAY use the previous connection's
final smoothed RTT value as the resumed connection's initial RTT. When no
previous RTT is available, the initial RTT SHOULD be set to 333ms, resulting in
a 1 second initial timeout, as recommended in {{?RFC6298}}.
previous RTT is available, the initial RTT SHOULD be set to 333ms. This
results in handshakes starting with a PTO of 1 second, as recommended
for TCP's initial retransmission timeout; see Section 2 of {{?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
Expand Down
Loading

0 comments on commit fb253e9

Please sign in to comment.