From 05b49f9beb45541e484d047fc4c4a3b8278d0829 Mon Sep 17 00:00:00 2001 From: ianswett Date: Sun, 15 Jul 2018 14:11:29 -0400 Subject: [PATCH 1/2] Remove MSS Fixes the rest of #1102 --- draft-ietf-quic-recovery.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 2d93e94a53..24b4d02aa2 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -935,9 +935,10 @@ bytes acknowledged when each ack is processed. Slow start exits to congestion avoidance. Congestion avoidance in NewReno uses an additive increase multiplicative decrease (AIMD) approach that -increases the congestion window by one MSS of bytes per congestion window -acknowledged. When a loss is detected, NewReno halves the congestion -window and sets the slow start threshold to the new congestion window. +increases the congestion window by one maximum packet size of bytes per +congestion window acknowledged. When a loss is detected, NewReno halves +the congestion window and sets the slow start threshold to the new +congestion window. ## Recovery Period From c1772e627e734fa1f150ab7301c2eb79ef3c6a3d Mon Sep 17 00:00:00 2001 From: ianswett Date: Sun, 15 Jul 2018 14:18:31 -0400 Subject: [PATCH 2/2] Update draft-ietf-quic-recovery.md --- draft-ietf-quic-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 24b4d02aa2..b6c84f8449 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -935,7 +935,7 @@ bytes acknowledged when each ack is processed. Slow start exits to congestion avoidance. Congestion avoidance in NewReno uses an additive increase multiplicative decrease (AIMD) approach that -increases the congestion window by one maximum packet size of bytes per +increases the congestion window by one maximum packet size per congestion window acknowledged. When a loss is detected, NewReno halves the congestion window and sets the slow start threshold to the new congestion window.