Skip to content

Commit

Permalink
Merge pull request #3930 from quicwg/same-connection-id
Browse files Browse the repository at this point in the history
Require coalesced packets to have the same connection ID
  • Loading branch information
martinthomson committed Jul 29, 2020
2 parents f329f7d + 7f6999a commit 4cf260c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -3241,9 +3241,10 @@ in a single packet if they are to be sent at the same encryption level, instead
of coalescing multiple packets at the same encryption level.

Receivers MAY route based on the information in the first packet contained in a
UDP datagram. Senders MUST NOT coalesce QUIC packets for different connections
into a single UDP datagram. Receivers SHOULD ignore any subsequent packets with
a different Destination Connection ID than the first packet in the datagram.
UDP datagram. Senders MUST NOT coalesce QUIC packets with different 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. The receiver of coalesced QUIC packets MUST individually process each
Expand Down

0 comments on commit 4cf260c

Please sign in to comment.