From 182e05b6d1bdc2152bd47c47eeda40ae2589c7f9 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Wed, 24 Jul 2019 17:11:56 -0400 Subject: [PATCH] Fix typo in transport draft: eliciting --- 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 e429fee772..19ee78bf3f 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2935,7 +2935,7 @@ contribute to the ACK frame size. When the receiver is only sending non-ACK-eliciting packets, it can bundle a PING or other small ACK-eliciting frame with a fraction of them, such as once per round trip, to enable dropping unnecessary ACK ranges and any state for previously sent packets. -The receiver MUST NOT bundle an ACK-elicing frame, such as a PING, with all +The receiver MUST NOT bundle an ACK-eliciting frame, such as a PING, with all packets that would otherwise be non-ACK-eliciting, in order to avoid an infinite feedback loop of acknowledgements.