File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -688,21 +688,16 @@ sequence of frames, as described in {{frames}}.
688
688
# # Compound Packets {#packet-compound}
689
689
690
690
Initial-with-Length and Handshake-with-Length packets allow the sender to
691
- combine the Cryptographic Handshake packet and a Protected packet
691
+ combine the Cryptographic Handshake packets and a Protected packet
692
692
({{packet-protected}}) into one UDP packet, thereby reducing the number of
693
693
packets required to be emitted when application data can be sent during the
694
694
handshake.
695
695
696
- A Initial-with-Length packet is identical to an Initial packet with the
697
- exception being that it has the Payload Length field. The field designates the
698
- length of the payload of the Initial packet. The remainder of the UDP packet
699
- contains a 0-RTT Protected packet.
700
-
701
- A Handshake-with-Length packet is identical to a Handshake packet with the
702
- exception being that it has the Payload Length field. The field designates the
703
- length of the payload of the Handshake packet. The remainder of the UDP packet
704
- contains either a 0-RTT Protected packet or a short header packet
705
- ({{short-header}}).
696
+ Initial-with-Length and Handshake-with-Length packets are identical to Initial
697
+ ({{packet-initical}}) and Handshake ({{packet-handshake}}) packets, with the
698
+ exception being that they have the Payload Length field. The field designates
699
+ the length of the Payload field. The remainder of the UDP packet MAY contain
700
+ another QUIC packet.
706
701
707
702
The sender MUST NOT assemble QUIC packets belonging to different QUIC
708
703
connections into a single UDP packet.
You can’t perform that action at this time.
0 commit comments