Skip to content

Commit

Permalink
fix(quic-events): typo version_negotiation on *un*-supported version
Browse files Browse the repository at this point in the history
The server sends a version_negotiation packet when it does *not* support the
client version.

Also remove duplicate "of".
  • Loading branch information
mxinden committed Dec 9, 2023
1 parent a375f82 commit 6ff33ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-qlog-quic-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,10 @@ The `version_information` event supports QUIC version negotiation; see {{Section
6 of QUIC-TRANSPORT}}. It has Core importance level; see {{Section 9.2 of
QLOG-MAIN}}.

QUIC endpoints each have their own list of of QUIC versions they support. The
QUIC endpoints each have their own list of QUIC versions they support. The
client uses the most likely version in their first initial. If the server does
support that version, it replies with a version_negotiation packet, containing
supported versions. From this, the client selects a version. The
not support that version, it replies with a version_negotiation packet,
containing supported versions. From this, the client selects a version. The
`version_information` event aggregates all this information in a single event
type. It also allows logging of supported versions at an endpoint without actual
version negotiation needing to happen.
Expand Down

0 comments on commit 6ff33ed

Please sign in to comment.