Skip to content

Commit

Permalink
short header packet needs to be the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Apr 10, 2018
1 parent 5ed67ea commit 9dd629e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -694,7 +694,8 @@ sequence of frames, as described in {{frames}}.
A sender can combine multiple QUIC packets (typically a Cryptographic Handshake
packet and a Protected packet) into one UDP datagram. This can reduce the
number of UDP datagrams required to be emitted when application data can be sent
during the handshake.
during the handshake. A packet with a short header does not include a length,
so it has to be the last packet included in a UDP datagram.

The sender MUST NOT combine QUIC packets belonging to different QUIC
connections into a single UDP datagram.
Expand Down

0 comments on commit 9dd629e

Please sign in to comment.