Skip to content

Commit 0653378

Browse files
committed
Say why
1 parent 3f3da75 commit 0653378

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

draft-ietf-quic-transport.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,9 +719,10 @@ number of UDP datagrams needed to send application data during the handshake and
719719
immediately afterwards.
720720

721721
Senders SHOULD coalesce packets in order of increasing encryption levels
722-
(Initial, Handshake, 0-RTT, 1-RTT). A packet with a short header does not
723-
include a length, so it will always be the last packet included in a UDP
724-
datagram.
722+
(Initial, Handshake, 0-RTT, 1-RTT), as this makes it more likely the receiver
723+
will be able to process all the packets in a single pass. A packet with a short
724+
header does not include a length, so it will always be the last packet included
725+
in a UDP datagram.
725726

726727
Senders MUST NOT coalesce QUIC packets with different Destination Connection
727728
IDs into a single UDP datagram. Receivers SHOULD ignore any subsequent packets

0 commit comments

Comments
 (0)