-
Notifications
You must be signed in to change notification settings - Fork 5
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
Editorial suggestions for abstract and intro #49
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR.
Looks like a great improvement.
@kazuho @marten-seemann good to go? |
application immediately, without providing any stream data it has received for | ||
that stream. | ||
Version 1 of the QUIC transport protocol ({{!QUIC=RFC9000}}) provides | ||
streams, an ordered and reliable byte stream. Once a sender has started to emit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a weird mix of singular and plural in this sentence.
application immediately, without providing any stream data it has received for | ||
that stream. | ||
Version 1 of the QUIC transport protocol ({{!QUIC=RFC9000}}) provides | ||
streams, an ordered and reliable byte stream. Once a sender has started to emit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marten-seemann if you are concerned about that, maybe something like:
streams, an ordered and reliable byte stream. Once a sender has started to emit | |
byte-oriented streams that are ordered and reliable. Once a sender has started to emit |
It's almost a duplicate of the first sentence of the abstract, but hopefully nobody cares.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged too quickly. Byte-oriented? I've never heard this term before.
Maybe better: reliable byte-ordered streams.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could go for “byte streams that are ordered and reliable,” if oriented sounds unfamiliar.
Co-authored-by: Kazuho Oku <[email protected]>
We can deal with this as part of shepherd writeup |
This is intended to be a rewording of the text to align with how other QUIC extensions have come out of the RFC editor.
Also I tried to tighten up the explanation of exactly what range data is reliable.