Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,13 @@ Subscription Filter {

Filter Type can have one of the following values:

Largest Group (0x0): The filter Start Location is `{Largest Object.Group, 0}`
and `Largest Object` is communicated in SUBSCRIBE_OK. If no content has been
delivered yet, the filter Start Location is {0, 0}. There is no End Group -
the subscription is open ended. Note that Objects before or equal to
'Largest Object' will only be delivered if they arrive at the Publisher after
the Subscription is created.

Largest Object (0x2): The filter Start Location is `{Largest Object.Group,
Largest Object.Object + 1}` and `Largest Object` is communicated in
SUBSCRIBE_OK. If no content has been delivered yet, the filter Start Location is
Expand Down