File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2432,7 +2432,10 @@ number of ACK blocks it sends. A receiver can do this even without receiving
2432
2432
acknowledgment of its ACK frames, with the knowledge this could cause the sender
2433
2433
to unnecessarily retransmit some data. When this is necessary, the receiver
2434
2434
SHOULD acknowledge newly received packets and stop acknowledging packets
2435
- received in the past.
2435
+ received in the past. Standard QUIC {{QUIC-RECOVERY}} algorithms declare
2436
+ packets lost after sufficiently newer packets are acknowledged. Therefore,
2437
+ receivers SHOULD NOT stop sending an ack block and then start sending it again
2438
+ substantially later in an effort to save bytes sent.
2436
2439
2437
2440
# ## ACK Frames and Packet Protection
2438
2441
You can’t perform that action at this time.
0 commit comments