-
Notifications
You must be signed in to change notification settings - Fork 35
Clarify MAX_SUBSCRIBE_ID #611
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
This is an attempt at clarifying MAX_SUBSCRIBE_ID, feel free to make suggestions. Fixes #547
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.
lgtm
draft-ietf-moq-transport.md
Outdated
More on Subscribe ID in {{message-subscribe-req}}. | ||
equal or larger than this is received by the publisher that sent the | ||
MAX_SUBSCRIBE_ID, the publisher MUST close the session with an error of | ||
'Too Many Subscribes'. More on Subscribe ID in {{message-subscribe-req}}. |
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.
What you have is fine, but "More on Subscribe ID in ..." is awkward. Just add a section reference on line 1841 after "Subscribe ID"
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.
Done, PTAL
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.
Agree with Alan's comment. Otherwise LGTM
lgtm |
This is an attempt at clarifying MAX_SUBSCRIBE_ID, feel free to make suggestions.
Fixes #547