Skip to content

Commit

Permalink
Martin's suggestion
Browse files Browse the repository at this point in the history
I tweaked it a bit, but not much.
  • Loading branch information
ianswett committed Aug 17, 2020
1 parent 3ca0b89 commit 5cdb166
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions draft-ietf-quic-transport.md
Expand Up @@ -3557,12 +3557,19 @@ which could prevent the connection from ever becoming idle. Non-ack-eliciting
packets are eventually acknowledged when the endpoint sends an ACK frame in
response to other events.

In order to assist loss detection at the sender, an endpoint SHOULD send an ACK
frame immediately on receiving an ack-eliciting packet that is out of order relative to
other ack-eliciting packets. The endpoint SHOULD NOT continue sending ACK frames
immediately unless more ack-eliciting packets are received out of order.
If every subsequent ack-eliciting packet arrives out of order, then an ACK frame
SHOULD be sent immediately for every received ack-eliciting packet.
In order to assist loss detection at the sender, an endpoint SHOULD generate
and send an ACK frame without delay when it receives an ack-eliciting packet
either:
* When the received packet has a packet number less than another ack-eliciting
packet that has been received.
* When the packet has a packet number larger than any other ack-eliciting packet
that has been received and there are missing packets between that other packet
and this packet.

The endpoint SHOULD NOT continue sending ACK frames immediately unless more
ack-eliciting packets are received out of order. If every subsequent
ack-eliciting packet arrives out of order, then an ACK frame is sent immediately
for every received ack-eliciting packet.

Similarly, packets marked with the ECN Congestion Experienced (CE) codepoint in
the IP header SHOULD be acknowledged immediately, to reduce the peer's response
Expand Down

0 comments on commit 5cdb166

Please sign in to comment.