From ff668a4cbf0ef6438ca79685c232d297d1d3ac59 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 7 Jan 2021 11:41:04 +1100 Subject: [PATCH] Hyphenate 8-byte overhead and the 20-byte overhead too. (If this is superseded, that's cool. Low hanging fruit...) Closes #4592. --- 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 6e7e3654a0..8647cb6644 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -830,7 +830,7 @@ an initial value. Endpoints SHOULD use an initial congestion window of 10 times the maximum datagram size (max_datagram_size), limited to the larger of 14720 bytes or twice the maximum datagram size. This follows the analysis and recommendations in {{?RFC6928}}, increasing the byte limit to account for the -smaller 8 byte overhead of UDP compared to the 20 byte overhead for TCP. +smaller 8-byte overhead of UDP compared to the 20-byte overhead for TCP. If the maximum datagram size changes during the connection, the initial congestion window SHOULD be recalculated with the new size. If the maximum