Skip to content

Commit

Permalink
Remove End Of Subgroup status (#596)
Browse files Browse the repository at this point in the history
We don't discuss how to use it anyway.

This was suggested in #589
  • Loading branch information
ianswett authored Nov 7, 2024
2 parents e0b6531 + 378f8dc commit 139a999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2061,9 +2061,6 @@ are beyond the end of a group or track.
group. This is sent right after the last object in the
track. This SHOULD be cached.

* 0x5 := Indicates end of Subgroup. Object ID is one greater than the largest
normal object ID in the Subgroup.

Any other value SHOULD be treated as a protocol error and terminate the
session with a Protocol Violation ({{session-termination}}).
Any object with a status code other than zero MUST have an empty payload.
Expand Down Expand Up @@ -2187,7 +2184,7 @@ Group boundaries to avoid doing so.
An MoQT implementation that processes a stream FIN is assured it has received
all objects in a subgroup from the start of the subscription. If a relay, it
can forward stream FINs to its own subscribers once those objects have been
sent. A relay MAY treat receipt of EndOfGroup, EndOfSubgroup, GroupDoesNotExist, or
sent. A relay MAY treat receipt of EndOfGroup, GroupDoesNotExist, or
EndOfTrack objects as a signal to close corresponding streams even if the FIN
has not arrived, as further objects on the stream would be a protocol violation.

Expand Down

0 comments on commit 139a999

Please sign in to comment.