Skip to content

Commit 55b806d

Browse files
committed
remove redundancy
1 parent 77f90aa commit 55b806d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

draft-ietf-quic-transport.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -688,21 +688,16 @@ sequence of frames, as described in {{frames}}.
688688
## Compound Packets {#packet-compound}
689689

690690
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
692692
({{packet-protected}}) into one UDP packet, thereby reducing the number of
693693
packets required to be emitted when application data can be sent during the
694694
handshake.
695695

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.
706701

707702
The sender MUST NOT assemble QUIC packets belonging to different QUIC
708703
connections into a single UDP packet.

0 commit comments

Comments
 (0)