Skip to content

Commit 9f5b9ca

Browse files
committed
Editorial tweaks
1 parent 951c3fb commit 9f5b9ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-quic-transport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ extension_frames (0x0009):
12101210
struct. That is, a 2 octet length field, followed by 1 or more repetitions of
12111211
a one octet frame type and a two octet identifiers. Each entry defines a
12121212
mapping of frame type to the 16-bit extension frame types defined in
1213-
{{frame-extension}}. Valid frame types MUST be from 0x80 to 0xff, other
1213+
{{frame-extension}}. Valid frame types MUST be from 0x80 to 0xff; other
12141214
values MUST be treated as a connection error of type
12151215
TRANSPORT_PARAMETER_ERROR.
12161216

@@ -2922,11 +2922,11 @@ An endpoint MUST NOT use extension frames in packets protected with handshake
29222922
keys. A client can use extension frames in 0-RTT based on the value of the
29232923
server's transport parameters used in a previous connection.
29242924

2925-
The definition of a extension frame identifier MUST include the format of the
2925+
The definition of an extension frame identifier MUST include the format of the
29262926
extension frame and its semantics. QUIC frames are not length-delimited, so
29272927
knowledge of the format of frames is necessary for decoding packets. Each
2928-
extension frame identifier definition MUST include the versions of QUIC that the
2929-
frame can be used with.
2928+
extension frame definition MUST include the versions of QUIC that the frame can
2929+
be used with.
29302930

29312931

29322932
# Packetization and Reliability {#packetization}

0 commit comments

Comments
 (0)