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

Correct version negotiation observation. #483

Merged
merged 4 commits into from
Jul 5, 2022
Merged
Changes from 3 commits
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-manageability.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,11 @@ in use.
### Identifying Negotiated Version

An in-network observer assuming that a set of packets belongs to a QUIC flow
might infer the version number in use by observing the handshake: for QUIC
version 1, if the version number in the Initial packet from a client is the
same as the version number in the Initial packet of the server response, that
version has been accepted by both endpoints to be used for the rest of the
connection.
might infer the version number in use by observing the handshake. If the
version number in an Initial packet of the server response is subsequently
seen in a packet from the client, that version has been accepted by both
endpoints to be used for the rest of the connection (see
{{Section 2 of I-D.ietf-quic-version-negotiation}}).
britram marked this conversation as resolved.
Show resolved Hide resolved

The negotiated version cannot be identified for flows for which a handshake is
not observed, such as in the case of connection migration; however, it might be
Expand Down