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

Auth48: Difficult to parse sentence / duplicated words #4970

Closed
LPardue opened this issue Mar 25, 2022 · 2 comments
Closed

Auth48: Difficult to parse sentence / duplicated words #4970

LPardue opened this issue Mar 25, 2022 · 2 comments
Labels

Comments

@LPardue
Copy link
Member

LPardue commented Mar 25, 2022

The repeated "when" clauses in this sentence make it
difficult to parse. If our suggestion does not correctly capture
your intent, could you please rephrase?

Original:
A stream becomes unblocked when the Insert Count becomes
unblocked when the Insert Count becomes greater than or equal to the
Required Insert Count for all encoded field sections the decoder has
started reading from the stream.

Perhaps:
A stream becomes unblocked when the Insert Count becomes
unblocked. When the Insert Count becomes greater than or equal to the
Required Insert Count for all encoded field sections, the decoder has
started reading from the stream.

@MikeBishop
Copy link
Contributor

MikeBishop commented Mar 28, 2022

It actually looks as though the words "becomes unblocked when the Insert Count" are duplicated, which would make the corrected text:

A stream becomes unblocked when the Insert Count becomes greater than or equal to the Required Insert Count for all encoded field sections the decoder has started reading from the stream.

That might still be confusing, but the proposed text certainly isn't the right change.

The key point to capture is:

  • The decoder has started reading at least one encoded field section from the stream and encountered a Required Insert Count value in some or all of them which exceeds its current Insert Count. This caused the stream to be considered blocked.
  • When the Insert Count is greater than or equal to the RIC value from all of the encoded field sections the decoder has attempted to process, the stream becomes unblocked.

@MikeBishop MikeBishop changed the title RFC Editor comment 4 Auth48: Difficult to parse sentence / duplicated words Apr 1, 2022
@MikeBishop
Copy link
Contributor

Fixed in #4926.

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

No branches or pull requests

2 participants