Skip to content

Commit

Permalink
No mixing CIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jun 11, 2018
1 parent e772275 commit 26c5b74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,10 @@ Senders SHOULD coalesce packets in order of increasing encryption levels
include a length, so it will always be the last packet included in a UDP
datagram.

The sender MUST NOT coalesce QUIC packets belonging to different QUIC
connections into a single UDP datagram.
Senders MUST NOT coalesce QUIC packets with different Destination Connection
IDs into a single UDP datagram. Receivers SHOULD ignore any subsequent packets
with a different Destination Connection ID than the first packet in the
datagram.

Every QUIC packet that is coalesced into a single UDP datagram is separate and
complete. Though the values of some fields in the packet header might be
Expand Down

0 comments on commit 26c5b74

Please sign in to comment.