Skip to content

Commit 0359cc7

Browse files
committed
Update per comments
1 parent 32f3bd9 commit 0359cc7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

draft-ietf-quic-transport.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,11 +2551,8 @@ acknowledged again.
25512551
Because ACK-only packets are not acknowledged, a receiver that is only
25522552
sending ACK frames will only receive acknowledgements for its packets
25532553
if the sender piggybacks them on other packets. In order to enable
2554-
this, senders SHOULD prioritize sending ACKs along with their data.
2555-
In addition, if a receiver regularly issues additional flow control
2556-
credit rather than just issuing infinite flow control credit at the
2557-
beginning of the connection, the MAX_DATA and MAX_STREAM_DATA frames
2558-
will elicit acknowledgements from the sender
2554+
this, when sending non-ACK frames, senders SHOULD bundle ACKs when
2555+
possible.
25592556

25602557
To limit receiver state or the size of ACK frames, a receiver MAY limit the
25612558
number of ACK blocks it sends. A receiver can do this even without receiving

0 commit comments

Comments
 (0)