Skip to content

Commit

Permalink
Merge pull request #483 from quicwg/477-version-fix
Browse files Browse the repository at this point in the history
Correct version negotiation observation.
  • Loading branch information
britram committed Jul 5, 2022
2 parents 15c4aeb + 6d67567 commit 5338765
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-manageability.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,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}}).

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

0 comments on commit 5338765

Please sign in to comment.