diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index ba7b56e061..bf3f043bc0 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1109,6 +1109,7 @@ detected. Starts a new recovery period and reduces the congestion window. end_of_recovery = largest_sent_packet congestion_window *= kLossReductionFactor congestion_window = max(congestion_window, kMinimumWindow) + ssthresh = congestion_window ~~~ ### Process ECN Information @@ -1189,6 +1190,10 @@ This document has no IANA actions. Yet. > **RFC Editor's Note:** Please remove this section prior to > publication of a final version of this document. +## Since draft-ietf-quic-recovery-13 + +- Corrected the lack of ssthresh reduction in CongestionEvent pseudocode (#1598) + ## Since draft-ietf-quic-recovery-12 - Changes to manage separate packet number spaces and encryption levels (#1190,