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

Transport editorial suggestions #2731

Merged
merged 6 commits into from Jun 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -1054,11 +1054,11 @@ Negotiation packets. Otherwise, servers MUST drop packets that specify
unsupported versions.

The first packet for an unsupported version can use different semantics and
encodings for any version-specific field. In particular, different packet
protection keys might be used for different versions. Servers that do not
support a particular version are unlikely to be able to decrypt the payload of
the packet. Servers SHOULD NOT attempt to decode or decrypt a packet from an
unknown version, but instead send a Version Negotiation packet, provided that
encodings for any version-specific field. In particular, different packet
protection keys might be used for different versions. Servers that do not
support a particular version are unlikely to be able to decrypt the payload of
the packet. Servers SHOULD NOT attempt to decode or decrypt a packet from an
unknown version, but instead send a Version Negotiation packet, provided that
the packet is sufficiently long.

Packets with a supported version, or no version field, are matched to a
Expand Down