Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension frames #1068

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ extension_frames (0x0009):
struct. That is, a 2 octet length field, followed by 1 or more repetitions of
a one octet frame type and a two octet identifiers. Each entry defines a
mapping of frame type to the 16-bit extension frame types defined in
{{frame-extension}}. Valid frame types MUST be from 0x80 to 0xff, other
{{frame-extension}}. Valid frame types MUST be from 0x80 to 0xff; other
values MUST be treated as a connection error of type
TRANSPORT_PARAMETER_ERROR.

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

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


# Packetization and Reliability {#packetization}
Expand Down