-
Notifications
You must be signed in to change notification settings - Fork 41
Clarify datagrams and subgroups #1382
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
base: main
Are you sure you want to change the base?
Conversation
| Every object within a Group belongs to exactly one Subgroup (but zero if its | ||
| forwarding preference is Datagram). |
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.
| Every object within a Group belongs to exactly one Subgroup (but zero if its | |
| forwarding preference is Datagram). | |
| Every Object within a Group belongs to exactly one Subgroup or Datagram. |
| MAY mix different forwarding preference within a single track. As a Subgroup | ||
| is by definition a set of objects delivered with Subgroup forwarding preference, | ||
| objects with a Subgroup ID have the same forwarding preference. |
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 don't think the second sentence is necessary, but I tried to make it clearer in case you want to keep it.
| MAY mix different forwarding preference within a single track. As a Subgroup | |
| is by definition a set of objects delivered with Subgroup forwarding preference, | |
| objects with a Subgroup ID have the same forwarding preference. | |
| MAY use both Subgroups and Datagrams within a Group or Track. A Subgroup | |
| is a set of Objects with the Subgroup forwarding preference, so Objects | |
| within a Subgroup ID have the same forwarding preference. |
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.
"within a Subgroup ID" should be "within the same Subgroup ID" or "within a Subgroup"?
Fixes #1381