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.