-
Notifications
You must be signed in to change notification settings - Fork 35
Address Editorial Feedback in #218 #624
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
Conversation
One small normative change: I relaxed a SHOULD to a MAY when discussing relays writing data out of order. No one is implementing this right now. Fixes #218
draft-ietf-moq-transport.md
Outdated
@@ -1089,11 +1087,11 @@ handles a subscription that includes those Objects re-requests them. | |||
## CLIENT_SETUP and SERVER_SETUP {#message-setup} | |||
|
|||
The `CLIENT_SETUP` and `SERVER_SETUP` messages are the first messages exchanged | |||
by the client and the server; they allows the peers to establish the mutually | |||
by the client and the server; they allows the endpoints to establish the mutually |
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.
s/allows/allow
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'm tidying this to clear the issue backlog, but I'm not sure any of this belongs in MoQT anymore. It probably belongs in an overview document.
Co-authored-by: ianswett <[email protected]>
One small normative change: I relaxed a SHOULD to a MAY when discussing relays writing data out of order. No one is implementing this right now.
Fixes #218