From 07b2df2aee36663471e8a3fdbc7d920f4e0ae737 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 13 Sep 2018 10:27:52 -0400 Subject: [PATCH] Fix typo: s/PADDDING/PADDING/ --- draft-ietf-quic-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 996049d4da..2fe22640ef 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -3459,7 +3459,7 @@ MUST acknowledge packets containing only ACK and PADDING frames when sending ACK frames in response to other packets. Implementations MUST NOT send more than one packet containing only an ACK frame per received packet that contains frames other than a ACK and PADDING frames. Packets containing frames -besides ACK and PADDDING MUST be acknowledged immediately or when a delayed +besides ACK and PADDING MUST be acknowledged immediately or when a delayed ack timer expires. The delayed ack timer MUST NOT delay an ACK for longer than an RTT or the alarm granularity. This ensures an ACK frame is sent at least once per RTT if new packets needing acknowledgement were received.