Skip to content

Commit

Permalink
Martin's concern in #4035
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Aug 20, 2020
1 parent 721ee00 commit 952952a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -348,6 +348,11 @@ acknowledgement delays are likely to be non-repeating and limited to the
handshake. The endpoint can therefore use them without limiting them to the
max_ack_delay, avoiding unnecessary inflation of the RTT estimate.

Ignoring max_ack_delay at the beginning of the connection can lead to a
substantially inflated smoothed_rtt. Therefore, prior to handshake confirmation,
an endpoint MAY ignore RTT samples if subtracting the acknowledgement delay
causes the sample to be less than the min_rtt.

After the handshake is confirmed, any acknowledgement delays reported by the
peer that are greater than the peer's max_ack_delay are attributed to
unintentional but potentially repeating delays, such as scheduler latency at the
Expand Down

0 comments on commit 952952a

Please sign in to comment.