Skip to content

Commit

Permalink
Say why
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jun 12, 2018
1 parent 3f3da75 commit 0653378
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -719,9 +719,10 @@ number of UDP datagrams needed to send application data during the handshake and
immediately afterwards.

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

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

0 comments on commit 0653378

Please sign in to comment.