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

Section 2.1 (comment 6) #530

Open
LPardue opened this issue Sep 13, 2022 · 2 comments
Open

Section 2.1 (comment 6) #530

LPardue opened this issue Sep 13, 2022 · 2 comments

Comments

@LPardue
Copy link
Member

LPardue commented Sep 13, 2022

Section 2.1: "Of" is present in this sentence three times, which may affect comprehension for some readers. How may we update this sentence for easy comprehension while maintaining technical accuracy?

Original:

      The second-most-significant bit of the first octet of
      most QUIC packets of the current version is set to 1, enabling
      endpoints to demultiplex with other UDP-encapsulated protocols.

Perhaps:
In version 1 of QUIC, most QUIC packets have the
second-most-significant bit of the first octet set to 1, enabling
endpoints to demultiplex with other UDP-encapsulated protocols.

@mirjak
Copy link
Contributor

mirjak commented Sep 19, 2022

Actually maybe we can be more concrete here:

In version 1 of QUIC, the second-most-significant bit of the first octet set to 1,
unless the packet is a Version Negotiation packet or
an extension is used that modifies the usage of this bit. If the bit is set to 1, it enables
endpoints to easily demultiplex with other UDP-encapsulated protocols.

@britram
Copy link
Contributor

britram commented Sep 20, 2022

Minor edit (missing "is"):

In version 1 of QUIC, the second-most-significant bit of the first octet is set to 1,
unless the packet is a Version Negotiation packet or
an extension is used that modifies the usage of this bit. If the bit is set to 1, it enables
endpoints to easily demultiplex with other UDP-encapsulated protocols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants