<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-moq-transport-13" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="moq-transport">Media over QUIC Transport</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-moq-transport-13"/>
    <author initials="S." surname="Nandakumar" fullname="Suhas Nandakumar">
      <organization>Cisco</organization>
      <address>
        <email>snandaku@cisco.com</email>
      </address>
    </author>
    <author initials="V." surname="Vasiliev" fullname="Victor Vasiliev">
      <organization>Google</organization>
      <address>
        <email>vasilvv@google.com</email>
      </address>
    </author>
    <author initials="I." surname="Swett" fullname="Ian Swett" role="editor">
      <organization>Google</organization>
      <address>
        <email>ianswett@google.com</email>
      </address>
    </author>
    <author initials="A." surname="Frindell" fullname="Alan Frindell" role="editor">
      <organization>Meta</organization>
      <address>
        <email>afrind@meta.com</email>
      </address>
    </author>
    <date/>
    <area>Web and Internet Transport</area>
    <workgroup>Media Over QUIC</workgroup>
    <keyword>media over quic</keyword>
    <abstract>
      <?line 59?>

<t>This document defines the core behavior for Media over QUIC Transport
(MOQT), a media transport protocol designed to operate over QUIC and
WebTransport, which have similar functionality. MOQT allows a producer of
media to publish data and have it consumed via subscription by a
multiplicity of endpoints. It supports intermediate content distribution
networks and is designed for high scale and low latency distribution.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://moq-wg.github.io/moq-transport/draft-ietf-moq-transport.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-moq-transport/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Media Over QUIC Working Group mailing list (<eref target="mailto:moq@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/moq/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/moq/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/moq-wg/moq-transport"/>.</t>
    </note>
  </front>
  <middle>
    <?line 68?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Media Over QUIC Transport (MOQT) is a protocol that is optimized
for the QUIC protocol <xref target="QUIC"/>, either directly or via WebTransport
<xref target="WebTransport"/>, for the dissemination of media. MOQT utilizes a
publish/subscribe workflow in which producers of media publish data in
response to subscription requests from a multiplicity of endpoints. MOQT
supports wide range of use-cases with different resiliency and latency
(live, interactive) needs without compromising the scalability and cost
effectiveness associated with content delivery networks.</t>
      <t>MOQT is a generic protocol designed to work in concert with multiple
MoQ Streaming Formats. These MoQ Streaming Formats define how content is
encoded, packaged, and mapped to MOQT objects, along with policies for
discovery and subscription.</t>
      <ul spacing="normal">
        <li>
          <t><xref target="model"/> describes the data model employed by MOQT.</t>
        </li>
        <li>
          <t><xref target="session"/> covers aspects of setting up an MOQT session.</t>
        </li>
        <li>
          <t><xref target="priorities"/> covers mechanisms for prioritizing subscriptions.</t>
        </li>
        <li>
          <t><xref target="relays-moq"/> covers behavior at the relay entities.</t>
        </li>
        <li>
          <t><xref target="message"/> covers how control messages are encoded on the wire.</t>
        </li>
        <li>
          <t><xref target="data-streams"/> covers how data messages are encoded on the wire.</t>
        </li>
      </ul>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>The development of MOQT is driven by goals in a number of areas -
specifically latency, the robust feature set of QUIC and relay
support.</t>
        <section anchor="latency">
          <name>Latency</name>
          <t>Latency is necessary to correct for variable network throughput. Ideally live
content is consumed at the same bitrate it is produced. End-to-end latency would
be fixed and only subject to encoding and transmission delays. Unfortunately,
networks have variable throughput, primarily due to congestion. Attempting to
deliver content encoded at a higher bitrate than the network can cause
queuing along the path from producer to consumer. The speed at which a protocol
can detect and respond to congestion determines the overall latency. TCP-based
protocols are simple but are slow to detect congestion and suffer from
head-of-line blocking. Protocols utilizing UDP directly can avoid queuing, but
the application is then responsible for the complexity of fragmentation,
congestion control, retransmissions, receiver feedback, reassembly, and
more. One goal of MOQT is to achieve the best of both these worlds: leverage the
features of QUIC to create a simple yet flexible low latency protocol that can
rapidly detect and respond to congestion.</t>
        </section>
        <section anchor="leveraging-quic">
          <name>Leveraging QUIC</name>
          <t>The parallel nature of QUIC streams can provide improvements in the face
of loss. A goal of MOQT is to design a streaming protocol to leverage
the transmission benefits afforded by parallel QUIC streams as well
exercising options for flexible loss recovery.</t>
        </section>
        <section anchor="convergence">
          <name>Convergence</name>
          <t>Some live media architectures today have separate protocols for ingest and
distribution, for example RTMP and HTTP based HLS or DASH. Switching protocols
necessitates intermediary origins which re-package the
media content. While specialization can have its benefits, there are efficiency
gains to be had in not having to re-package content. A goal of MOQT is to
develop a single protocol which can be used for transmission from contribution
to distribution. A related goal is the ability to support existing encoding and
packaging schemas, both for backwards compatibility and for interoperability
with the established content preparation ecosystem.</t>
        </section>
        <section anchor="relays">
          <name>Relays</name>
          <t>An integral feature of a protocol being successful is its ability to
deliver media at scale. Greatest scale is achieved when third-party
networks, independent of both the publisher and subscriber, can be
leveraged to relay the content. These relays must cache content for
distribution efficiency while simultaneously routing content and
deterministically responding to congestion in a multi-tenant network. A
goal of MOQT is to treat relays as first-class citizens of the protocol
and ensure that objects are structured such that information necessary
for distribution is available to relays while the media content itself
remains opaque and private.</t>
        </section>
      </section>
      <section anchor="terms-and-definitions">
        <name>Terms and Definitions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>The following terms are used with the first letter capitalized.</t>
        <dl>
          <dt>Application:</dt>
          <dd>
            <t>The entity using MOQT to transmit and receive data.</t>
          </dd>
          <dt>Client:</dt>
          <dd>
            <t>The party initiating a Transport Session.</t>
          </dd>
          <dt>Server:</dt>
          <dd>
            <t>The party accepting an incoming Transport Session.</t>
          </dd>
          <dt>Endpoint:</dt>
          <dd>
            <t>A Client or Server.</t>
          </dd>
          <dt>Peer:</dt>
          <dd>
            <t>The other endpoint than the one being described</t>
          </dd>
          <dt>Publisher:</dt>
          <dd>
            <t>An endpoint that handles subscriptions by sending requested Objects from the requested track.</t>
          </dd>
          <dt>Subscriber:</dt>
          <dd>
            <t>An endpoint that subscribes to and receives tracks.</t>
          </dd>
          <dt>Original Publisher:</dt>
          <dd>
            <t>The initial publisher of a given track.</t>
          </dd>
          <dt>End Subscriber:</dt>
          <dd>
            <t>A subscriber that initiates a subscription and does not send the data on to other subscribers.</t>
          </dd>
          <dt>Relay:</dt>
          <dd>
            <t>An entity that is both a Publisher and a Subscriber, but not the Original
Publisher or End Subscriber.</t>
          </dd>
          <dt>Upstream:</dt>
          <dd>
            <t>In the direction of the Original Publisher</t>
          </dd>
          <dt>Downstream:</dt>
          <dd>
            <t>In the direction of the End Subscriber(s)</t>
          </dd>
          <dt>Transport Session:</dt>
          <dd>
            <t>A raw QUIC connection or a WebTransport session.</t>
          </dd>
          <dt>Stream:</dt>
          <dd>
            <t>A bidirectional or unidirectional bytestream provided by the
QUIC transport or WebTransport.</t>
          </dd>
          <dt>Congestion:</dt>
          <dd>
            <t>Packet loss and queuing caused by degraded or overloaded networks.</t>
          </dd>
          <dt>Group:</dt>
          <dd>
            <t>A temporal sequence of objects. A group represents a join point in a
track. See (<xref target="model-group"/>).</t>
          </dd>
          <dt>Object:</dt>
          <dd>
            <t>An object is an addressable unit whose payload is a sequence of
bytes. Objects form the base element in the MOQT data model. See
(<xref target="model-object"/>).</t>
          </dd>
          <dt>Track:</dt>
          <dd>
            <t>A track is a collection of groups. See (<xref target="model-track"/>).</t>
          </dd>
        </dl>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</name>
        <t>This document uses the conventions detailed in (<xref section="1.3" sectionFormat="comma" target="RFC9000"/>)
when describing the binary encoding.</t>
        <t>As a quick reference, the following list provides a non normative summary
of the parts of RFC9000 field syntax that are used in this specification.</t>
        <dl>
          <dt>x (L):</dt>
          <dd>
            <t>Indicates that x is L bits long</t>
          </dd>
          <dt>x (i):</dt>
          <dd>
            <t>Indicates that x holds an integer value using the variable-length
encoding as described in (<xref section="16" sectionFormat="comma" target="RFC9000"/>)</t>
          </dd>
          <dt>x (..):</dt>
          <dd>
            <t>Indicates that x can be any length including zero bits long.  Values
 in this format always end on a byte boundary.</t>
          </dd>
          <dt>[x (L)]:</dt>
          <dd>
            <t>Indicates that x is optional and has a length of L</t>
          </dd>
          <dt>x (L) ...:</dt>
          <dd>
            <t>Indicates that x is repeated zero or more times and that each instance
has a length of L</t>
          </dd>
        </dl>
        <t>This document extends the RFC9000 syntax and with the additional field types:</t>
        <dl>
          <dt>x (b):</dt>
          <dd>
            <t>Indicates that x consists of a variable length integer encoding as
described in (<xref section="16" sectionFormat="comma" target="RFC9000"/>), followed by that many bytes
of binary data</t>
          </dd>
          <dt>x (tuple):</dt>
          <dd>
            <t>Indicates that x is a tuple, consisting of a variable length integer encoded
as described in (<xref section="16" sectionFormat="comma" target="RFC9000"/>), followed by that many variable
length tuple fields, each of which are encoded as (b) above.</t>
          </dd>
        </dl>
        <t>To reduce unnecessary use of bandwidth, variable length integers <bcp14>SHOULD</bcp14>
be encoded using the least number of bytes possible to represent the
required value.</t>
        <section anchor="location-structure">
          <name>Location Structure</name>
          <t>Location identifies a particular Object in a Group within a Track.</t>
          <figure anchor="moq-location">
            <name>Location structure</name>
            <artwork><![CDATA[
Location {
  Group (i),
  Object (i)
}
]]></artwork>
          </figure>
          <t>In this document, the constituent parts of any Location A can be referred to
using A.Group or A.Object.</t>
          <t>Location A &lt; Location B if:</t>
          <t><tt>A.Group &lt; B.Group || (A.Group == B.Group &amp;&amp; A.Object &lt; B.Object)</tt></t>
        </section>
        <section anchor="key-value-pair-structure">
          <name>Key-Value-Pair Structure</name>
          <t>Key-Value-Pair is a flexible structure designed to carry key/value
pairs in which the key is a variable length integer and the value
is either a variable length integer or a byte field of arbitrary
length.</t>
          <t>Key-Value-Pair is used in both the data plane and control plane, but
is optimized for use in the data plane.</t>
          <figure anchor="moq-key-value-pair">
            <name>MOQT Key-Value-Pair</name>
            <artwork><![CDATA[
Key-Value-Pair {
  Type (i),
  [Length (i),]
  Value (..)
}
]]></artwork>
          </figure>
          <ul spacing="normal">
            <li>
              <t>Type: an unsigned integer, encoded as a varint, identifying the
type of the value and also the subsequent serialization.</t>
            </li>
            <li>
              <t>Length: Only present when Type is odd. Specifies the length of the Value field.
The maximum length of a value is 2^16-1 bytes.  If an endpoint receives a
length larger than the maximum, it <bcp14>MUST</bcp14> close the session with a Protocol
Violation.</t>
            </li>
            <li>
              <t>Value: A single varint encoded value when Type is even, otherwise a
sequence of Length bytes.</t>
            </li>
          </ul>
          <t>If a receiver understands a Type, and the following Value or
Length/Value does not match the serialization defined by that Type,
the receiver <bcp14>MUST</bcp14> terminate the session with error code 'Key-Value
Formatting Error'.</t>
        </section>
        <section anchor="reason-phrase">
          <name>Reason Phrase Structure</name>
          <t>Reason Phrase provides a way for the sender to encode additional diagnostic
information about the error condition, where appropriate.</t>
          <artwork><![CDATA[
Reason Phrase {
  Reason Phrase Length (i),
  Reason Phrase Value (..)
}
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>Reason Phrase Length: A variable-length integer specifying the length of the
reason phrase in bytes. The reason phrase length has a maximum length of
1024 bytes. If an endpoint receives a length exceeding the maximum, it <bcp14>MUST</bcp14>
close the session with a Protocol Violation</t>
            </li>
            <li>
              <t>Reason Phrase Value: Additional diagnostic information about the error condition.
The reason phrase value is encoded as UTF-8 string and does not carry information,
such as language tags, that would aid comprehension by any entity other than
the one that created the text.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="model">
      <name>Object Data Model</name>
      <t>MOQT has a hierarchical data model, comprised of tracks which contain
groups, and groups that contain objects. Inside of a group, the objects
can be organized into subgroups.</t>
      <t>To give an example of how an application might use this data model,
consider an application sending high and low resolution video using a
codec with temporal scalability. Each resolution is sent as a separate
track to allow the subscriber to pick the appropriate resolution given
the display environment and available bandwidth. Each "group of pictures"
in a video is sent as a group because the first frame is needed to
decode later frames. This allows the client to join at the logical points
where they can get the information to start decoding the media.
The temporal layers are sent as separate sub groups to allow the
priority mechanism to favour the base layer when there is not enough
bandwidth to send both the base and enhancement layers. Each frame of
video on a given layer is sent as a single object.</t>
      <section anchor="model-object">
        <name>Objects</name>
        <t>The basic data element of MOQT is an object.  An object is an
addressable unit whose payload is a sequence of bytes.  All objects
belong to a group, indicating ordering and potential
dependencies (see <xref target="model-group"/>).  An object is uniquely identified by
its track namespace, track name, group ID, and object ID, and must be an
identical sequence of bytes regardless of how or where it is retrieved.
An Object can become unavailable, but its contents <bcp14>MUST NOT</bcp14> change over
time.</t>
        <t>Objects are comprised of two parts: metadata and a payload.  The metadata is
never encrypted and is always visible to relays (see <xref target="relays-moq"/>). The
payload portion may be encrypted, in which case it is only visible to the
Original Publisher and End Subscribers. The Original Publisher is solely
responsible for the content of the object payload. This includes the
underlying encoding, compression, any end-to-end encryption, or
authentication. A relay <bcp14>MUST NOT</bcp14> combine, split, or otherwise modify object
payloads.</t>
        <t>Objects within a Group are ordered numerically by their Object ID.</t>
      </section>
      <section anchor="model-subgroup">
        <name>Subgroups</name>
        <t>A subgroup is a sequence of one or more objects from the same group
(<xref target="model-group"/>) in ascending order by Object ID. Objects in a subgroup
have a dependency and priority relationship consistent with sharing a
stream and are sent on a single stream whenever possible. A Group is delivered
using at least as many streams as there are Subgroups,
typically with a one-to-one mapping between Subgroups and streams.</t>
        <t>When a Track's forwarding preference (see <xref target="object-properties"/>) is
"Datagram", Objects are not sent in Subgroups and the
description in the remainder of this section does not apply.</t>
        <t>Streams offer in-order reliable delivery and the ability to cancel sending
and retransmission of data. Furthermore, many implementations offer the ability
to control the relative priority of streams, which allows control over the
scheduling of sending data on active streams.</t>
        <t>Every object within a Group belongs to exactly one Subgroup.</t>
        <t>Objects from two subgroups cannot be sent on the same stream. Objects from the
same Subgroup <bcp14>MUST NOT</bcp14> be sent on different streams, unless one of the streams
was reset prematurely, or upstream conditions have forced objects from a Subgroup
to be sent out of Object ID order.</t>
        <t>Original publishers assign each Subgroup a Subgroup ID, and do so as they see fit.  The
scope of a Subgroup ID is a Group, so Subgroups from different Groups <bcp14>MAY</bcp14> share a Subgroup
ID without implying any relationship between them. In general, publishers assign
objects to subgroups in order to leverage the features of streams as described
above.</t>
        <t>An example strategy for using stream properties follows. If object B is
dependent on object A, then delivery of B can follow A, i.e. A and B can be
usefully delivered over a single stream. Furthermore, in this example:</t>
        <ul spacing="normal">
          <li>
            <t>If an object is dependent on all previous objects in a Subgroup, it is added to
that Subgroup.</t>
          </li>
          <li>
            <t>If an object is not dependent on all of the objects in a Subgroup, it goes in
a different Subgroup.</t>
          </li>
          <li>
            <t>There are often many ways to compose Subgroups that meet these criteria. Where
possible, choose the composition that results in the fewest Subgroups in a group
to minimize the number of streams used.</t>
          </li>
        </ul>
      </section>
      <section anchor="model-group">
        <name>Groups</name>
        <t>A group is a collection of Objects and is a sub-unit of a Track
(<xref target="model-track"/>).  Groups <bcp14>SHOULD</bcp14> be independently useful, so Objects within a
Group <bcp14>SHOULD NOT</bcp14> depend on Objects in other Groups. A Group provides a join
point for subscriptions, so a subscriber that does not want to receive the
entire Track can opt to receive only Groups starting from a given Group ID.
Groups can contain any number of Objects.</t>
        <section anchor="group-ordering">
          <name>Group Ordering</name>
          <t>Within a track, the original publisher <bcp14>SHOULD</bcp14> publish Group IDs which increase
with time (where "time" is defined according to the internal clock of the media
being sent). In some cases, Groups will be produced in increasing order, but sent
to subscribers in a different order, for example when the subscription's Group
Order is Descending.  Due to network reordering and the partial reliability
features of MOQT, Groups can always be received out of order.</t>
          <t>As a result, subscribers cannot infer the existence of a Group until an object in
the Group is received. This can create gaps in a cache that can be filled
by doing a Fetch upstream, if necessary.</t>
          <t>Applications that cannot produce Group IDs that increase with time are limited
to the subset of MOQT that does not compare group IDs. Subscribers to these
Tracks <bcp14>SHOULD NOT</bcp14> use range filters which span multiple Groups in FETCH or
SUBSCRIBE.  SUBSCRIBE and FETCH delivery use Group Order, so a FETCH cannot
deliver Groups out of order and a subscription could have unexpected delivery
order if Group IDs do not increase with time.</t>
          <t>Note that the increase in time between two groups is not defined by the protocol.</t>
        </section>
      </section>
      <section anchor="model-track">
        <name>Track</name>
        <t>A track is a sequence of groups (<xref target="model-group"/>). It is the entity
against which a subscriber issues a subscription request.  A subscriber
can request to receive individual tracks starting at a group boundary,
including any new objects pushed by the publisher while the track is
active.</t>
        <section anchor="track-name">
          <name>Track Naming</name>
          <t>In MOQT, every track is identified by a Full Track Name, consisting of a Track
Namespace and a Track Name.</t>
          <t>Track Namespace is an ordered N-tuple of bytes where N can be between 1 and 32.
The structured nature of Track Namespace allows relays and applications to
manipulate prefixes of a namespace. If an endpoint receives a Track Namespace
tuple with an N of 0 or more than 32, it <bcp14>MUST</bcp14> close the session with a Protocol
Violation.</t>
          <t>Track Name is a sequence of bytes that identifies an individual track within the
namespace.</t>
          <t>The maximum total length of a Full Track Name is 4,096 bytes, computed as the
sum of the lengths of each Track Namespace tuple field and the Track Name length
field.  If an endpoint receives a Full Track Name exceeding this length, it <bcp14>MUST</bcp14>
close the session with a Protocol Violation.</t>
          <t>In this specification, both the Track Namespace tuple fields and the Track Name
are not constrained to a specific encoding. They carry a sequence of bytes and
comparison between two Track Namespace tuple fields or Track Names is done by
exact comparison of the bytes. Specifications that use MOQT may constrain the
information in these fields, for example by restricting them to UTF-8. Any
specification that does needs to specify the canonicalization into the bytes in
the Track Namespace or Track Name such that exact comparison works.</t>
        </section>
      </section>
      <section anchor="malformed-tracks">
        <name>Malformed Tracks</name>
        <t>There are multiple ways a publisher can transmit a Track that does not conform
to MoQT constraints. Such a Track is considered malformed.  Some example
conditions that constitute a malformed track when detected by a receiver
include:</t>
        <ol spacing="normal" type="1"><li>
            <t>An Object is received on a Subgroup stream whose Object ID is not strictly
larger than the previous Object received on the same Subgroup.</t>
          </li>
          <li>
            <t>An Object is received in a FETCH response with the same Group as the
previous Object, but whose Object ID is not strictly larger than the previous
object.</t>
          </li>
          <li>
            <t>An Object is received in an Ascending FETCH response whose Group ID is smaller
than the previous Object in the response.</t>
          </li>
          <li>
            <t>An Object is received in a Descending FETCH response whose Group ID is larger
than the previous Object in the resopnse.</t>
          </li>
          <li>
            <t>A Subgroup or FETCH response is terminated with a FIN in the middle of an
Object</t>
          </li>
          <li>
            <t>An Object is received whose Object ID is larger than the final Object in the
Subgroup.  The final Object in a Subgroup is the last Object received on a
Subgroup stream before a FIN.</t>
          </li>
          <li>
            <t>A Subgroup is received with two or more different final Objects.</t>
          </li>
          <li>
            <t>An Object is received in a Group whose Object ID is larger than the final
Object in the Group.  The final Object in a Group is the Object with Status
END_OF_GROUP or the last Object sent in a FETCH that requested the entire
Group.</t>
          </li>
          <li>
            <t>An Object is received on a Track whose Group and Object ID are larger than the
final Object in the Track.  The final Object in a Track is the Object with
Status END_OF_TRACK or the last Object sent in a FETCH whose response indicated
End of Track.</t>
          </li>
          <li>
            <t>The same Object is received more than once with different Payload or
other immutable properties.</t>
          </li>
          <li>
            <t>An Object is received with a different Forwarding Preference than previously
observed from the same Track.</t>
          </li>
        </ol>
        <t>The above list of conditions is not considered exhaustive.</t>
        <t>When a subscriber detects a Malformed Track, it <bcp14>MUST</bcp14> UNSUBSCRIBE from the
Track and <bcp14>SHOULD</bcp14> deliver an error to the application.  If a relay detects a
Malformed Track, it <bcp14>MUST</bcp14> immediately terminate downstream subscriptions with
SUBSCRIBE_DONE with Status Code <tt>Malformed Track</tt>.</t>
        <section anchor="track-scope">
          <name>Scope</name>
          <t>An MOQT scope is a set of servers (as identified by their connection
URIs) for which the tuple of Track Name and Track Namespace are
guaranteed to be unique and identify a specific track. It is up to
the application using MOQT to define how broad or narrow the scope is.
An application that deals with connections between devices
on a local network may limit the scope to a single connection; by
contrast, an application that uses multiple CDNs to serve media may
require the scope to include all of those CDNs.</t>
          <t>Because the tuple of Track Namespace and Track Name are unique within an
MOQT scope, they can be used as a cache key for the track.
If, at a given moment in time, two tracks within the same scope contain
different data, they <bcp14>MUST</bcp14> have different names and/or namespaces.
MOQT provides subscribers with the ability to alter the specific manner in
which tracks are delivered via Subscribe Parameters, but the actual content of
the tracks does not depend on those parameters; this is in contrast to
protocols like HTTP, where request headers can alter the server response.</t>
        </section>
      </section>
    </section>
    <section anchor="session">
      <name>Sessions</name>
      <section anchor="session-establishment">
        <name>Session establishment</name>
        <t>This document defines a protocol that can be used interchangeably both
over a QUIC connection directly <xref target="QUIC"/>, and over WebTransport
<xref target="WebTransport"/>.  Both provide streams and datagrams with similar
semantics (see <xref section="4" sectionFormat="comma" target="I-D.ietf-webtrans-overview"/>); thus, the
main difference lies in how the servers are identified and how the
connection is established. The [QUIC-DATAGRAM] extension
<bcp14>MUST</bcp14> be supported and negotiated in the QUIC connection used for MOQT,
which is already a requirement for WebTransport over HTTP/3. The
RESET_STREAM_AT <xref target="I-D.draft-ietf-quic-reliable-stream-reset"/>
extension to QUIC can be used by MOQT, but the protocol is also
designed to work correctly when the extension is not supported.</t>
        <t>There is no definition of the protocol over other transports,
such as TCP, and applications using MoQ might need to fallback to
another protocol when QUIC or WebTransport aren't available.</t>
        <section anchor="webtransport">
          <name>WebTransport</name>
          <t>An MOQT server that is accessible via WebTransport can be identified
using an HTTPS URI (<xref section="4.2.2" sectionFormat="comma" target="RFC9110"/>).  An MOQT session can be
established by sending an extended CONNECT request to the host and the
path indicated by the URI, as described in
(<xref section="3" sectionFormat="comma" target="WebTransport"/>).</t>
        </section>
        <section anchor="quic">
          <name>QUIC</name>
          <t>An MOQT server that is accessible via native QUIC can be identified by a
URI with a "moqt" scheme.  The "moqt" URI scheme is defined as follows,
using definitions from <xref target="RFC3986"/>:</t>
          <artwork><![CDATA[
moqt-URI = "moqt" "://" authority path-abempty [ "?" query ]
]]></artwork>
          <t>The <tt>authority</tt> portion <bcp14>MUST NOT</bcp14> contain an empty <tt>host</tt> portion.
The <tt>moqt</tt> URI scheme supports the <tt>/.well-known/</tt> path prefix defined in
<xref target="RFC8615"/>.</t>
          <t>This protocol does not specify any semantics on the <tt>path-abempty</tt> and
<tt>query</tt> portions of the URI.  The contents of those are left up to the
application.</t>
          <t>The client can establish a connection to a MoQ server identified by a
given URI by setting up a QUIC connection to the host and port
identified by the <tt>authority</tt> section of the URI.  The <tt>path-abempty</tt>
and <tt>query</tt> portions of the URI are communicated to the server using the
PATH parameter (<xref target="path"/>) which is sent in the CLIENT_SETUP message at the
start of the session.  The ALPN value <xref target="RFC7301"/> used by the protocol
is <tt>moq-00</tt>.</t>
        </section>
        <section anchor="connection-url">
          <name>Connection URL</name>
          <t>Each track <bcp14>MAY</bcp14> have one or more associated connection URLs specifying
network hosts through which a track may be accessed. The syntax of the
Connection URL and the associated connection setup procedures are
specific to the underlying transport protocol usage (see <xref target="session"/>).</t>
        </section>
      </section>
      <section anchor="version-negotiation">
        <name>Version and Extension Negotiation</name>
        <t>Endpoints use the exchange of Setup messages to negotiate the MOQT version and
any extensions to use.</t>
        <t>The client indicates the MOQT versions it supports in the CLIENT_SETUP message
(see <xref target="message-setup"/>). It also includes the union of all Setup Parameters
(see <xref target="setup-params"/>) required for a handshake by any of those versions.</t>
        <t>Within any MOQT version, clients request the use of extensions by adding Setup
parameters corresponding to that extension. No extensions are defined in this
document.</t>
        <t>The server replies with a SERVER_SETUP message that indicates the chosen
version, includes all parameters required for a handshake in that version, and
parameters for every extension requested by the client that it supports.</t>
        <t>New versions of MOQT <bcp14>MUST</bcp14> specify which existing extensions can be used with
that version. New extensions <bcp14>MUST</bcp14> specify the existing versions with which they
can be used.</t>
        <t>If a given parameter carries the same information in multiple versions,
but might have different optimal values in those versions, there <bcp14>SHOULD</bcp14> be
separate Setup parameters for that information in each version.</t>
      </section>
      <section anchor="session-init">
        <name>Session initialization</name>
        <t>The first stream opened is a client-initiated bidirectional control stream where
the endpoints exchange Setup messages (<xref target="message-setup"/>), followed by other
messages defined in <xref target="message"/>.</t>
        <t>This draft only specifies a single use of bidirectional streams. Objects are
sent on unidirectional streams.  Because there are no other uses of
bidirectional streams, a peer <bcp14>MAY</bcp14> currently close the session as a
'Protocol Violation' if it receives a second bidirectional stream.</t>
        <t>The control stream <bcp14>MUST NOT</bcp14> be closed at the underlying transport layer while the
session is active.  Doing so results in the session being closed as a
'Protocol Violation'.</t>
      </section>
      <section anchor="session-termination">
        <name>Termination</name>
        <t>The Transport Session can be terminated at any point.  When native QUIC
is used, the session is closed using the CONNECTION_CLOSE frame
(<xref section="19.19" sectionFormat="comma" target="QUIC"/>).  When WebTransport is used, the session is
closed using the CLOSE_WEBTRANSPORT_SESSION capsule (<xref section="5" sectionFormat="comma" target="WebTransport"/>).</t>
        <t>When terminating the Session, the application <bcp14>MAY</bcp14> use any error message
and <bcp14>SHOULD</bcp14> use a relevant code, as defined below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">No Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Protocol Violation</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Invalid Request ID</td>
            </tr>
            <tr>
              <td align="right">0x5</td>
              <td align="left">Duplicate Track Alias</td>
            </tr>
            <tr>
              <td align="right">0x6</td>
              <td align="left">Key-Value Formatting Error</td>
            </tr>
            <tr>
              <td align="right">0x7</td>
              <td align="left">Too Many Requests</td>
            </tr>
            <tr>
              <td align="right">0x8</td>
              <td align="left">Invalid Path</td>
            </tr>
            <tr>
              <td align="right">0x9</td>
              <td align="left">Malformed Path</td>
            </tr>
            <tr>
              <td align="right">0x10</td>
              <td align="left">GOAWAY Timeout</td>
            </tr>
            <tr>
              <td align="right">0x11</td>
              <td align="left">Control Message Timeout</td>
            </tr>
            <tr>
              <td align="right">0x12</td>
              <td align="left">Data Stream Timeout</td>
            </tr>
            <tr>
              <td align="right">0x13</td>
              <td align="left">Auth Token Cache Overflow</td>
            </tr>
            <tr>
              <td align="right">0x14</td>
              <td align="left">Duplicate Auth Token Alias</td>
            </tr>
            <tr>
              <td align="right">0x15</td>
              <td align="left">Version Negotiation Failed</td>
            </tr>
            <tr>
              <td align="right">0x16</td>
              <td align="left">Malformed Auth Token</td>
            </tr>
            <tr>
              <td align="right">0x17</td>
              <td align="left">Unknown Auth Token Alias</td>
            </tr>
            <tr>
              <td align="right">0x18</td>
              <td align="left">Expired Auth Token</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>No Error: The session is being terminated without an error.</t>
          </li>
          <li>
            <t>Internal Error: An implementation specific error occurred.</t>
          </li>
          <li>
            <t>Unauthorized: The client is not authorized to establish a session.</t>
          </li>
          <li>
            <t>Protocol Violation: The remote endpoint performed an action that was
disallowed by the specification.</t>
          </li>
          <li>
            <t>Invalid Request ID: The session was closed because the endpoint used a Request
ID that was smaller than or equal to a previously received request ID, or the
least-significant bit of the request ID was incorrect for the endpoint.</t>
          </li>
          <li>
            <t>Duplicate Track Alias: The endpoint attempted to use a Track Alias
that was already in use.</t>
          </li>
          <li>
            <t>Key-Value Formatting Error: the key-value pair has a formatting error.</t>
          </li>
          <li>
            <t>Too Many Requests: The session was closed because the endpoint used a
Request ID equal to or larger than the current Maximum Request ID.</t>
          </li>
          <li>
            <t>Invalid Path: The PATH parameter was used by a server, on a WebTransport
session, or the server does not support the path.</t>
          </li>
          <li>
            <t>Malformed Path: The PATH parameter does not conform to the rules in <xref target="path"/>.</t>
          </li>
          <li>
            <t>GOAWAY Timeout: The session was closed because the peer took too long to
close the session in response to a GOAWAY (<xref target="message-goaway"/>) message.
See session migration (<xref target="session-migration"/>).</t>
          </li>
          <li>
            <t>Control Message Timeout: The session was closed because the peer took too
long to respond to a control message.</t>
          </li>
          <li>
            <t>Data Stream Timeout: The session was closed because the peer took too long to
send data expected on an open Data Stream (see <xref target="data-streams"/>).  This
includes fields of a stream header or an object header within a data
stream. If an endpoint times out waiting for a new object header on an open
subgroup stream, it <bcp14>MAY</bcp14> send a STOP_SENDING on that stream or terminate the
subscription.</t>
          </li>
          <li>
            <t>Auth Token Cache Overflow - the Session limit <xref target="max-auth-token-cache-size"/> of
the size of all registered Authorization tokens has been exceeded.</t>
          </li>
          <li>
            <t>Duplicate Auth Token Alias - Authorization Token attempted to register an
Alias that was in use (see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Version Negotiation Failed: The client didn't offer a version supported
by the server.</t>
          </li>
          <li>
            <t>Malformed Auth Token - Invalid Auth Token serialization during registration
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Unknown Auth Token Alias - No registered token found for the provided Alias
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Expired Auth Token - Authorization token has expired <xref target="authorization-token"/>).</t>
          </li>
        </ul>
        <t>An endpoint <bcp14>MAY</bcp14> choose to treat a subscription or request specific error as a
session error under certain circumstances, closing the entire session in
response to a condition with a single subscription or message. Implementations
need to consider the impact on other outstanding subscriptions before making
this choice.</t>
      </section>
      <section anchor="session-migration">
        <name>Migration</name>
        <t>MOQT requires a long-lived and stateful session. However, a service
provider needs the ability to shutdown/restart a server without waiting for all
sessions to drain naturally, as that can take days for long-form media.
MOQT enables proactively draining sessions via the GOAWAY message (<xref target="message-goaway"/>).</t>
        <t>The server sends a GOAWAY message, signaling the client to establish a new
session and migrate any active subscriptions. The GOAWAY message optionally
contains a new URI for the new session, otherwise the current URI is
reused. The server <bcp14>SHOULD</bcp14> terminate the session with 'GOAWAY Timeout' after a
sufficient timeout if there are still open subscriptions or fetches on a
connection.</t>
        <t>When the server is a subscriber, it <bcp14>SHOULD</bcp14> send a GOAWAY message to downstream
subscribers prior to any UNSUBSCRIBE messages to upstream publishers.</t>
        <t>After the client receives a GOAWAY, it's <bcp14>RECOMMENDED</bcp14> that the client waits until
there are no more active subscriptions before closing the session with NO_ERROR.
Ideally this is transparent to the application using MOQT, which involves
establishing a new session in the background and migrating active subscriptions
and announcements. The client can choose to delay closing the session if it
expects more OBJECTs to be delivered. The server closes the session with a
'GOAWAY Timeout' if the client doesn't close the session quickly enough.</t>
      </section>
      <section anchor="congestion-control">
        <name>Congestion Control</name>
        <t>MOQT does not specify a congestion controller, but there are important attributes
to consider when selecting a congestion controller for use with an application
built on top of MOQT.</t>
        <section anchor="bufferbloat">
          <name>Bufferbloat</name>
          <t>Traditional AIMD congestion controllers (ex. CUBIC <xref target="RFC9438"/> and Reno <xref target="RFC6582"/>)
are prone to Bufferbloat. Bufferbloat occurs when elements along the path build up
a substantial queue of packets, commonly more than doubling the round trip time.
These queued packets cause head-of-line blocking and latency, even when there is
no packet loss.</t>
        </section>
        <section anchor="application-limited">
          <name>Application-Limited</name>
          <t>The average bitrate for latency sensitive content needs to be less than the available
bandwidth, otherwise data will be queued and/or dropped. As such,
many MOQT applications will typically be limited by the available data to send, and
not the congestion controller. Many congestion control algorithms
only increase the congestion window or bandwidth estimate if fully utilized. This
combination can lead to underestimating the available network bandwidth. As a result,
applications might need to periodically ensure the congestion controller is not
app-limited for at least a full round trip to ensure the available bandwidth can be
measured.</t>
        </section>
        <section anchor="consistent-throughput">
          <name>Consistent Throughput</name>
          <t>Congestion control algorithms are commonly optimized for throughput, not consistency.
For example, BBR's PROBE_RTT state halves the sending rate for more than a round trip
in order to obtain an accurate minimum RTT. Similarly, Reno halves it's congestion
window upon detecting loss.  In both cases, the large reduction in sending rate might
cause issues with latency sensitive applications.</t>
        </section>
      </section>
    </section>
    <section anchor="publishing-and-retrieving-tracks">
      <name>Publishing and Retrieving Tracks</name>
      <section anchor="subscriptions">
        <name>Subscriptions</name>
        <t>A subscription can be initiated by either a publisher or a subscriber.  A
publisher initiates a subscription to a track by sending the PUBLISH message.
The subscriber either accepts or rejects the subscription using PUBLISH_OK or
PUBLISH_ERROR.  A subscriber initiates a subscription to a track by sending the
SUBSCRIBE message.  The publisher either accepts or rejects the subscription
using SUBSCRIBE_OK or SUBSCRIBE_ERROR.  Once either of these sequences is
successful, the subscription can be updated by the subscriber using
SUBSCRIBE_UPDATE, terminated by the subscriber using UNSUBSCRIBE, or terminated
by the publisher using SUBSCRIBE_DONE.</t>
        <t>All subscriptions have a Forward State which is either 0 or 1.  If the Forward
State is 0, the publisher does not send objects for the subscription.  If the
Forward State is 1, the publisher sends objects.  The initiator of the
subscription sets the initial Forward State in either PUBLISH or SUBSCRIBE.  The
sender of PUBLISH_OK can update the Forward State based on its preference.  Once
the subscription is established, the subscriber can update the Forward State by
sending SUBSCRIBE_UPDATE.</t>
        <t>Either endpoint can initiate a subscription to a track without exchanging any
prior messages other than SETUP.  Relays <bcp14>MUST NOT</bcp14> send any PUBLISH messages
without knowing the client is interested in and authorized to receive the
content. The communication of intent and authorization can be accomplished by
the client sending SUBSCRIBE_NAMESPACE, or conveyed in other mechanisms out of
band.</t>
        <t>A publisher <bcp14>MUST</bcp14> send exactly one SUBSCRIBE_OK or SUBSCRIBE_ERROR in response to
a SUBSCRIBE. It <bcp14>MUST</bcp14> send exactly one FETCH_OK or FETCH_ERROR in response to a
FETCH. A subscriber <bcp14>MUST</bcp14> send exactly one PUBLISH_OK or PUBLISH_ERROR in
response to a PUBLISH. The peer <bcp14>SHOULD</bcp14> close the session with a protocol error
if it receives more than one.</t>
        <t>A subscriber keeps subscription state until it sends UNSUBSCRIBE, or after
receipt of a SUBSCRIBE_DONE or SUBSCRIBE_ERROR. Note that SUBSCRIBE_DONE does
not usually indicate that state can immediately be destroyed, see
<xref target="message-subscribe-done"/>.</t>
        <t>A subscriber keeps FETCH state until it sends FETCH_CANCEL, receives
FETCH_ERROR, or receives a FIN or RESET_STREAM for the FETCH data stream. If the
data stream is already open, it <bcp14>MAY</bcp14> send STOP_SENDING for the data stream along
with FETCH_CANCEL, but <bcp14>MUST</bcp14> send FETCH_CANCEL.</t>
        <t>The Publisher can destroy subscription or fetch state as soon as it has received
UNSUBSCRIBE or FETCH_CANCEL, respectively. It <bcp14>MUST</bcp14> reset any open streams
associated with the SUBSCRIBE or FETCH. It can also destroy state after closing
the FETCH data stream.</t>
        <t>The publisher can immediately delete subscription state after sending
SUBSCRIBE_DONE, but <bcp14>MUST NOT</bcp14> send it until it has closed all related streams. It
can destroy all FETCH state after closing the data stream.</t>
        <t>A SUBSCRIBE_ERROR indicates no objects will be delivered, and both endpoints can
immediately destroy relevant state. Objects <bcp14>MUST NOT</bcp14> be sent for requests that
end with an error.</t>
        <t>A FETCH_ERROR indicates that both endpoints can immediately destroy state.
Since a relay can start delivering FETCH Objects from cache before determining
the result of the request, some Objects could be received even if the FETCH
results in error.</t>
        <t>The Parameters in SUBSCRIBE, PUBLISH_OK and FETCH <bcp14>MUST NOT</bcp14> cause the publisher
to alter the payload of the objects it sends, as that would violate the track
uniqueness guarantee described in <xref target="track-scope"/>.</t>
      </section>
    </section>
    <section anchor="track-discovery">
      <name>Namespace Discovery</name>
      <t>Discovery of MOQT servers is always done out-of-band. Namespace discovery can be
done in the context of an established MOQT session.</t>
      <t>Given sufficient out of band information, it is valid for a subscriber to send a
SUBSCRIBE or FETCH message to a publisher (including a relay) without any
previous MoQT messages besides SETUP. However, SUBSCRIBE_NAMESPACE, PUBLISH and
ANNOUNCE messages provide an in-band means of discovery of publishers for a
namespace.</t>
      <t>The syntax of these messages is described in <xref target="message"/>.</t>
      <section anchor="subscribing-to-namespaces">
        <name>Subscribing to Namespaces</name>
        <t>If the subscriber is aware of a namespace of interest, it can send
SUBSCRIBE_NAMESPACE to publishers/relays it has established a session with. The
recipient of this message will send any relevant ANNOUNCE, UNANNOUNCE or PUBLISH
messages for that namespace, or more specific part of that namespace.</t>
        <t>A publisher <bcp14>MUST</bcp14> send exactly one SUBSCRIBE_NAMESPACE_OK or
SUBSCRIBE_NAMESPACE_ERROR in response to a SUBSCRIBE_NAMESPACE. The subscriber
<bcp14>SHOULD</bcp14> close the session with a protocol error if it detects receiving more than
one.</t>
        <t>The receiver of a SUBSCRIBE_NAMESPACE_OK or SUBSCRIBE_NAMESPACE_ERROR ought to
forward the result to the application, so the application can decide which other
publishers to contact, if any.</t>
        <t>An UNSUBSCRIBE_NAMESPACE withdraws a previous SUBSCRIBE_NAMESPACE. It does not
prohibit original publishers from sending further ANNOUNCE or PUBLISH messages,
but relays <bcp14>MUST NOT</bcp14> send any further PUBLISH messages to a client without
knowing the client is interested in and authorized to receive the content.</t>
      </section>
      <section anchor="announcements">
        <name>Announcements</name>
        <t>A publisher <bcp14>MAY</bcp14> send ANNOUNCE messages to any subscriber. An ANNOUNCE indicates
to the subscriber that the publisher has tracks available in that namespace. A
subscriber <bcp14>MAY</bcp14> send SUBSCRIBE or FETCH for tracks in a namespace without having
received an ANNOUNCE for it.</t>
        <t>If a publisher is authoritative for a given namespace, or is a relay that has
received an authorized ANNOUNCE for that namespace from an upstream publisher,
it <bcp14>MUST</bcp14> send an ANNOUNCE to any subscriber that has subscribed to ANNOUNCE for
that namespace, or a more generic set including that namespace. A publisher <bcp14>MAY</bcp14>
send the ANNOUNCE to any other subscriber.</t>
        <t>An endpoint <bcp14>SHOULD NOT</bcp14>, however, send an ANNOUNCE advertising a namespace that
exactly matches a namespace for which the peer sent an earlier ANNOUNCE
(i.e. an ANNOUNCE ought not to be echoed back to its sender).</t>
        <t>The receiver of an ANNOUNCE_OK or ANNOUNCE_ERROR <bcp14>SHOULD</bcp14> report this to the
application to inform the search for additional subscribers for a namespace,
or abandoning the attempt to publish under this namespace. This might be
especially useful in upload or chat applications. A subscriber <bcp14>MUST</bcp14> send exactly
one ANNOUNCE_OK or ANNOUNCE_ERROR in response to an ANNOUNCE. The publisher
<bcp14>SHOULD</bcp14> close the session with a protocol error if it receives more than one.</t>
        <t>An UNANNOUNCE message withdraws a previous ANNOUNCE, although it is not a
protocol error for the subscriber to send a SUBSCRIBE or FETCH message for a
track in a namespace after receiving an UNANNOUNCE.</t>
        <t>A subscriber can send ANNOUNCE_CANCEL to revoke acceptance of an ANNOUNCE, for
example due to expiration of authorization credentials. The message enables the
publisher to ANNOUNCE again with refreshed authorization, or discard associated
state. After receiving an ANNOUNCE_CANCEL, the publisher does not send
UNANNOUNCE.</t>
        <t>While ANNOUNCE indicates to relays how to connect publishers and subscribers, it
is not a full-fledged routing protocol and does not protect against loops and
other phenomena. In particular, ANNOUNCE <bcp14>SHOULD NOT</bcp14> be used to find paths
through richly connected networks of relays.</t>
        <t>A subscriber <bcp14>MAY</bcp14> send a SUBSCRIBE or FETCH for a track to any publisher. If it
has accepted an ANNOUNCE with a namespace that exactly matches the namespace for
that track, it <bcp14>SHOULD</bcp14> only request it from the senders of those ANNOUNCE
messages.</t>
      </section>
    </section>
    <section anchor="priorities">
      <name>Priorities</name>
      <t>MoQ priorities allow a subscriber and original publisher to influence
the transmission order of Objects within a session in the presence of
congestion.</t>
      <section anchor="definitions">
        <name>Definitions</name>
        <t>MOQT maintains priorities between different <em>schedulable objects</em>.
A schedulable object in MOQT is either:</t>
        <ol spacing="normal" type="1"><li>
            <t>An object in response to a SUBSCRIBE that belongs to a subgroup where
that object is the next object in that subgroup.</t>
          </li>
          <li>
            <t>An object in response to a SUBSCRIBE that belongs to a track with
delivery preference Datagram.</t>
          </li>
          <li>
            <t>An object in response to a FETCH where that object is the next
object in the response.</t>
          </li>
        </ol>
        <t>A single subgroup or datagram has a single publisher priority. Within a
response to SUBSCRIBE, it can be useful to conceptualize this process as
scheduling subgroups or datagrams instead of individual objects on them.
FETCH responses however can contain objects with different publisher
priorities.</t>
        <t>A <em>priority number</em> is an unsigned integer with a value between 0 and 255.
A lower priority number indicates higher priority; the highest priority is 0.</t>
        <t><em>Subscriber Priority</em> is a priority number associated with an individual
request.  It is specified in the SUBSCRIBE or FETCH message, and can be
updated via SUBSCRIBE_UPDATE message.  The subscriber priority of an individual
schedulable object is the subscriber priority of the request that caused that
object to be sent. When subscriber priority is changed, a best effort <bcp14>SHOULD</bcp14> be
made to apply the change to all objects that have not been sent, but it is
implementation dependent what happens to objects that have already been
received and possibly scheduled.</t>
        <t><em>Publisher Priority</em> is a priority number associated with an individual
schedulable object.  It is specified in the header of the respective subgroup or
datagram, or in each object in a FETCH response.</t>
        <t><em>Group Order</em> is a property of an individual subscription.  It can be either
'Ascending' (groups with lower group ID are sent first), or 'Descending'
(groups with higher group ID are sent first).  The subscriber optionally
communicates its group order preference in the SUBSCRIBE message; the
publisher's preference is used if the subscriber did not express one (by
setting Group Order field to value 0x0).  The group order of an existing
subscription cannot be changed.</t>
      </section>
      <section anchor="scheduling-algorithm">
        <name>Scheduling Algorithm</name>
        <t>When an MOQT publisher has multiple schedulable objects it can choose between,
the objects <bcp14>SHOULD</bcp14> be selected as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>If two objects have different subscriber priorities associated with them,
the one with <strong>the highest subscriber priority</strong> is sent first.</t>
          </li>
          <li>
            <t>If two objects have the same subscriber priority, but different publisher
priorities, the one with <strong>the highest publisher priority</strong> is sent first.</t>
          </li>
          <li>
            <t>If two objects in response to the same request have the same subscriber
and publisher priority, but belong to two different groups of the same track,
<strong>the group order</strong> of the associated subscription is used to
decide the one that is sent first.</t>
          </li>
          <li>
            <t>If two objects in response to the same request belong to the same group of
the same track, the one with <strong>the lowest Subgroup ID</strong> (for tracks
with delivery preference Subgroup), or <strong>the lowest Object ID</strong> (for tracks
with delivery preference Datagram) is sent first.</t>
          </li>
        </ol>
        <t>The definition of "sent first" in the algorithm is implementation dependent and
is constrained by the prioritization interface of the underlying transport.
For some implementations, it could mean that the object is serialized and
passed to the underlying transport first.  In other implementations, it can
control the order packets are initially transmitted.</t>
        <t>This algorithm does not provide a well-defined ordering for objects that belong
to different subscriptions or FETCH responses, but have the same subscriber and
publisher priority.  The ordering in those cases is implementation-defined,
though the expectation is that all subscriptions will be able to send some data.</t>
        <t>Given the critical nature of control messages and their relatively
small size, the control stream <bcp14>SHOULD</bcp14> be prioritized higher than all
subscribed Objects.</t>
      </section>
      <section anchor="considerations-for-setting-priorities">
        <name>Considerations for Setting Priorities</name>
        <t>For downstream subscriptions, relays <bcp14>SHOULD</bcp14> respect the subscriber and original
publisher's priorities.  Relays can receive subscriptions with conflicting
subscriber priorities or Group Order preferences.  Relays <bcp14>SHOULD NOT</bcp14> directly
use Subscriber Priority or Group Order from incoming subscriptions for upstream
subscriptions. Relays' use of these fields for upstream subscriptions can be
based on factors specific to it, such as the popularity of the content or
policy, or relays can specify the same value for all upstream subscriptions.</t>
        <t>MoQ Sessions can span multiple namespaces, and priorities might not
be coordinated across namespaces.  The subscriber's priority is
considered first, so there is a mechanism for a subscriber to fix
incompatibilities between different namespaces prioritization schemes.
Additionally, it is anticipated that when multiple namespaces
are present within a session, the namespaces could be coordinating,
possibly part of the same application.  In cases when pooling among
namespaces is expected to cause issues, multiple MoQ sessions, either
within a single connection or on multiple connections can be used.</t>
        <t>Implementations that have a default priority <bcp14>SHOULD</bcp14> set it to a value in
the middle of the range (eg: 128) to allow non-default priorities to be
set either higher or lower.</t>
      </section>
    </section>
    <section anchor="relays-moq">
      <name>Relays</name>
      <t>Relays are leveraged to enable distribution scale in the MoQ
architecture. Relays can be used to form an overlay delivery network,
similar in functionality to Content Delivery Networks
(CDNs). Additionally, relays serve as policy enforcement points by
validating subscribe and publish requests at the edge of a network.</t>
      <t>Relays are endpoints, which means they terminate Transport Sessions in order to
have visibility of MoQ Object metadata.</t>
      <section anchor="caching-relays">
        <name>Caching Relays</name>
        <t>Relays <bcp14>MAY</bcp14> cache Objects, but are not required to.</t>
        <t>A caching relay saves Objects to its cache identified by the Object's Full Track
Name, Group ID and Object ID. If multiple objects are received with the same
Full Track Name, Group ID and Object ID, Relays <bcp14>MAY</bcp14> ignore subsequently received
Objects or <bcp14>MAY</bcp14> use them to update certain cached fields. Implementations that
update the cache need to protect against cache poisoning.  The only Object
fields that can be updated are the following:</t>
        <ol spacing="normal" type="1"><li>
            <t>Object Status can transition from any status to Object Does Not Exist in
cases where the object is no longer available.  Transitions between Normal,
End of Group and End of Track are invalid.</t>
          </li>
          <li>
            <t>Object Header Extensions can be added, removed or updated, subject
to the constraints of the specific header extension.</t>
          </li>
        </ol>
        <t>An endpoint that receives a duplicate Object with an invalid Object Status
change, or a Forwarding Preference, Subgroup ID, Priority or Payload that
differ from a previous version <bcp14>MUST</bcp14> treat the track as Malformed.</t>
        <t>Note that due to reordering, an implementation can receive a duplicate Object
with a status of Normal, End of Group or End of Track after receiving a
previous status of Object Not Exists.  The endpoint <bcp14>SHOULD NOT</bcp14> cache or
forward the duplicate object in this case.</t>
        <t>A cache <bcp14>MUST</bcp14> store all properties of an Object defined in
<xref target="object-properties"/>, with the exception of any extensions
(<xref target="object-extensions"/>) that specify otherwise.</t>
      </section>
      <section anchor="subscriber-interactions">
        <name>Subscriber Interactions</name>
        <t>Subscribers subscribe to tracks by sending a SUBSCRIBE
(<xref target="message-subscribe-req"/>) control message for each track of
interest. Relays <bcp14>MUST</bcp14> ensure subscribers are authorized to access the
content associated with the track. The authorization
information can be part of subscription request itself or part of the
encompassing session. The specifics of how a relay authorizes a user are outside
the scope of this specification.</t>
        <t>The relay <bcp14>MUST</bcp14> have an established upstream subscription before sending
SUBSCRIBE_OK in response to a downstream SUBSCRIBE.  If a relay does not have
sufficient information to send a FETCH_OK immediately in response to a FETCH, it
<bcp14>MUST</bcp14> withhold sending FETCH_OK until it does.</t>
        <t>For successful subscriptions, the publisher maintains a list of
subscribers for each track. Each new Object belonging to the
track within the subscription range is forwarded to each active
subscriber, dependent on the congestion response.</t>
        <t>Relays <bcp14>MUST</bcp14> be able to process objects for the same Full Track Name from
multiple publishers and forward objects to active matching subscriptions.  The
same object <bcp14>SHOULD NOT</bcp14> be forwarded more than once on the same subscription.</t>
        <t>A relay <bcp14>MUST NOT</bcp14> reorder or drop objects received on a multi-object stream when
forwarding to subscribers, unless it has application specific information.</t>
        <t>Relays <bcp14>MAY</bcp14> aggregate authorized subscriptions for a given track when
multiple subscribers request the same track. Subscription aggregation
allows relays to make only a single upstream subscription for the
track. The published content received from the upstream subscription
request is cached and shared among the pending subscribers.
Because SUBSCRIBE_UPDATE only allows narrowing a subscription, relays that
aggregate upstream subscriptions can subscribe using the Largest Object
filter to avoid churn as downstream subscribers with disparate filters
subscribe and unsubscribe from a track.</t>
        <section anchor="graceful-subscriber-relay-switchover">
          <name>Graceful Subscriber Relay Switchover</name>
          <t>This section describes behavior a subscriber <bcp14>MAY</bcp14> implement
to allow for a better user experience when a relay sends a GOAWAY.</t>
          <t>When a subscriber receives the GOAWAY message, it starts the process
of connecting to a new relay and sending the SUBSCRIBE requests for
all active subscriptions to the new relay. The new relay will send a
response to the subscribes and if they are successful, the subscriptions
to the old relay can be stopped with an UNSUBSCRIBE.</t>
        </section>
      </section>
      <section anchor="publisher-interactions">
        <name>Publisher Interactions</name>
        <t>There are two ways to publish through a relay:</t>
        <ol spacing="normal" type="1"><li>
            <t>Send a PUBLISH message for a specific Track to the relay. The relay <bcp14>MAY</bcp14>
respond with PUBLISH_OK in Forward State=0 until there are known subscribers for
new tracks.</t>
          </li>
          <li>
            <t>Send an ANNOUNCE message for a Track Namespace to the relay. This enables the
relay to send SUBSCRIBE messages to publishers for Tracks in this Namespace in
response to received SUBSCRIBE messages.</t>
          </li>
        </ol>
        <t>Relays <bcp14>MUST</bcp14> verify that publishers are authorized to publish the set of tracks
whose Track Namespace matches the namespace in
an ANNOUNCE, or the Full Track Name in PUBLISH. The authorization and
identification of the publisher depends on the way the relay is managed
and is application specific.</t>
        <t>A Relay can receive announcements for the same Track Namespace or PUBLISH
messages for the same Track from multiple publishers and is expected to treat
them uniformly.</t>
        <t>When a publisher wants to stop new subscriptions for an announced namespace it
sends an UNANNOUNCE. A subscriber indicates it will no longer subcribe to tracks
in a namespace it previously responded ANNOUNCE_OK to by sending an
ANNOUNCE_CANCEL.</t>
        <t>A relay manages sessions from multiple publishers and subscribers, connecting
them based on the Track Namespace or Full Track Name.  Prefix matching is used
to determine which publishers receive a SUBSCRIBE or which subscribers receive a
PUBLISH. For example, a SUBSCRIBE namespace=(foo,bar), track=x message will be
forwarded to the sessions that sent ANNOUNCE namespace=(foo) and ANNOUNCE
namespace=(foo, bar) respectively, but not one that sent ANNOUNCE
namespace=(foobar).  Relays <bcp14>MUST</bcp14> forward SUBSCRIBE messages to all publishers
and ANNOUNCE and PUBLISH messages to all subscribers that have a namespace
prefix match.</t>
        <t>When a relay receives an incoming SUBSCRIBE that triggers an upstream
subscription, it <bcp14>SHOULD</bcp14> send a SUBSCRIBE request to each publisher that has
announced the subscription's namespace or prefix thereof, unless it already has
an active subscription for the Objects requested by the incoming SUBSCRIBE
request from all available publishers.  If it already has a matching upstream
subscription in Forward State=0, it <bcp14>SHOULD</bcp14> send a SUBSCRIBE_UDPATE with
Forward=1 to all publishers.</t>
        <t>When a relay receives an incoming PUBLISH message, it <bcp14>MUST</bcp14> send a PUBLISH
request to each subscriber that has subscribed (via SUBSCRIBE_NAMESPACE)
to the track's namespace or prefix thereof.</t>
        <t>When a relay receives an incoming ANNOUNCE for a given namespace, for
each active upstream subscription that matches that namespace, it <bcp14>SHOULD</bcp14> send a
SUBSCRIBE to the publisher that sent the ANNOUNCE.  When it receives an incoming
PUBLISH message for a track that has active subscribers, it <bcp14>SHOULD</bcp14> respond
with PUBLISH_OK with Forward State=1.</t>
        <t>Relays use the Track Alias (<xref target="track-alias"/>) of an incoming Object to identify
its track and find the active subscribers. Relays <bcp14>MUST</bcp14> forward Objects to
matching subscribers in accordance to each subscription's priority, group order,
and delivery timeout.</t>
        <t>If an upstream session is closed due to an unknown or invalid control message
or Object, the relay <bcp14>MUST NOT</bcp14> continue to propagate that message or Object
downstream, because it would enable a single session to close unrelated
sessions.</t>
        <section anchor="graceful-publisher-network-switchover">
          <name>Graceful Publisher Network Switchover</name>
          <t>This section describes a behavior that a publisher <bcp14>MAY</bcp14>
choose to implement to allow for a better user experience when
switching between networks, such as WiFi to Cellular or vice versa.</t>
          <t>If the original publisher detects it is likely to need to switch networks, for
example because the WiFi signal is getting weaker, and it does not have QUIC
connection migration available, it establishes a new session over the new
interface and sends ANNOUNCE and/or PUBLISH messages. The relay will establish
subscriptions and the publisher publishes objects on both sessions.  Once the
subscriptions have migrated over to session on the new network, the publisher
can stop publishing objects on the old network. The relay will drop duplicate
objects received on both subscriptions.  Ideally, the subscriptions downstream
from the relay do no observe this change, and keep receiving the objects on the
same subscription.</t>
        </section>
        <section anchor="graceful-publisher-relay-switchover">
          <name>Graceful Publisher Relay Switchover</name>
          <t>This section describes a behavior that a publisher <bcp14>MAY</bcp14> choose to implement
to allow for a better user experience when a relay sends them a GOAWAY.</t>
          <t>When a publisher receives a GOAWAY, it starts the process of connecting to a new
relay and sends ANNOUNCE and/or PUBLISH messages, but it does not immediately
stop publishing objects to the old relay. The new relay will establish
subscriptions and the publisher can start sending new objects to the new relay
instead of the old relay. Once objects are going to the new relay, the
announcements and subscriptions to the old relay can be withdrawn or terminated.</t>
        </section>
      </section>
      <section anchor="relay-object-handling">
        <name>Relay Object Handling</name>
        <t>MOQT encodes the delivery information via Object headers
(<xref target="message-object"/>).  A relay <bcp14>MUST NOT</bcp14> modify Object properties when
forwarding, except for Object Extension Headers as specified in
<xref target="object-extensions"/>.</t>
        <t>A relay <bcp14>MUST</bcp14> treat the object payload as opaque.  A relay <bcp14>MUST NOT</bcp14>
combine, split, or otherwise modify object payloads.  A relay <bcp14>SHOULD</bcp14>
prioritize sending Objects based on <xref target="priorities"/>.</t>
        <t>A publisher <bcp14>SHOULD</bcp14> begin sending incomplete objects when available to
avoid incurring additional latency.</t>
        <t>A relay that reads from one stream and writes to another in order can
introduce head-of-line blocking.  Packet loss will cause stream data to
be buffered in the library, awaiting in-order delivery, which could
increase latency over additional hops.  To mitigate this, a relay <bcp14>MAY</bcp14>
read and write stream data out of order subject to flow control
limits.  See section 2.2 in <xref target="QUIC"/>.</t>
      </section>
    </section>
    <section anchor="message">
      <name>Control Messages</name>
      <t>MOQT uses a single bidirectional stream to exchange control messages, as
defined in <xref target="session-init"/>.  Every single message on the control stream is
formatted as follows:</t>
      <figure anchor="moq-transport-message-format">
        <name>MOQT Message</name>
        <artwork><![CDATA[
MOQT Control Message {
  Message Type (i),
  Message Length (16),
  Message Payload (..),
}
]]></artwork>
      </figure>
      <t>The following Message Types are defined:</t>
      <table>
        <thead>
          <tr>
            <th align="right">ID</th>
            <th align="left">Messages</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">0x01</td>
            <td align="left">RESERVED (SETUP for version 00)</td>
          </tr>
          <tr>
            <td align="right">0x40</td>
            <td align="left">RESERVED (CLIENT_SETUP for versions &lt;= 10)</td>
          </tr>
          <tr>
            <td align="right">0x41</td>
            <td align="left">RESERVED (SERVER_SETUP for versions &lt;= 10)</td>
          </tr>
          <tr>
            <td align="right">0x20</td>
            <td align="left">CLIENT_SETUP (<xref target="message-setup"/>)</td>
          </tr>
          <tr>
            <td align="right">0x21</td>
            <td align="left">SERVER_SETUP (<xref target="message-setup"/>)</td>
          </tr>
          <tr>
            <td align="right">0x10</td>
            <td align="left">GOAWAY (<xref target="message-goaway"/>)</td>
          </tr>
          <tr>
            <td align="right">0x15</td>
            <td align="left">MAX_REQUEST_ID (<xref target="message-max-request-id"/>)</td>
          </tr>
          <tr>
            <td align="right">0x1A</td>
            <td align="left">REQUESTS_BLOCKED (<xref target="message-requests-blocked"/>)</td>
          </tr>
          <tr>
            <td align="right">0x3</td>
            <td align="left">SUBSCRIBE (<xref target="message-subscribe-req"/>)</td>
          </tr>
          <tr>
            <td align="right">0x4</td>
            <td align="left">SUBSCRIBE_OK (<xref target="message-subscribe-ok"/>)</td>
          </tr>
          <tr>
            <td align="right">0x5</td>
            <td align="left">SUBSCRIBE_ERROR (<xref target="message-subscribe-error"/>)</td>
          </tr>
          <tr>
            <td align="right">0x2</td>
            <td align="left">SUBSCRIBE_UPDATE (<xref target="message-subscribe-update"/>)</td>
          </tr>
          <tr>
            <td align="right">0xA</td>
            <td align="left">UNSUBSCRIBE (<xref target="message-unsubscribe"/>)</td>
          </tr>
          <tr>
            <td align="right">0xB</td>
            <td align="left">SUBSCRIBE_DONE (<xref target="message-subscribe-done"/>)</td>
          </tr>
          <tr>
            <td align="right">0x1D</td>
            <td align="left">PUBLISH  (<xref target="message-publish"/>)</td>
          </tr>
          <tr>
            <td align="right">0x1E</td>
            <td align="left">PUBLISH_OK (<xref target="message-publish-ok"/>)</td>
          </tr>
          <tr>
            <td align="right">0x1F</td>
            <td align="left">PUBLISH_ERROR (<xref target="message-publish-error"/>)</td>
          </tr>
          <tr>
            <td align="right">0x16</td>
            <td align="left">FETCH (<xref target="message-fetch"/>)</td>
          </tr>
          <tr>
            <td align="right">0x18</td>
            <td align="left">FETCH_OK (<xref target="message-fetch-ok"/>)</td>
          </tr>
          <tr>
            <td align="right">0x19</td>
            <td align="left">FETCH_ERROR (<xref target="message-fetch-error"/>)</td>
          </tr>
          <tr>
            <td align="right">0x17</td>
            <td align="left">FETCH_CANCEL (<xref target="message-fetch-cancel"/>)</td>
          </tr>
          <tr>
            <td align="right">0xD</td>
            <td align="left">TRACK_STATUS (<xref target="message-track-status"/>)</td>
          </tr>
          <tr>
            <td align="right">0xE</td>
            <td align="left">TRACK_STATUS_OK (<xref target="message-track-status-ok"/></td>
          </tr>
          <tr>
            <td align="right">0xF</td>
            <td align="left">TRACK_STATUS_ERROR (<xref target="message-track-status-error"/>)</td>
          </tr>
          <tr>
            <td align="right">0x6</td>
            <td align="left">ANNOUNCE  (<xref target="message-announce"/>)</td>
          </tr>
          <tr>
            <td align="right">0x7</td>
            <td align="left">ANNOUNCE_OK (<xref target="message-announce-ok"/>)</td>
          </tr>
          <tr>
            <td align="right">0x8</td>
            <td align="left">ANNOUNCE_ERROR (<xref target="message-announce-error"/>)</td>
          </tr>
          <tr>
            <td align="right">0x9</td>
            <td align="left">UNANNOUNCE  (<xref target="message-unannounce"/>)</td>
          </tr>
          <tr>
            <td align="right">0xC</td>
            <td align="left">ANNOUNCE_CANCEL (<xref target="message-announce-cancel"/>)</td>
          </tr>
          <tr>
            <td align="right">0x11</td>
            <td align="left">SUBSCRIBE_NAMESPACE (<xref target="message-subscribe-ns"/>)</td>
          </tr>
          <tr>
            <td align="right">0x12</td>
            <td align="left">SUBSCRIBE_NAMESPACE_OK (<xref target="message-sub-ns-ok"/>)</td>
          </tr>
          <tr>
            <td align="right">0x13</td>
            <td align="left">SUBSCRIBE_NAMESPACE_ERROR (<xref target="message-sub-ns-error"/></td>
          </tr>
          <tr>
            <td align="right">0x14</td>
            <td align="left">UNSUBSCRIBE_NAMESPACE (<xref target="message-unsub-ns"/>)</td>
          </tr>
        </tbody>
      </table>
      <t>An endpoint that receives an unknown message type <bcp14>MUST</bcp14> close the session.
Control messages have a length to make parsing easier, but no control messages
are intended to be ignored. The length is set to the number of bytes in Message
Payload, which is defined by each message type.  If the length does not match
the length of the Message Payload, the receiver <bcp14>MUST</bcp14> close the session with
Protocol Violation.</t>
      <section anchor="request-id">
        <name>Request ID</name>
        <t>Most MOQT control messages contain a session specific Request ID.  The Request
ID correlates requests and responses, allows endpoints to update or terminate
ongoing requests, and supports the endpoint's ability to limit the concurrency
and frequency of requests.  There are independent Request IDs for each endpoint.
The client's Request ID starts at 0 and are even and the server's Request ID
starts at 1 and are odd.  The Request ID increments by 2 with ANNOUNCE, FETCH,
SUBSCRIBE, SUBSCRIBE_NAMESPACE or TRACK_STATUS request.  If an endpoint receives
a Request ID that is not valid for the peer, or a new request with a Request ID
that is not expected, it <bcp14>MUST</bcp14> close the session with <tt>Invalid Request ID</tt>.</t>
      </section>
      <section anchor="params">
        <name>Parameters</name>
        <t>Some messages include a Parameters field that encodes optional message
elements.</t>
        <t>Senders <bcp14>MUST NOT</bcp14> repeat the same parameter type in a message unless the
parameter definition explicitly allows multiple instances of that type to
be sent in a single message. Receivers <bcp14>SHOULD</bcp14> check that there are no
unauthorized duplicate parameters and close the session as a
'Protocol Violation' if found.  Receivers <bcp14>MUST</bcp14> allow duplicates of unknown
parameters.</t>
        <t>Receivers ignore unrecognized parameters.</t>
        <t>The number of parameters in a message is not specifically limited, but the
total length of a control message is limited to 2^16-1 bytes.</t>
        <t>Parameters are serialized as Key-Value-Pairs <xref target="moq-key-value-pair"/>.</t>
        <t>Setup message parameters use a namespace that is constant across all MoQ
Transport versions. All other messages use a version-specific namespace.
For example, the integer '1' can refer to different parameters for Setup
messages and for all other message types. SETUP message parameter types
are defined in <xref target="setup-params"/>. Version-specific parameter types are defined
in <xref target="version-specific-params"/>.</t>
        <section anchor="version-specific-params">
          <name>Version Specific Parameters</name>
          <t>Each version-specific parameter definition indicates the message types in which
it can appear. If it appears in some other type of message, it <bcp14>MUST</bcp14> be ignored.
Note that since Setup parameters use a separate namespace, it is impossible for
these parameters to appear in Setup messages.</t>
          <section anchor="authorization-token">
            <name>AUTHORIZATION TOKEN</name>
            <t>The AUTHORIZATION TOKEN parameter (Parameter Type 0x03) <bcp14>MAY</bcp14> appear in a
CLIENT_SETUP, SERVER_SETUP, SUBSCRIBE, SUBSCRIBE_NAMESPACE, ANNOUNCE,
TRACK_STATUS or FETCH message. This parameter conveys information to authorize
the sender to perform the operation carrying the parameter.</t>
            <t>The AUTHORIZATION TOKEN parameter <bcp14>MAY</bcp14> be repeated within a message.</t>
            <t>The parameter value is a Token structure containing an optional Session-specific
Alias. The Alias allows the sender to reference a previously transmitted Token
Type and Token Value in future messages. The Token structure is serialized as
follows:</t>
            <figure anchor="moq-token">
              <name>Token structure</name>
              <artwork><![CDATA[
Token {
  Alias Type (i),
  [Token Alias (i),]
  [Token Type (i),]
  [Token Value (..)]
}
]]></artwork>
            </figure>
            <ul spacing="normal">
              <li>
                <t>Alias Type - an integer defining both the serialization and the processing
behavior of the receiver. This Alias type has the following code points:</t>
              </li>
            </ul>
            <table>
              <thead>
                <tr>
                  <th align="right">Code</th>
                  <th align="left">Name</th>
                  <th align="left">Serialization and behavior</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="right">0x0</td>
                  <td align="left">DELETE</td>
                  <td align="left">There is an Alias but no Type or Value. This Alias</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">and the Token Value it was previously associated with</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">
                    <bcp14>MUST</bcp14> be retired. Retiring removes them from the pool</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">of actively registered tokens.</td>
                </tr>
                <tr>
                  <td align="right">0x1</td>
                  <td align="left">REGISTER</td>
                  <td align="left">There is an Alias, a Type and a Value. This Alias</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">
                    <bcp14>MUST</bcp14> be associated with the Token Value for the</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">duration of the Session or it is deleted. This action</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">is termed "registering" the Token.</td>
                </tr>
                <tr>
                  <td align="right">0x2</td>
                  <td align="left">USE_ALIAS</td>
                  <td align="left">There is an Alias but no Type or Value. Use the Token</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">Type and Value previously registered with this Alias.</td>
                </tr>
                <tr>
                  <td align="right">0x3</td>
                  <td align="left">USE_VALUE</td>
                  <td align="left">There is no Alias and there is a Type and Value. Use</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">the Token Value as provided. The Token Value may be</td>
                </tr>
                <tr>
                  <td align="right"> </td>
                  <td align="left"> </td>
                  <td align="left">discarded after processing.</td>
                </tr>
              </tbody>
            </table>
            <ul spacing="normal">
              <li>
                <t>Token Alias - a Session-specific integer identifier that references a Token
Value. There are separate Alias spaces for the client and server (e.g.: they
can each register Alias=1). Once a Token Alias has been registered, it cannot
be re-registered by the same sender in the Session without first being
deleted. Use of the Token Alias is optional.</t>
              </li>
              <li>
                <t>Token Type - a numeric identifier for the type of Token payload being
transmitted. This type is defined by the IANA table "MOQT Auth Token Type" (see
<xref target="iana"/>). Type 0 is reserved to indicate that the type is not defined in the
table and is negotiated out-of-band between client and receiver.</t>
              </li>
              <li>
                <t>Token Value - the payload of the Token. The contents and serialization of this
payload are defined by the Token Type.</t>
              </li>
            </ul>
            <t>If the Token structure cannot be decoded, the receiver <bcp14>MUST</bcp14> close the Session
with Key-Value Formatting error.  The receiver of a message attempting to
register an Alias which is already registered <bcp14>MUST</bcp14> close the Session with
<tt>Duplicate Auth Token Alias</tt>. The receiver of a message referencing an Alias
that is not currently registered <bcp14>MUST</bcp14> reject the message with <tt>Unknown Auth
Token Alias</tt>.</t>
            <t>The receiver of a message containing a well-formed Token structure but otherwise
invalid AUTHORIZATION TOKEN parameter <bcp14>MUST</bcp14> reject that message with an
<tt>Malformed Auth Token</tt> error.</t>
            <t>The receiver of a message carrying an AUTHORIZATION TOKEN with Alias Type
REGISTER that does not result in a Session error <bcp14>MUST</bcp14> register the Token Alias,
in the token cache, even if the message fails for other reasons, including
<tt>Unauthorized</tt>.  This allows senders to pipeline messages that refer to
previously registered tokens without potentially terminating the entire Session.
A receiver <bcp14>MAY</bcp14> store an error code (eg: Unauthorized or Malformed Auth Token) in
place of the Token Type and Token Alias if any future message referencing the
Token Alias will result in that error. The size of a registered cache entry
includes the length of the Token Value, regardless of whether it is stored.</t>
            <t>If a receiver detects that an authorization token has expired, it <bcp14>MUST</bcp14> retain
the registered Alias until it is deleted by the sender, though it <bcp14>MAY</bcp14> discard
other state associated with the token that is no longer needed.  Expiration does
not affect the size occupied by a token in the token cache.  Any message that
references the token with Alias Type USE_ALIAS fails with <tt>Expired Auth Token</tt>.</t>
            <t>Using an Alias to refer to a previously registered Token Type and Value is for
efficiency only and has the same effect as if the Token Type and Value was
included directly.  Retiring an Alias that was previously used to authorize a
message has no retroactive effect on the original authorization, nor does it
prevent that same Token Type and Value from being re-registered.</t>
            <t>Senders of tokens <bcp14>SHOULD</bcp14> only register tokens which they intend to re-use during
the Session and <bcp14>SHOULD</bcp14> retire previously registered tokens once their utility
has passed.</t>
            <t>By registering a Token, the sender is requiring the receiver to store the Token
Alias and Token Value until they are deleted, or the Session ends. The receiver
can protect its resources by sending a SETUP parameter defining the
MAX_AUTH_TOKEN_CACHE_SIZE limit (see <xref target="max-auth-token-cache-size"/>) it is
willing to accept. If a registration is attempted which would cause this limit
to be exceeded, the receiver <bcp14>MUST</bcp14> termiate the Session with a <tt>Auth Token Cache
Overflow</tt> error.</t>
          </section>
          <section anchor="delivery-timeout">
            <name>DELIVERY TIMEOUT Parameter</name>
            <t>The DELIVERY TIMEOUT parameter (Parameter Type 0x02) <bcp14>MAY</bcp14> appear in a
TRACK_STATUS, SUBSCRIBE, SUBSCRIBE_OK, or SUBSCRIBE_UDPATE message.
It is the duration in milliseconds the relay <bcp14>SHOULD</bcp14> continue to attempt
forwarding Objects after they have been received.  The start time for the
timeout is based on when the beginning of the Object is received, and does
not depend upon the forwarding preference. There is no explicit signal that
an Object was not sent because the delivery timeout was exceeded.</t>
            <t>If both the subscriber and publisher specify the parameter, they use the min of
the two values for the subscription.  The publisher <bcp14>SHOULD</bcp14> always specify the
value received from an upstream subscription when there is one, and nothing
otherwise.  If an Object with a smaller ID arrives later than subsequent
Objects, relays can consider its receipt time as that of the Object with the
next larger Location, with the assumption that the Objects were reordered.</t>
            <t>Publishers can, at their discretion, discontinue forwarding Objects earlier than
the negotiated DELIVERY TIMEOUT, subject to stream closure and ordering
constraints described in <xref target="closing-subgroup-streams"/>.  However, if neither the
subscriber or publisher specify DELIVERY TIMEOUT, all Objects in the track
matching the subscription filter are delivered as indicated by their Group Order
and Priority.  If a subscriber fails to consume Objects at a sufficient rate,
causing the publisher to exceed its resource limits, the publisher <bcp14>MAY</bcp14> terminate
the subscription with error 'Too Far Behind'.</t>
            <t>If an object in a subgroup exceeds the delivery timeout, the publisher <bcp14>MUST</bcp14>
reset the underlying transport stream (see <xref target="closing-subgroup-streams"/>).</t>
            <t>When sent by a subscriber, this parameter is intended to be specific to a
subscription, so it <bcp14>SHOULD NOT</bcp14> be forwarded upstream by a relay that intends
to serve multiple subscriptions for the same track.</t>
            <t>Publishers <bcp14>SHOULD</bcp14> consider whether the entire Object is likely to be delivered
before sending any data for that Object, taking into account priorities,
congestion control, and any other relevant information.</t>
          </section>
          <section anchor="max-cache-duration">
            <name>MAX CACHE DURATION Parameter</name>
            <t>The MAX_CACHE_DURATION parameter (Parameter Type 0x04) <bcp14>MAY</bcp14> appear in a
SUBSCRIBE_OK, FETCH_OK or TRACK_STATUS message.  It is an integer expressing
the number of milliseconds an object can be served from a cache. If present,
the relay <bcp14>MUST NOT</bcp14> start forwarding any individual Object received through
this subscription or fetch after the specified number of milliseconds has
elapsed since the beginning of the Object was received.  This means Objects
earlier in a multi-object stream will expire earlier than Objects later in the
stream. Once Objects have expired from cache, their state becomes unknown, and
a relay that handles a downstream request that includes those Objects
re-requests them.</t>
          </section>
        </section>
      </section>
      <section anchor="message-setup">
        <name>CLIENT_SETUP and SERVER_SETUP</name>
        <t>The <tt>CLIENT_SETUP</tt> and <tt>SERVER_SETUP</tt> messages are the first messages exchanged
by the client and the server; they allow the endpoints to establish the mutually
supported version and agree on the initial configuration before any objects are
exchanged. It is a sequence of key-value pairs called Setup parameters; the
semantics and format of which can vary based on whether the client or server is
sending.  To ensure future extensibility of MOQT, endpoints <bcp14>MUST</bcp14> ignore unknown
setup parameters. TODO: describe GREASE for those.</t>
        <t>The wire format of the Setup messages are as follows:</t>
        <figure anchor="moq-transport-setup-format">
          <name>MOQT Setup Messages</name>
          <artwork><![CDATA[
CLIENT_SETUP Message {
  Type (i) = 0x20,
  Length (16),
  Number of Supported Versions (i),
  Supported Versions (i) ...,
  Number of Parameters (i),
  Setup Parameters (..) ...,
}

SERVER_SETUP Message {
  Type (i) = 0x21,
  Length (16),
  Selected Version (i),
  Number of Parameters (i),
  Setup Parameters (..) ...,
}
]]></artwork>
        </figure>
        <t>The available versions and Setup parameters are detailed in the next sections.</t>
        <section anchor="setup-versions">
          <name>Versions</name>
          <t>MOQT versions are a 32-bit unsigned integer, encoded as a varint.
This version of the specification is identified by the number 0x00000001.
Versions with the most significant 16 bits of the version number cleared are
reserved for use in future IETF consensus documents.</t>
          <t>The client offers the list of the protocol versions it supports; the
server <bcp14>MUST</bcp14> reply with one of the versions offered by the client. If the
server does not support any of the versions offered by the client, or
the client receives a server version that it did not offer, the
corresponding peer <bcp14>MUST</bcp14> close the session with <tt>Version Negotiation Failed</tt>.</t>
          <t>[[RFC editor: please remove the remainder of this section before
publication.]]</t>
          <t>The version number for the final version of this specification (0x00000001), is
reserved for the version of the protocol that is published as an RFC.
Version numbers used to identify IETF drafts are created by adding the draft
number to 0xff000000. For example, draft-ietf-moq-transport-13 would be
identified as 0xff00000D.</t>
        </section>
        <section anchor="setup-params">
          <name>Setup Parameters</name>
          <section anchor="path">
            <name>PATH</name>
            <t>The PATH parameter (Parameter Type 0x01) allows the client to specify the path
of the MoQ URI when using native QUIC (<xref target="QUIC"/>).  It <bcp14>MUST NOT</bcp14> be used by
the server, or when WebTransport is used.  When a PATH parameter is received
from a server, or when a PATH parameter is received while WebTransport is used,
or when a PATH parameter is received by a server but the server does not
support the specified path, the session <bcp14>MUST</bcp14> be closed with Invalid Path.</t>
            <t>The PATH parameter follows the URI formatting rules <xref target="RFC3986"/>.
When connecting to a server using a URI with the "moqt" scheme, the
client <bcp14>MUST</bcp14> set the PATH parameter to the <tt>path-abempty</tt> portion of the
URI; if <tt>query</tt> is present, the client <bcp14>MUST</bcp14> concatenate <tt>?</tt>, followed by
the <tt>query</tt> portion of the URI to the parameter. If a PATH does not conform to
these rules, the session <bcp14>MUST</bcp14> be closed with Malformed Path.</t>
          </section>
          <section anchor="max-request-id">
            <name>MAX_REQUEST_ID</name>
            <t>The MAX_REQUEST_ID parameter (Parameter Type 0x02) communicates an initial
value for the Maximum Request ID to the receiving endpoint. The default
value is 0, so if not specified, the peer <bcp14>MUST NOT</bcp14> send requests.</t>
          </section>
          <section anchor="max-auth-token-cache-size">
            <name>MAX_AUTH_TOKEN_CACHE_SIZE</name>
            <t>The MAX_AUTH_TOKEN_CACHE_SIZE parameter (Parameter Type 0x04) communicates the
maximum size in bytes of all actively registered Authorization tokens that the
server is willing to store per Session. This parameter is optional. The default
value is 0 which prohibits the use of token Aliases.</t>
            <t>The token size is calculated as 16 bytes + the size of the Token Value field
(see <xref target="moq-token"/>). The total size as restricted by the
MAX_AUTH_TOKEN_CACHE_SIZE parameter is calculated as the sum of the token sizes
for all registered tokens (Alias Type value of 0x01) minus the sum of the token
sizes for all deregistered tokens (Alias Type value of 0x00), since Session
initiation.</t>
          </section>
          <section anchor="setup-auth-token">
            <name>AUTHORIZATION TOKEN</name>
            <t>See <xref target="authorization-token"/>.  The endpoint can specify one or more tokens in
CLIENT_SETUP or SERVER_SETUP that the peer can use to authorize MOQT session
establishment.</t>
            <t>If a server receives an AUTHORIZATION TOKEN parameter in CLIENT_SETUP with Alias
Type REGISTER_TOKEN that exceeds its MAX_AUTH_TOKEN_CACHE_SIZE, it <bcp14>MUST NOT</bcp14> fail
the session with <tt>Auth Token Cache Overflow</tt>.  Instead, it <bcp14>MUST</bcp14> treat the
parameter as Alias Type USE_VALUE.  A client <bcp14>MUST</bcp14> handle registration failures
of this kind by purging any Token Aliases that failed to register based on the
MAX_AUTH_TOKEN_CACHE_SIZE parameter in SERVER_SETUP (or the default value of 0).</t>
          </section>
        </section>
      </section>
      <section anchor="message-goaway">
        <name>GOAWAY</name>
        <t>An endpoint sends a <tt>GOAWAY</tt> message to inform the peer it intends to close
the session soon.  Servers can use GOAWAY to initiate session migration
(<xref target="session-migration"/>) with an optional URI.</t>
        <t>The GOAWAY message does not impact subscription state. A subscriber
<bcp14>SHOULD</bcp14> individually UNSUBSCRIBE for each existing subscription, while a
publisher <bcp14>MAY</bcp14> reject new requests while in the draining state.</t>
        <t>Upon receiving a GOAWAY, an endpoint <bcp14>SHOULD NOT</bcp14> initiate new requests to
the peer including SUBSCRIBE, PUBLISH, FETCH, ANNOUNCE and SUBSCRIBE_NAMESPACE.</t>
        <t>The endpoint <bcp14>MUST</bcp14> terminate the session with a Protocol Violation
(<xref target="session-termination"/>) if it receives multiple GOAWAY messages.</t>
        <figure anchor="moq-transport-goaway-format">
          <name>MOQT GOAWAY Message</name>
          <artwork><![CDATA[
GOAWAY Message {
  Type (i) = 0x10,
  Length (16),
  New Session URI Length (i),
  New Session URI (..),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>New Session URI: When received by a client, indicates where the client can
connect to continue this session.  The client <bcp14>MUST</bcp14> use this URI for the new
session if provided. If the URI is zero bytes long, the current URI is reused
instead. The new session URI <bcp14>SHOULD</bcp14> use the same scheme
as the current URL to ensure compatibility.  The maxmimum length of the New
Session URI is 8,192 bytes.  If an endpoint receives a length exceeding the
maximum, it <bcp14>MUST</bcp14> close the session with a Protocol Violation.  </t>
            <t>
If a server receives a GOAWAY with a non-zero New Session URI Length it <bcp14>MUST</bcp14>
terminate the session with a Protocol Violation.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-max-request-id">
        <name>MAX_REQUEST_ID</name>
        <t>An endpoint sends a MAX_REQUEST_ID message to increase the number of requests
the peer can send within a session.</t>
        <t>The Maximum Request ID <bcp14>MUST</bcp14> only increase within a session, and
receipt of a MAX_REQUEST_ID message with an equal or smaller Request ID
value is a 'Protocol Violation'.</t>
        <figure anchor="moq-transport-max-request-id">
          <name>MOQT MAX_REQUEST_ID Message</name>
          <artwork><![CDATA[
MAX_REQUEST_ID Message {
  Type (i) = 0x15,
  Length (16),
  Request ID (i),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The new Maximum Request ID for the session plus one. If a Request
ID equal or larger than this is received by the endpoint that sent the
MAX_REQUEST_ID in any request message (ANNOUNCE, FETCH, SUBSCRIBE,
SUBSCRIBE_NAMESPACE or TRACK_STATUS), the endpoint <bcp14>MUST</bcp14> close the session with
an error of 'Too Many Requests'.</t>
          </li>
        </ul>
        <t>MAX_REQUEST_ID is similar to MAX_STREAMS in (<xref section="4.6" sectionFormat="comma" target="RFC9000"/>), and
similar considerations apply when deciding how often to send MAX_REQUEST_ID.
For example, implementations might choose to increase MAX_REQUEST_ID as
subscriptions close to keep the number of subscriptions available roughly
consistent.</t>
      </section>
      <section anchor="message-requests-blocked">
        <name>REQUESTS_BLOCKED</name>
        <t>The REQUESTS_BLOCKED message is sent when an endpoint would like to send a new
request, but cannot because the Request ID would exceed the Maximum Request ID
value sent by the peer.  The endpoint <bcp14>SHOULD</bcp14> send only one REQUESTS_BLOCKED for
a given Maximum Request ID.</t>
        <t>An endpoint <bcp14>MAY</bcp14> send a MAX_REQUEST_ID upon receipt of REQUESTS_BLOCKED, but it
<bcp14>MUST NOT</bcp14> rely on REQUESTS_BLOCKED to trigger sending a MAX_REQUEST_ID, because
sending REQUESTS_BLOCKED is not required.</t>
        <figure anchor="moq-transport-requests-blocked">
          <name>MOQT REQUESTS_BLOCKED Message</name>
          <artwork><![CDATA[
REQUESTS_BLOCKED Message {
  Type (i) = 0x1A,
  Length (16),
  Maximum Request ID (i),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Maximum Request ID: The Maximum Request ID for the session on which the
endpoint is blocked. More on Request ID in <xref target="message-subscribe-req"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-req">
        <name>SUBSCRIBE</name>
        <t>A subscription causes the publisher to send newly published objects for a track.
A subscriber <bcp14>MUST NOT</bcp14> make multiple active subscriptions for a track within a
single session and publishers <bcp14>SHOULD</bcp14> treat this as a protocol violation.</t>
        <t><strong>Filter Types</strong></t>
        <t>The subscriber specifies a filter on the subscription to allow
the publisher to identify which objects need to be delivered.</t>
        <t>All filters have a Start Location and an optional End Group.  Only objects
published or received via a subscription having Locations greater than or
equal to Start and strictly less than or equal to the End Group (when
present) pass the filter.</t>
        <t>The <tt>Largest Object</tt> is defined to be the object with the largest Location
(<xref target="location-structure"/>) in the track from the perspective of the endpoint
processing the SUBSCRIBE message. Largest Object updates when the first byte of
an Object with a larger Location than the previous value is published or
received through a subscription.</t>
        <t>There are 4 types of filters:</t>
        <t>Largest Object (0x2): The filter Start Location is <tt>{Largest Object.Group,
Largest Object.Object + 1}</tt> and <tt>Largest Object</tt> 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 due
to network reordering or prioritization, relays can receive Objects with
Locations smaller than  <tt>Largest Object</tt> after the SUBSCRIBE is processed, but
these Objects do not pass the Largest Object filter.</t>
        <t>Next Group Start (0x1): The filter start Location is <tt>{Largest Object.Group + 1,
0}</tt> and <tt>Largest Object</tt> 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. For scenarios where the subscriber intends to
start more than one group in the future, it can use an AbsoluteStart filter
instead.</t>
        <t>AbsoluteStart (0x3):  The filter Start Location is specified explicitly in the
SUBSCRIBE message. The <tt>Start</tt> specified in the SUBSCRIBE message <bcp14>MAY</bcp14> be less
than the <tt>Largest Object</tt> observed at the publisher. There is no End Group - the
subscription is open ended.  To receive all Objects that are published or are
received after this subscription is processed, a subscriber can use an
AbsoluteStart filter with <tt>Start</tt> = {0, 0}.</t>
        <t>AbsoluteRange (0x4):  The filer Start Location and End Group are specified
explicitly in the SUBSCRIBE message. The <tt>Start</tt> specified in the SUBSCRIBE
message <bcp14>MAY</bcp14> be less than the <tt>Largest Object</tt> observed at the publisher. If the
specified <tt>End Group</tt> is the same group specified in <tt>Start</tt>, the remainder of
that Group passes the filter. <tt>End Group</tt> <bcp14>MUST</bcp14> specify the same or a larger Group
than specified in <tt>Start</tt>.</t>
        <t>A filter type other than the above <bcp14>MUST</bcp14> be treated as error.</t>
        <t>Subscribe only delivers newly published or received Objects.  Objects from the
past are retrieved using FETCH (<xref target="message-fetch"/>).</t>
        <t>A Subscription can also request a publisher to not forward Objects for a given
track by setting the <tt>Forward</tt> field to 0. This allows the publisher or relay to
prepare to serve the subscription in advance, reducing the time to receive
objects in the future. Relays <bcp14>SHOULD</bcp14> set the <tt>Forward</tt> flag to 1 if a new
subscription needs to be sent upstream, regardless of the value of the <tt>Forward</tt>
field from the downstream subscription. Subscriptions that are not forwarded
consume resources from the publisher, so a publisher might deprioritize, reject,
or close those subscriptions to ensure other subscriptions can be delivered.
Control messages, such as SUBCRIBE_DONE (<xref target="message-subscribe-done"/>) are still
sent.</t>
        <t>The format of SUBSCRIBE is as follows:</t>
        <figure anchor="moq-transport-subscribe-format">
          <name>MOQT SUBSCRIBE Message</name>
          <artwork><![CDATA[
SUBSCRIBE Message {
  Type (i) = 0x3,
  Length (16),
  Request ID (i),
  Track Namespace (tuple),
  Track Name Length (i),
  Track Name (..),
  Subscriber Priority (8),
  Group Order (8),
  Forward (8),
  Filter Type (i),
  [Start Location (Location)],
  [End Group (i)],
  Number of Parameters (i),
  Subscribe Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies the namespace of the track as defined in
(<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Subscriber Priority: Specifies the priority of a subscription relative to
other subscriptions in the same session. Lower numbers get higher priority.
See <xref target="priorities"/>.</t>
          </li>
          <li>
            <t>Group Order: Allows the subscriber to request Objects be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
A value of 0x0 indicates the original publisher's Group Order <bcp14>SHOULD</bcp14> be
used. Values larger than 0x2 are a protocol error.</t>
          </li>
          <li>
            <t>Forward: If 1, Objects matching the subscription are forwarded
to the subscriber. If 0, Objects are not forwarded to the subscriber.
Any other value is a protocol error and <bcp14>MUST</bcp14> terminate the
session with a Protocol Violation (<xref target="session-termination"/>).</t>
          </li>
          <li>
            <t>Filter Type: Identifies the type of filter, which also indicates whether
the Start and End Group fields will be present.</t>
          </li>
          <li>
            <t>Start Location: The starting location for this subscriptions. Only present for
"AbsoluteStart" and "AbsoluteRange" filter types.</t>
          </li>
          <li>
            <t>End Group: The end Group ID, inclusive. Only present for the "AbsoluteRange"
filter type.</t>
          </li>
          <li>
            <t>Subscribe Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
        <t>On successful subscription, the publisher <bcp14>MUST</bcp14> reply with a SUBSCRIBE_OK,
allowing the subscriber to determine the start group/object when not explicitly
specified and the publisher <bcp14>SHOULD</bcp14> start delivering objects.</t>
        <t>If a publisher cannot satisfy the requested start or end or if the end has
already been published it <bcp14>SHOULD</bcp14> send a SUBSCRIBE_ERROR with code 'Invalid Range'.
A publisher <bcp14>MUST NOT</bcp14> send objects from outside the requested start and end.</t>
      </section>
      <section anchor="message-subscribe-ok">
        <name>SUBSCRIBE_OK</name>
        <t>A publisher sends a SUBSCRIBE_OK control message for successful
subscriptions.</t>
        <figure anchor="moq-transport-subscribe-ok">
          <name>MOQT SUBSCRIBE_OK Message</name>
          <artwork><![CDATA[
SUBSCRIBE_OK Message {
  Type (i) = 0x4,
  Length (16),
  Request ID (i),
  Track Alias (i),
  Expires (i),
  Group Order (8),
  Content Exists (8),
  [Largest Location (Location)],
  Number of Parameters (i),
  Subscribe Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the SUBSCRIBE this message is replying to
<xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Track Alias: The identifer used for this track in Subgroups or Datagrams (see
<xref target="track-alias"/>). The same Track Alias <bcp14>MUST NOT</bcp14> be used to refer to two
different Tracks simultaneously. If a subscriber receives a SUBSCRIBE_OK that
uses the same Track Alias as a different track with an active subscription, it
<bcp14>MUST</bcp14> close the session with error 'Duplicate Track Alias'.</t>
          </li>
          <li>
            <t>Expires: Time in milliseconds after which the subscription is no
longer valid. A value of 0 indicates that the subscription does not expire
or expires at an unknown time.  Expires is advisory and a subscription can
end prior to the expiry time or last longer.</t>
          </li>
          <li>
            <t>Group Order: Indicates the subscription will be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
Values of 0x0 and those larger than 0x2 are a protocol error.</t>
          </li>
          <li>
            <t>Content Exists: 1 if an object has been published on this track, 0 if not.
If 0, then the Largest Group ID and Largest Object ID fields will not be
present. Any other value is a protocol error and <bcp14>MUST</bcp14> terminate the
session with a Protocol Violation (<xref target="session-termination"/>).</t>
          </li>
          <li>
            <t>Largest Location: The location of the largest object available for this track. This
field is only present if Content Exists has a value of 1.</t>
          </li>
          <li>
            <t>Subscribe Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-error">
        <name>SUBSCRIBE_ERROR</name>
        <t>A publisher sends a SUBSCRIBE_ERROR control message in response to a
failed SUBSCRIBE.</t>
        <figure anchor="moq-transport-subscribe-error">
          <name>MOQT SUBSCRIBE_ERROR Message</name>
          <artwork><![CDATA[
SUBSCRIBE_ERROR Message {
  Type (i) = 0x5,
  Length (16),
  Request ID (i),
  Error Code (i),
  Error Reason (Reason Phrase),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the SUBSCRIBE this message is replying to
<xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for subscription failure.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for subscription error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in SUBSCRIBE_ERROR,
as defined below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Timeout</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Not Supported</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Track Does Not Exist</td>
            </tr>
            <tr>
              <td align="right">0x5</td>
              <td align="left">Invalid Range</td>
            </tr>
            <tr>
              <td align="right">0x10</td>
              <td align="left">Malformed Auth Token</td>
            </tr>
            <tr>
              <td align="right">0x12</td>
              <td align="left">Expired Auth Token</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The subscriber is not authorized to subscribe to the given
track.</t>
          </li>
          <li>
            <t>Timeout - The subscription could not be completed before an implementation
specific timeout.  For example, a relay could not establish an upstream
subscription within the timeout.</t>
          </li>
          <li>
            <t>Not Supported - The endpoint does not support the SUBSCRIBE method.</t>
          </li>
          <li>
            <t>Track Does Not Exist - The requested track is not available at the publisher.</t>
          </li>
          <li>
            <t>Invalid Range - The end of the SUBSCRIBE range is earlier than the beginning,
or the end of the range has already been published.</t>
          </li>
          <li>
            <t>Malformed Auth Token - Invalid Auth Token serialization during registration
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Expired Auth Token - Authorization token has expired <xref target="authorization-token"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-update">
        <name>SUBSCRIBE_UPDATE</name>
        <t>A subscriber sends a SUBSCRIBE_UPDATE to a publisher to modify an existing
subscription. Subscriptions can only be narrowed, not widened, as an attempt to
widen could fail. If Objects with Locations smaller than the current
subscription's Start Location are required, FETCH can be used to retrieve
them. The Start Location <bcp14>MUST NOT</bcp14> decrease, and if it increases, there is no
guarantee that the publisher has not already sent Objects with Locations smaller
than the new Start Location. Similarly, the End Group <bcp14>MUST NOT</bcp14> increase, and if
it decreases, there is no guarantee that the publisher has not already sent
Objects with Locations larger than the new End Location.  A publisher <bcp14>MUST</bcp14>
terminate the session with a 'Protocol Violation' if the SUBSCRIBE_UPDATE
violates these rules or if the subscriber specifies a request ID that has not
existed within the Session.</t>
        <t>There is no control message in response to a SUBSCRIBE_UPDATE, because it is
expected that it will always succeed and the worst outcome is that it is not
processed promptly and some extra objects from the existing subscription are
delivered.</t>
        <t>Unlike a new subscription, SUBSCRIBE_UPDATE can not cause an Object to be
delivered multiple times.  Like SUBSCRIBE, End Group <bcp14>MUST</bcp14> be greater than or
equal to the Group specified in <tt>Start</tt>.</t>
        <t>If a parameter included in <tt>SUBSCRIBE</tt> is not present in
<tt>SUBSCRIBE_UPDATE</tt>, its value remains unchanged.  There is no mechanism to
remove a parameter from a subscription.</t>
        <t>The format of SUBSCRIBE_UPDATE is as follows:</t>
        <figure anchor="moq-transport-subscribe-update-format">
          <name>MOQT SUBSCRIBE_UPDATE Message</name>
          <artwork><![CDATA[
SUBSCRIBE_UPDATE Message {
  Type (i) = 0x2,
  Length (16),
  Request ID (i),
  Start Location (Location),
  End Group (i),
  Subscriber Priority (8),
  Forward (8),
  Number of Parameters (i),
  Subscribe Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the SUBSCRIBE (<xref target="message-subscribe-req"/>) this
message is updating.  This <bcp14>MUST</bcp14> match an existing Request ID.</t>
          </li>
          <li>
            <t>Start Location : The starting location.</t>
          </li>
          <li>
            <t>End Group: The end Group ID, plus 1. A value of 0 means the subscription is
open-ended.</t>
          </li>
          <li>
            <t>Subscriber Priority: Specifies the priority of a subscription relative to
other subscriptions in the same session. Lower numbers get higher priority.
See <xref target="priorities"/>.</t>
          </li>
          <li>
            <t>Forward: If 1, Objects matching the subscription are forwarded
to the subscriber. If 0, Objects are not forwarded to the subscriber.
Any other value is a protocol error and <bcp14>MUST</bcp14> terminate the
session with a Protocol Violation (<xref target="session-termination"/>).</t>
          </li>
          <li>
            <t>Subscribe Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-unsubscribe">
        <name>UNSUBSCRIBE</name>
        <t>A subscriber issues a <tt>UNSUBSCRIBE</tt> message to a publisher indicating it is no
longer interested in receiving media for the specified track and requesting that
the publisher stop sending Objects as soon as possible.</t>
        <t>The format of <tt>UNSUBSCRIBE</tt> is as follows:</t>
        <figure anchor="moq-transport-unsubscribe-format">
          <name>MOQT UNSUBSCRIBE Message</name>
          <artwork><![CDATA[
UNSUBSCRIBE Message {
  Type (i) = 0xA,
  Length (16),
  Request ID (i)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the subscription that is being terminated. See
<xref target="message-subscribe-req"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-done">
        <name>SUBSCRIBE_DONE</name>
        <t>A publisher sends a <tt>SUBSCRIBE_DONE</tt> message to indicate it is done publishing
Objects for that subscription.  The Status Code indicates why the subscription
ended, and whether it was an error. Because SUBSCRIBE_DONE is sent on the
control stream, it is likely to arrive at the receiver before late-arriving
objects, and often even late-opening streams. However, the receiver uses it
as an indication that it should receive any late-opening streams in a relatively
short time.</t>
        <t>Note that some objects in the subscribed track might never be delivered,
because a stream was reset, or never opened in the first place, due to the
delivery timeout.</t>
        <t>A sender <bcp14>MUST NOT</bcp14> send SUBSCRIBE_DONE until it has closed all streams it will
ever open, and has no further datagrams to send, for a subscription. After
sending SUBSCRIBE_DONE, the sender can immediately destroy subscription state,
although stream state can persist until delivery completes. The sender might
persist subscription state to enforce the delivery timeout by resetting streams
on which it has already sent FIN, only deleting it when all such streams have
received ACK of the FIN.</t>
        <t>A sender <bcp14>MUST NOT</bcp14> destroy subscription state until it sends SUBSCRIBE_DONE,
though it can choose to stop sending objects (and thus send SUBSCRIBE_DONE) for
any reason.</t>
        <t>A subscriber that receives SUBSCRIBE_DONE <bcp14>SHOULD</bcp14> set a timer of at least its
delivery timeout in case some objects are still inbound due to prioritization
or packet loss. The subscriber <bcp14>MAY</bcp14> dispense with a timer if it sent UNSUBSCRIBE
or is otherwise no longer interested in objects from the track. Once the timer
has expired, the receiver destroys subscription state once all open streams for
the subscription have closed. A subscriber <bcp14>MAY</bcp14> discard subscription state
earlier, at the cost of potentially not delivering some late objects to the
application. The subscriber <bcp14>SHOULD</bcp14> send STOP_SENDING on all streams related to
the subscription when it deletes subscription state.</t>
        <t>The format of <tt>SUBSCRIBE_DONE</tt> is as follows:</t>
        <figure anchor="moq-transport-subscribe-fin-format">
          <name>MOQT SUBSCRIBE_DONE Message</name>
          <artwork><![CDATA[
SUBSCRIBE_DONE Message {
  Type (i) = 0xB,
  Length (16),
  Request ID (i),
  Status Code (i),
  Stream Count (i),
  Error Reason (Reason Phrase)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the subscription that is being terminated. See
<xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Status Code: An integer status code indicating why the subscription ended.</t>
          </li>
          <li>
            <t>Stream Count: An integer indicating the number of data streams the publisher
opened for this subscription.  This helps the subscriber know if it has received
all of the data published in this subscription by comparing the number of
streams received.  The subscriber can immediately remove all subscription state
once the same number of streams have been processed.  If the track had
Forwarding Preference = Datagram, the publisher <bcp14>MUST</bcp14> set Stream Count to 0.  If
the publisher is unable to set Stream Count to the exact number of streams
opened for the subscription, it <bcp14>MUST</bcp14> set Stream Count to 2^62 - 1. Subscribers
<bcp14>SHOULD</bcp14> use a timeout or other mechanism to remove subscription state in case
the publisher set an incorrect value, reset a stream before the SUBGROUP_HEADER,
or set the maximum value.  If a subscriber receives more streams for a
subscription than specified in Stream Count, it <bcp14>MAY</bcp14> close the session with a
Protocol Violation.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for subscription error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant status code in
SUBSCRIBE_DONE, as defined below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Track Ended</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Subscription Ended</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Going Away</td>
            </tr>
            <tr>
              <td align="right">0x5</td>
              <td align="left">Expired</td>
            </tr>
            <tr>
              <td align="right">0x6</td>
              <td align="left">Too Far Behind</td>
            </tr>
            <tr>
              <td align="right">0x7</td>
              <td align="left">Malformed Track</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The subscriber is no longer authorized to subscribe to the
given track.</t>
          </li>
          <li>
            <t>Track Ended - The track is no longer being published.</t>
          </li>
          <li>
            <t>Subscription Ended - The publisher reached the end of an associated
Subscribe filter.</t>
          </li>
          <li>
            <t>Going Away - The subscriber or publisher issued a GOAWAY message.</t>
          </li>
          <li>
            <t>Expired - The publisher reached the timeout specified in SUBSCRIBE_OK.</t>
          </li>
          <li>
            <t>Too Far Behind - The publisher's queue of objects to be sent to the given
subscriber exceeds its implementation defined limit.</t>
          </li>
          <li>
            <t>Malformed Track - A relay publisher detected the track was malformed (see
<xref target="malformed-tracks"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-publish">
        <name>PUBLISH</name>
        <t>The publisher sends the PUBLISH control message to initiate a subscription to a
track. The receiver verifies the publisher is authorized to publish this track.</t>
        <figure anchor="moq-transport-publish-format">
          <name>MOQT PUBLISH Message</name>
          <artwork><![CDATA[
PUBLISH Message {
  Type (i) = 0x1D,
  Length (i),
  Request ID (i),
  Track Namespace (tuple),
  Track Name Length (i),
  Track Name (..),
  Track Alias (i),
  Group Order (8),
  ContentExists (8),
  [Largest (Location),]
  Forward (8),
  Number of Parameters (i),
  Parameters (..) ...,
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in (<xref target="track-name"/>)</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Alias: The identifer used for this track in Subgroups or Datagrams (see
<xref target="track-alias"/>). The same Track Alias <bcp14>MUST NOT</bcp14> be used to refer to two
different Tracks simultaneously. If a subscriber receives a PUBLISH that
uses the same Track Alias as a different track with an active subscription, it
<bcp14>MUST</bcp14> close the session with error 'Duplicate Track Alias'.</t>
          </li>
          <li>
            <t>Group Order: Indicates the subscription will be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
Values of 0x0 and those larger than 0x2 are a protocol error.</t>
          </li>
          <li>
            <t>ContentExists: 1 if an object has been published on this track, 0 if not.
If 0, then the Largest Group ID and Largest Object ID fields will not be
present. Any other value is a protocol error and <bcp14>MUST</bcp14> terminate the
session with a Protocol Violation (<xref target="session-termination"/>).</t>
          </li>
          <li>
            <t>Largest: The location of the largest object available for this track.</t>
          </li>
          <li>
            <t>Forward: The forward mode for this subscription.  Any value other than 0 or 1
is a Protocol Violation.  0 indicates the publisher will not transmit any
objects until the subscriber sets the Forward State to 1. 1 indicates the
publisher will start transmitting objects immediately, even before PUBLISH_OK.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-publish-ok">
        <name>PUBLISH_OK</name>
        <t>The subscriber sends an PUBLISH_OK control message to acknowledge the successful
authorization and acceptance of a PUBLISH message, and establish a subscription.</t>
        <figure anchor="moq-transport-publish-ok">
          <name>MOQT PUBLISH_OK Message</name>
          <artwork><![CDATA[
PUBLISH_OK Message
{
  Type (i) = 0x1E,
  Length (i),
  Request ID (i),
  Forward (8),
  Subscriber Priority (8),
  Group Order (8),
  Filter Type (i),
  [Start (Location)],
  [EndGroup (i)],
  Number of Parameters (i),
  Parameters (..) ...,
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the PUBLISH this message is replying to
<xref target="message-publish"/>.</t>
          </li>
          <li>
            <t>Forward: The Forward State for this subscription, either 0 (don't
forward) or 1 (forward).</t>
          </li>
          <li>
            <t>Subscriber Priority: The Subscriber Priority for this subscription.</t>
          </li>
          <li>
            <t>Group Order: Indicates the subscription will be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
Values of 0x0 and those larger than 0x2 are a protocol error. This
overwrites the GroupOrder specified PUBLISH.</t>
          </li>
          <li>
            <t>Filter Type, Start, End Group: See <xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Parameters: Parameters associated with this message.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-publish-error">
        <name>PUBLISH_ERROR</name>
        <t>The subscriber sends an PUBLISH_ERROR control message to reject
a subscription initiated by PUBLISH.</t>
        <figure anchor="moq-transport-publish-error">
          <name>MOQT PUBLISH_ERROR Message</name>
          <artwork><![CDATA[
PUBLISH_ERROR Message
{
  Type (i) = 0x1F,
  Length (i),
  Request ID (i),
  Error Code (i),
  Error Reason (Reason Phrase),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the PUBLISH this message is replying to
<xref target="message-publish"/>.</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for failure.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for subscription error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in PUBLISH_ERROR, as defined
below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Timeout</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Not Supported</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Uninterested</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The publisher is not authorized to publish the given
namespace or track.</t>
          </li>
          <li>
            <t>Timeout - The subscription could not be established before an
implementation specific timeout.</t>
          </li>
          <li>
            <t>Not Supported - The endpoint does not support the PUBLISH method.</t>
          </li>
          <li>
            <t>Uninterested - The namespace or track is not of interest to the
endpoint.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-fetch">
        <name>FETCH</name>
        <t>A subscriber issues a FETCH to a publisher to request a range of already
published objects within a track. The publisher responding to a FETCH is
responsible for delivering all available Objects in the requested range in the
requested order. The Objects in the response are delivered on a single
unidirectional stream. Any gaps in the Group and Object IDs in the response
stream indicate objects that do not exist (eg: they implicitly have status
<tt>Object Does Not Exist</tt>).  For Ascending Group Order this includes ranges
between the first requested object and the first object in the stream; between
objects in the stream; and between the last object in the stream and the Largest
Group/Object indicated in FETCH_OK, so long as the fetch stream is terminated by
a FIN.  If no Objects exist in the requested range, the publisher returns
FETCH_ERROR with code <tt>No Objects</tt>.</t>
        <t>If an Original Publisher receives a FETCH with a range that includes an object with
unknown status, it <bcp14>MUST</bcp14> return FETCH_ERROR with code Unknown Status in Range.</t>
        <t><strong>Fetch Types</strong></t>
        <t>There are three types of Fetch messages:</t>
        <t>Standalone Fetch (0x1) : A Fetch of Objects performed independently of any Subscribe.</t>
        <t>Relative Joining Fetch (0x2) : A Fetch joined together with a Subscribe by
specifying the Request ID of an active subscription and a relative starting
offset. A publisher receiving a Joining Fetch uses properties of the associated
Subscribe to determine the Track Namespace, Track, Start Location,
and End Location such that it is contiguous with the associated
Subscribe. The Joining Fetch begins the Preceding Group Offset prior to the
associated subscription.</t>
        <t>Absolute Joining Fetch (0x3) : Identical to a Relative Joining Fetch except that the
Start Group is determined by an absolute Group value rather than a relative offset to
the subscription.</t>
        <t>A Subscriber can use a Joining Fetch to, for example, fill a playback buffer with a
certain number of groups prior to the live edge of a track.</t>
        <t>A Joining Fetch is only permitted when the associated Subscribe has the Filter
Type Largest Object.</t>
        <t>A Fetch Type other than 0x1, 0x2 or 0x3 <bcp14>MUST</bcp14> be treated as an error.</t>
        <t>A publisher responds to a FETCH request with either a FETCH_OK or a FETCH_ERROR
message.  The publisher creates a new unidirectional stream that is used to send the
Objects.  The FETCH_OK or FETCH_ERROR can come at any time relative to object
delivery.</t>
        <t>A relay that has cached objects from the beginning of the range <bcp14>MAY</bcp14> start
sending objects immediately in response to a FETCH.  If it encounters an object
in the requested range that is not cached and has unknown status, the relay <bcp14>MUST</bcp14>
pause subsequent delivery until it has confirmed the object's status upstream.
If the upstream FETCH fails, the relay sends a FETCH_ERROR and can reset the
unidirectional stream.  It can choose to do so immediately or wait until the
cached objects have been delivered before resetting the stream.</t>
        <t>The Object Forwarding Preference does not apply to fetches.</t>
        <t>Fetch specifies an inclusive range of Objects starting at Start Location and
ending at End Location. End Location <bcp14>MUST</bcp14> specify the same or a larger Location
than Start Location.</t>
        <t>The format of FETCH is as follows:</t>
        <figure anchor="moq-transport-fetch-format">
          <name>MOQT FETCH Message</name>
          <artwork><![CDATA[
FETCH Message {
  Type (i) = 0x16,
  Length (16),
  Request ID (i),
  Subscriber Priority (8),
  Group Order (8),
  Fetch Type (i),
  [Track Namespace (tuple),
   Track Name Length (i),
   Track Name (..),
   Start Location (Location),
   End Location (Location),]
  [Joining Request ID (i),
   Joining Start (i),]
  Number of Parameters (i),
  Parameters (..) ...
}
]]></artwork>
        </figure>
        <t>Fields common to all Fetch Types:</t>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Subscriber Priority: Specifies the priority of a fetch request relative to
other subscriptions or fetches in the same session. Lower numbers get higher
priority. See <xref target="priorities"/>.</t>
          </li>
          <li>
            <t>Group Order: Allows the subscriber to request Objects be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
A value of 0x0 indicates the original publisher's Group Order <bcp14>SHOULD</bcp14> be
used. Values larger than 0x2 are a protocol error.</t>
          </li>
          <li>
            <t>Fetch Type: Identifies the type of Fetch, whether Standalone, Relative
Joining or Absolute Joining.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
        <t>Fields present only for Standalone Fetch (0x1):</t>
        <ul spacing="normal">
          <li>
            <t>Track Namespace: Identifies the namespace of the track as defined in
(<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Track Name: Identifies the track name as defined in (<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Start Location: The start Location.</t>
          </li>
          <li>
            <t>End Location: The end Location, plus 1 Object ID. An Object ID value of 0
means the entire group is requested.</t>
          </li>
        </ul>
        <t>Fields present only for Relative Fetch (0x2) and Absolute Fetch (0x3):</t>
        <ul spacing="normal">
          <li>
            <t>Joining Request ID: The Request ID of the existing subscription to be
joined. If a publisher receives a Joining Fetch with a Request ID that does
not correspond to an existing Subscribe in the same session, it <bcp14>MUST</bcp14> respond
with a Fetch Error with code Invalid Joining Request ID.</t>
          </li>
          <li>
            <t>Joining Start : for a Relative Joining Fetch (0x2), this value represents the
group offset for the Fetch prior and relative to the Current Group of the
corresponding Subscribe. A value of 0 indicates the Fetch starts at the beginning
of the Current Group. For an Absolute Joining Fetch (0x3), this value represents
the Starting Group ID.</t>
          </li>
        </ul>
        <t>Objects that are not yet published will not be retrieved by a FETCH.  The
Largest available Object in the requested range is indicated in the FETCH_OK,
and is the last Object a fetch will return if the End Location have not yet been
published.</t>
        <t>A publisher <bcp14>MUST</bcp14> send fetched groups in the determined group order, either
ascending or descending. Within each group, objects are sent in Object ID order;
subgroup ID is not used for ordering.</t>
        <t>If Start Location is greater than the <tt>Largest Object</tt>
(<xref target="message-subscribe-req"/>) the publisher <bcp14>MUST</bcp14> return FETCH_ERROR with error
code 'Invalid Range'.</t>
        <section anchor="calculating-the-range-of-a-relative-joining-fetch">
          <name>Calculating the Range of a Relative Joining Fetch</name>
          <t>A publisher that receives a Fetch of type Type 0x2 treats it
as a Fetch with a range dynamically determined by the Preceding Group Offset
and field values derived from the corresponding subscription.</t>
          <t>The Largest Location value from the corresponding
subscription is used to calculate the end of a Relative Joining Fetch so the
Objects retrieved by the FETCH and SUBSCRIBE are contiguous and non-overlapping.
If no Objects have been published for the track, and the SUBSCRIBE_OK has a
Content Exists value of 0, the publisher <bcp14>MUST</bcp14> respond with a FETCH_ERROR with
error code 'Invalid Range'.</t>
          <t>The publisher receiving a Relative Joining Fetch computes the range as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Fetch Start Location: {Subscribe Largest Location.Group - Joining Start, 0}</t>
            </li>
            <li>
              <t>Fetch End Location: Subscribe Largest Location</t>
            </li>
          </ul>
          <t>A Fetch End Location.Object of 0 requests the entire group, but Fetch will not
retrieve Objects that have not yet been published, so 1 is subtracted from
the Fetch End Location.Group if Fetch End Location.Object is 0.</t>
        </section>
        <section anchor="calculating-the-range-of-an-absolute-joining-fetch">
          <name>Calculating the Range of an Absolute Joining Fetch</name>
          <t>Identical to the Relative Joining fetch except that Fetch Start Location.Group
is the Joining Start value.</t>
        </section>
      </section>
      <section anchor="message-fetch-ok">
        <name>FETCH_OK</name>
        <t>A publisher sends a FETCH_OK control message in response to successful fetches.
A publisher <bcp14>MAY</bcp14> send Objects in response to a FETCH before the FETCH_OK message is sent,
but the FETCH_OK <bcp14>MUST NOT</bcp14> be sent until the End Location is known.</t>
        <figure anchor="moq-transport-fetch-ok">
          <name>MOQT FETCH_OK Message</name>
          <artwork><![CDATA[
FETCH_OK Message {
  Type (i) = 0x18,
  Length (16),
  Request ID (i),
  Group Order (8),
  End Of Track (8),
  End Location (Location),
  Number of Parameters (i),
  Subscribe Parameters (..) ...
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the FETCH this message is replying to
<xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Group Order: Indicates the fetch will be delivered in
Ascending (0x1) or Descending (0x2) order by group. See <xref target="priorities"/>.
Values of 0x0 and those larger than 0x2 are a protocol error.</t>
          </li>
          <li>
            <t>End Of Track: 1 if all Objects have been published on this Track, and
the End Location is the final Object in the Track, 0 if not.</t>
          </li>
          <li>
            <t>End Location: The largest object covered by the FETCH response.
The End Location is determined as follows:
            </t>
            <ul spacing="normal">
              <li>
                <t>If the requested FETCH End Location was beyond the Largest known (possibly
final) Object, End Location is {Largest.Group, Largest.Object + 1}</t>
              </li>
              <li>
                <t>If End Location.Object in the FETCH request was 0 and the response covers
the last Object in the Group, End Location is {Fetch.End Location.Group, 0}</t>
              </li>
              <li>
                <t>Otherwise, End Location is Fetch.End Location</t>
              </li>
            </ul>
            <t>
If the relay is subscribed to the track, it uses its knowledge of the largest
{Group, Object} to set End Location.  If if is not subscribed and the
requested End Location exceeds its cached data, the relay makes an upstream
request to complete the FETCH, and uses the upstream response to set End
Location.  </t>
            <t>
If End is smaller than the Start Location in the corresponding FETCH the
receiver <bcp14>MUST</bcp14> close the session with <tt>Protocol Violation</tt></t>
          </li>
          <li>
            <t>Subscribe Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-fetch-error">
        <name>FETCH_ERROR</name>
        <t>A publisher sends a FETCH_ERROR control message in response to a
failed FETCH.</t>
        <figure anchor="moq-transport-fetch-error">
          <name>MOQT FETCH_ERROR Message</name>
          <artwork><![CDATA[
FETCH_ERROR Message {
  Type (i) = 0x19,
  Length (16),
  Request ID (i),
  Error Code (i),
  Error Reason (Reason Phrase)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the FETCH this message is replying to
<xref target="message-subscribe-req"/>.</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for fetch failure.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for fetch error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in FETCH_ERROR,
as defined below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Timeout</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Not Supported</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Track Does Not Exist</td>
            </tr>
            <tr>
              <td align="right">0x5</td>
              <td align="left">Invalid Range</td>
            </tr>
            <tr>
              <td align="right">0x6</td>
              <td align="left">No Objects</td>
            </tr>
            <tr>
              <td align="right">0x7</td>
              <td align="left">Invalid Joining Request ID</td>
            </tr>
            <tr>
              <td align="right">0x8</td>
              <td align="left">Unknown Status in Range</td>
            </tr>
            <tr>
              <td align="right">0x9</td>
              <td align="left">Malformed Track</td>
            </tr>
            <tr>
              <td align="right">0x10</td>
              <td align="left">Malformed Auth Token</td>
            </tr>
            <tr>
              <td align="right">0x12</td>
              <td align="left">Expired Auth Token</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The subscriber is not authorized to fetch from the given
track.</t>
          </li>
          <li>
            <t>Timeout - The fetch could not be completed before an implementation
specific timeout.  For example, a relay could not FETCH missing objects
within the timeout.</t>
          </li>
          <li>
            <t>Not supported - The endpoint does not support the FETCH method.</t>
          </li>
          <li>
            <t>Track Does Not Exist - The requested track is not available at the publisher.</t>
          </li>
          <li>
            <t>Invalid Range - The end of the requested range is earlier than the beginning,
the start of the requested range is beyond the Largest Location, or the track
has not published any Objects yet.</t>
          </li>
          <li>
            <t>No Objects - No Objects exist between the requested Start and End Locations.</t>
          </li>
          <li>
            <t>Invalid Joining Subscribe ID - The joining Fetch referenced a Request ID that
did not belong to an active Subscription.</t>
          </li>
          <li>
            <t>Unknown Status in Range - The requested range contains objects with unknown
status.</t>
          </li>
          <li>
            <t>Malformed Track - A relay publisher detected the track was malformed (see
<xref target="malformed-tracks"/>).</t>
          </li>
          <li>
            <t>Malformed Auth Token - Invalid Auth Token serialization during registration
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Expired Auth Token - Authorization token has expired <xref target="authorization-token"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-fetch-cancel">
        <name>FETCH_CANCEL</name>
        <t>A subscriber sends a FETCH_CANCEL message to a publisher to indicate it is no
longer interested in receiving objects for the fetch identified by the 'Request
ID'. The publisher <bcp14>SHOULD</bcp14> promptly close the unidirectional stream, even if it
is in the middle of delivering an object.</t>
        <t>The format of <tt>FETCH_CANCEL</tt> is as follows:</t>
        <figure anchor="moq-transport-fetch-cancel">
          <name>MOQT FETCH_CANCEL Message</name>
          <artwork><![CDATA[
FETCH_CANCEL Message {
  Type (i) = 0x17,
  Length (16),
  Request ID (i)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the FETCH (<xref target="message-fetch"/>) this message is
cancelling.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-track-status">
        <name>TRACK_STATUS</name>
        <t>A potential subscriber sends a 'TRACK_STATUS' message on the control
stream to obtain information about the current status of a given track.</t>
        <t>The TRACK_STATUS message format is identical to the SUBSCRIBE message
(<xref target="message-subscribe-req"/>).</t>
        <t>The receiver of a TRACK_STATUS message treats it identically as if it had
received a SUBSCRIBE message, except it does not create downstream subscription
state or send any Objects.  Relays without an active subscription <bcp14>MAY</bcp14> forward
TRACK_STATUS to one or more publishers, or <bcp14>MAY</bcp14> initiate a subscription (subject
to authorization) as described in <xref target="publisher-interactions"/> to determine the
response. The publisher does not send SUBSCRIBE_DONE for this request, and the
subscriber cannot send SUBSCRIBE_UPDATE or UNSUBSCRIBE.</t>
      </section>
      <section anchor="message-track-status-ok">
        <name>TRACK_STATUS_OK</name>
        <t>The publisher sends a TRACK_STATUS_OK control message in response
to a successful TRACK_STATUS message.</t>
        <t>The TRACK_STATUS_OK message format is identical to the SUBSCRIBE_OK message
(<xref target="message-subscribe-ok"/>).</t>
        <t>The publisher populates the fields of TRACK_STATUS_OK exactly as it would have
populated a SUBSCRIBE_OK, setting Track Alias to 0. It is not considered an error
if Track Alias 0 is already in use by an active subscription.</t>
      </section>
      <section anchor="message-track-status-error">
        <name>TRACK_STATUS_ERROR</name>
        <t>The publisher sends a TRACK_STATUS_ERROR control message in response
to a failed TRACK_STATUS message.</t>
        <t>The TRACK_STATUS_ERROR message format is identical to the SUBSCRIBE_ERROR
message (<xref target="message-subscribe-error"/>).</t>
        <t>The publisher populates the fields of TRACK_STATUS_ERROR exactly as it would
have populated a SUBSCRIBE_ERROR.</t>
      </section>
      <section anchor="message-announce">
        <name>ANNOUNCE</name>
        <t>The publisher sends the ANNOUNCE control message to advertise that it has
tracks available within the announced Track Namespace. The receiver verifies the
publisher is authorized to publish tracks under this namespace.</t>
        <figure anchor="moq-transport-announce-format">
          <name>MOQT ANNOUNCE Message</name>
          <artwork><![CDATA[
ANNOUNCE Message {
  Type (i) = 0x6,
  Length (16),
  Request ID (i),
  Track Namespace (tuple),
  Number of Parameters (i),
  Parameters (..) ...,
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in
(<xref target="track-name"/>)</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-announce-ok">
        <name>ANNOUNCE_OK</name>
        <t>The subscriber sends an ANNOUNCE_OK control message to acknowledge the
successful authorization and acceptance of an ANNOUNCE message.</t>
        <figure anchor="moq-transport-announce-ok">
          <name>MOQT ANNOUNCE_OK Message</name>
          <artwork><![CDATA[
ANNOUNCE_OK Message {
  Type (i) = 0x7,
  Length (16),
  Request ID (i)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the ANNOUNCE this message is replying to
<xref target="message-announce"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-announce-error">
        <name>ANNOUNCE_ERROR</name>
        <t>The subscriber sends an ANNOUNCE_ERROR control message for tracks that
failed authorization.</t>
        <figure anchor="moq-transport-announce-error">
          <name>MOQT ANNOUNCE_ERROR Message</name>
          <artwork><![CDATA[
ANNOUNCE_ERROR Message {
  Type (i) = 0x8,
  Length (16),
  Request ID (i),
  Error Code (i),
  Error Reason (Reason Phrase)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the ANNOUNCE this message is replying to
<xref target="message-announce"/>.</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for announcement failure.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for announcement error. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in ANNOUNCE_ERROR, as defined
below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Timeout</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Not Supported</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Uninterested</td>
            </tr>
            <tr>
              <td align="right">0x10</td>
              <td align="left">Malformed Auth Token</td>
            </tr>
            <tr>
              <td align="right">0x12</td>
              <td align="left">Expired Auth Token</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The subscriber is not authorized to announce the given
namespace.</t>
          </li>
          <li>
            <t>Timeout - The announce could not be completed before an implementation
specific timeout.</t>
          </li>
          <li>
            <t>Not Supported - The endpoint does not support the ANNOUNCE method.</t>
          </li>
          <li>
            <t>Uninterested - The namespace is not of interest to the endpoint.</t>
          </li>
          <li>
            <t>Malformed Auth Token - Invalid Auth Token serialization during registration
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Expired Auth Token - Authorization token has expired <xref target="authorization-token"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-unannounce">
        <name>UNANNOUNCE</name>
        <t>The publisher sends the <tt>UNANNOUNCE</tt> control message to indicate
its intent to stop serving new subscriptions for tracks
within the provided Track Namespace.</t>
        <figure anchor="moq-transport-unannounce-format">
          <name>MOQT UNANNOUNCE Message</name>
          <artwork><![CDATA[
UNANNOUNCE Message {
  Type (i) = 0x9,
  Length (16),
  Track Namespace (tuple),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in
(<xref target="track-name"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-announce-cancel">
        <name>ANNOUNCE_CANCEL</name>
        <t>The subscriber sends an <tt>ANNOUNCE_CANCEL</tt> control message to
indicate it will stop sending new subscriptions for tracks
within the provided Track Namespace.</t>
        <figure anchor="moq-transport-announce-cancel-format">
          <name>MOQT ANNOUNCE_CANCEL Message</name>
          <artwork><![CDATA[
ANNOUNCE_CANCEL Message {
  Type (i) = 0xC,
  Length (16),
  Track Namespace (tuple),
  Error Code (i),
  Error Reason (Reason Phrase),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace: Identifies a track's namespace as defined in
(<xref target="track-name"/>).</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for canceling the announcement.
ANNOUNCE_CANCEL uses the same error codes as ANNOUNCE_ERROR
(<xref target="message-announce-error"/>).</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for announcement cancelation. See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-subscribe-ns">
        <name>SUBSCRIBE_NAMESPACE</name>
        <t>The subscriber sends the SUBSCRIBE_NAMESPACE control message to a publisher to
request the current set of matching announcements and established subscriptions,
as well as future updates to the set.</t>
        <figure anchor="moq-transport-subscribe-ns-format">
          <name>MOQT SUBSCRIBE_NAMESPACE Message</name>
          <artwork><![CDATA[
SUBSCRIBE_NAMESPACE Message {
  Type (i) = 0x11,
  Length (16),
  Request ID (i),
  Track Namespace Prefix (tuple),
  Number of Parameters (i),
  Parameters (..) ...,
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: See <xref target="request-id"/>.</t>
          </li>
          <li>
            <t>Track Namespace Prefix: An ordered N-Tuple of byte fields which are matched
against track namespaces known to the publisher.  For example, if the publisher
is a relay that has received ANNOUNCE messages for namespaces ("example.com",
"meeting=123", "participant=100") and ("example.com", "meeting=123",
"participant=200"), a SUBSCRIBE_NAMESPACE for ("example.com", "meeting=123")
would match both.  If an endpoint receives a Track Namespace Prefix tuple with
an N of 0 or more than 32, it <bcp14>MUST</bcp14> close the session with a Protocol
Violation.</t>
          </li>
          <li>
            <t>Parameters: The parameters are defined in <xref target="version-specific-params"/>.</t>
          </li>
        </ul>
        <t>The publisher will respond with SUBSCRIBE_NAMESPACE_OK or
SUBSCRIBE_NAMESPACE_ERROR.  If the SUBSCRIBE_NAMESPACE is successful, the
publisher will immediately forward existing ANNOUNCE and PUBLISH messages that
match the Track Namespace Prefix that have not already been sent to this
subscriber.  If the set of matching ANNOUNCE messages changes, the publisher
sends the corresponding ANNOUNCE or UNANNOUNCE message.</t>
        <t>A subscriber cannot make overlapping namespace subscriptions on a single
session.  Within a session, if a publisher receives a SUBSCRIBE_NAMESPACE with a
Track Namespace Prefix that is a prefix of, suffix of, or equal to an active
SUBSCRIBE_NAMESPACE, it <bcp14>MUST</bcp14> respond with SUBSCRIBE_NAMESPACE_ERROR, with error
code Namespace Prefix Overlap.</t>
        <t>The publisher <bcp14>MUST</bcp14> ensure the subscriber is authorized to perform this
namespace subscription.</t>
        <t>SUBSCRIBE_NAMESPACE is not required for a publisher to send ANNOUNCE, UNANNOUNCE
or PUBLISH messages to a subscriber.  It is useful in applications or relays
where subscribers are only interested in or authorized to access a subset of
available announcements and tracks.</t>
      </section>
      <section anchor="message-sub-ns-ok">
        <name>SUBSCRIBE_NAMESPACE_OK</name>
        <t>A publisher sends a SUBSCRIBE_NAMESPACE_OK control message for successful
namespace subscriptions.</t>
        <figure anchor="moq-transport-sub-ann-ok">
          <name>MOQT SUBSCRIBE_NAMESPACE_OK Message</name>
          <artwork><![CDATA[
SUBSCRIBE_NAMESPACE_OK Message {
  Type (i) = 0x12,
  Length (16),
  Request ID (i),
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the SUBSCRIBE_NAMESPACE this message is replying
to <xref target="message-subscribe-ns"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="message-sub-ns-error">
        <name>SUBSCRIBE_NAMESPACE_ERROR</name>
        <t>A publisher sends a SUBSCRIBE_NAMESPACE_ERROR control message in response to
a failed SUBSCRIBE_NAMESPACE.</t>
        <figure anchor="moq-transport-sub-ann-error">
          <name>MOQT SUBSCRIBE_NAMESPACE_ERROR Message</name>
          <artwork><![CDATA[
SUBSCRIBE_NAMESPACE_ERROR Message {
  Type (i) = 0x13,
  Length (16),
  Request ID (i),
  Error Code (i),
  Error Reason (Reason Phrase)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Request ID: The Request ID of the SUBSCRIBE_NAMESPACE this message is replying
to <xref target="message-subscribe-ns"/>.</t>
          </li>
          <li>
            <t>Error Code: Identifies an integer error code for the namespace subscription
failure.</t>
          </li>
          <li>
            <t>Error Reason: Provides the reason for the namespace subscription error.
See <xref target="reason-phrase"/>.</t>
          </li>
        </ul>
        <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in SUBSCRIBE_NAMESPACE_ERROR,
as defined below:</t>
        <table>
          <thead>
            <tr>
              <th align="right">Code</th>
              <th align="left">Reason</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">0x0</td>
              <td align="left">Internal Error</td>
            </tr>
            <tr>
              <td align="right">0x1</td>
              <td align="left">Unauthorized</td>
            </tr>
            <tr>
              <td align="right">0x2</td>
              <td align="left">Timeout</td>
            </tr>
            <tr>
              <td align="right">0x3</td>
              <td align="left">Not Supported</td>
            </tr>
            <tr>
              <td align="right">0x4</td>
              <td align="left">Namespace Prefix Unknown</td>
            </tr>
            <tr>
              <td align="right">0x5</td>
              <td align="left">Namespace Prefix Overlap</td>
            </tr>
            <tr>
              <td align="right">0x10</td>
              <td align="left">Malformed Auth Token</td>
            </tr>
            <tr>
              <td align="right">0x12</td>
              <td align="left">Expired Auth Token</td>
            </tr>
          </tbody>
        </table>
        <ul spacing="normal">
          <li>
            <t>Internal Error - An implementation specific or generic error occurred.</t>
          </li>
          <li>
            <t>Unauthorized - The subscriber is not authorized to subscribe to the given
namespace prefix.</t>
          </li>
          <li>
            <t>Timeout - The operation could not be completed before an implementation
specific timeout.</t>
          </li>
          <li>
            <t>Not Supported - The endpoint does not support the SUBSCRIBE_NAMESPACE method.</t>
          </li>
          <li>
            <t>Namespace Prefix Unknown - The namespace prefix is not available for
subscription.</t>
          </li>
          <li>
            <t>Namespace Prefix Overlap - The namespace prefix overlaps with another
SUBSCRIBE_NAMESPACE in the same session.</t>
          </li>
          <li>
            <t>Malformed Auth Token - Invalid Auth Token serialization during registration
(see <xref target="authorization-token"/>).</t>
          </li>
          <li>
            <t>Expired Auth Token - Authorization token has expired <xref target="authorization-token"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="message-unsub-ns">
        <name>UNSUBSCRIBE_NAMESPACE</name>
        <t>A subscriber issues a <tt>UNSUBSCRIBE_NAMESPACE</tt> message to a publisher indicating
it is no longer interested in ANNOUNCE, UNANNOUNCE and PUBLISH messages for the
specified track namespace prefix.</t>
        <t>The format of <tt>UNSUBSCRIBE_NAMESPACE</tt> is as follows:</t>
        <figure anchor="moq-transport-unsub-ann-format">
          <name>MOQT UNSUBSCRIBE_NAMESPACE Message</name>
          <artwork><![CDATA[
UNSUBSCRIBE_NAMESPACE Message {
  Type (i) = 0x14,
  Length (16),
  Track Namespace Prefix (tuple)
}
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <t>Track Namespace Prefix: As defined in <xref target="message-subscribe-ns"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="data-streams">
      <name>Data Streams and Datagrams</name>
      <t>A publisher sends Objects matching a subscription on Data Streams or Datagrams.</t>
      <t>All unidirectional MOQT streams start with a variable-length integer indicating
the type of the stream in question.</t>
      <table>
        <thead>
          <tr>
            <th align="right">ID</th>
            <th align="left">Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">0x08-0x0D</td>
            <td align="left">SUBGROUP_HEADER  (<xref target="subgroup-header"/>)</td>
          </tr>
          <tr>
            <td align="right">0x05</td>
            <td align="left">FETCH_HEADER  (<xref target="fetch-header"/>)</td>
          </tr>
        </tbody>
      </table>
      <t>All MOQT datagrams start with a variable-length integer indicating the type of
the datagram.</t>
      <table>
        <thead>
          <tr>
            <th align="right">ID</th>
            <th align="left">Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">0x00-0x03</td>
            <td align="left">OBJECT_DATAGRAM (<xref target="object-datagram"/>)</td>
          </tr>
          <tr>
            <td align="right">0x04-0x05</td>
            <td align="left">OBJECT_DATAGRAM_STATUS (<xref target="object-datagram"/>)</td>
          </tr>
        </tbody>
      </table>
      <t>An endpoint that receives an unknown stream or datagram type <bcp14>MUST</bcp14> close the
session.</t>
      <t>The publisher only sends Objects after receiving a SUBSCRIBE or FETCH.  The
publisher <bcp14>MUST NOT</bcp14> send Objects that are not requested.  If an endpoint receives
an Object it never requested, it <bcp14>SHOULD</bcp14> terminate the session with a protocol
violation. Objects can arrive after a subscription or fetch has been cancelled,
so the session <bcp14>MUST NOT</bcp14> be teriminated in that case.</t>
      <t>Every Track has a single 'Object Forwarding Preference' and the Original
Publisher <bcp14>MUST NOT</bcp14> mix different forwarding preferences within a single track
(see <xref target="malformed-tracks"/>).</t>
      <section anchor="track-alias">
        <name>Track Alias</name>
        <t>To optimize wire efficiency, Subgroups and Datagrams refer to a track by a
numeric identifier, rather than the Full Track Name.  Track Alias is chosen by
the publisher and included in SUBSCRIBE_OK (<xref target="message-subscribe-ok"/> or PUBLISH
(<xref target="message-publish"/>).</t>
      </section>
      <section anchor="message-object">
        <name>Objects</name>
        <t>An Object contains a range of contiguous bytes from the
specified track, as well as associated metadata required to deliver,
cache, and forward it.  Objects are sent by publishers.</t>
        <section anchor="object-properties">
          <name>Canonical Object Properties</name>
          <t>A canonical MoQ Object has the following information:</t>
          <ul spacing="normal">
            <li>
              <t>Track Namespace and Track Name: The track this object belongs to.</t>
            </li>
            <li>
              <t>Group ID: The object is a member of the indicated group ID
<xref target="model-group"/> within the track.</t>
            </li>
            <li>
              <t>Object ID: The order of the object within the group.</t>
            </li>
            <li>
              <t>Publisher Priority: An 8 bit integer indicating the publisher's priority for
the Object <xref target="priorities"/>.</t>
            </li>
            <li>
              <t>Object Forwarding Preference: An enumeration indicating how a publisher sends
an object. The preferences are Subgroup and Datagram.  When in response to a
SUBSCRIBE, an Object <bcp14>MUST</bcp14> be sent according to its <tt>Object Forwarding
Preference</tt>, described below.</t>
            </li>
            <li>
              <t>Subgroup ID: The object is a member of the indicated subgroup ID (<xref target="model-subgroup"/>)
within the group. This field is omitted if the Object Forwarding Preference is
Datagram.</t>
            </li>
            <li>
              <t>Object Status: As enumeration used to indicate missing
objects or mark the end of a group or track. See <xref target="object-status"/> below.</t>
            </li>
            <li>
              <t>Object Extension Length: The total length of the Object Extension Headers
block, in bytes.</t>
            </li>
            <li>
              <t>Object Extensions : A sequence of Object Extension Headers. See
<xref target="object-extensions"/> below.</t>
            </li>
            <li>
              <t>Object Payload: An opaque payload intended for an End Subscriber and <bcp14>SHOULD
NOT</bcp14> be processed by a relay. Only present when 'Object Status' is Normal (0x0).</t>
            </li>
          </ul>
          <section anchor="object-status">
            <name>Object Status</name>
            <t>The Object Status informs subscribers what objects will not be received
because they were never produced, are no longer available, or because they
are beyond the end of a group or track.</t>
            <t><tt>Status</tt> can have following values:</t>
            <ul spacing="normal">
              <li>
                <t>0x0 := Normal object. This status is implicit for any non-zero length object.
       Zero-length objects explicitly encode the Normal status.</t>
              </li>
              <li>
                <t>0x1 := Indicates Object does not exist. Indicates that this object
       does not exist at any publisher and it will not be published in
       the future. This <bcp14>SHOULD</bcp14> be cached.</t>
              </li>
              <li>
                <t>0x3 := Indicates end of Group. ObjectId is one greater that the
       largest object produced in the group identified by the
       GroupID. This is sent right after the last object in the
       group. If the ObjectID is 0, it indicates there are no Objects
       in this Group. This <bcp14>SHOULD</bcp14> be cached. A publisher <bcp14>MAY</bcp14> use an end of
       Group object to signal the end of all open Subgroups in a Group. A
       non-zero-length Object can be the End of Group, as signaled in
       the DATAGRAM or SUBGROUP_HEADER Type field (see <xref target="object-datagram"/>
       and <xref target="subgroup-header"/>).</t>
              </li>
              <li>
                <t>0x4 := Indicates end of Track. GroupID is either the largest group produced
       in this track and the ObjectID is one greater than the largest object
       produced in that group, or GroupID is one greater than the largest
       group produced in this track and the ObjectID is zero. This status
       also indicates the last group has ended. An object with this status
       that has a Group ID less than any other GroupID, or an ObjectID less
       than or equal to the largest in the specified group, is a protocol
       error, and the receiver <bcp14>MUST</bcp14> terminate the session. This <bcp14>SHOULD</bcp14> be
       cached.</t>
              </li>
            </ul>
            <t>Any other value <bcp14>SHOULD</bcp14> be treated as a protocol error and terminate the
session with a Protocol Violation (<xref target="session-termination"/>).
Any object with a status code other than zero <bcp14>MUST</bcp14> have an empty payload.</t>
          </section>
          <section anchor="object-extensions">
            <name>Object Extension Header</name>
            <t>Any Object may have extension headers except those with Object Status 'Object
Does Not Exist'.  If an endpoint receives a non-existent Object containing
extension headers it <bcp14>MUST</bcp14> close the session with a Protocol Violation.</t>
            <t>Object Extension Headers are visible to relays and allow the transmission of
future metadata relevant to MOQT Object distribution. Any Object metadata never
accessed by the transport or relays <bcp14>SHOULD</bcp14> be serialized as part of the Object
payload and not as an extension header.</t>
            <t>Extension Headers are defined in external specifications and registered in an
IANA table <xref target="iana"/>. These specifications define the type and value of the
header, along with any rules concerning processing, modification, caching and
forwarding. A relay which is coded to implement these rules is said to
"support" the extension.</t>
            <t>If unsupported by the relay, Extension Headers <bcp14>MUST NOT</bcp14> be modified, <bcp14>MUST</bcp14> be
cached as part of the Object and <bcp14>MUST</bcp14> be forwarded by relays.</t>
            <t>If supported by the relay and subject to the processing rules specified in the
definition of the extension, Extension Headers <bcp14>MAY</bcp14> be modified, added, removed,
and/or cached by relays.</t>
            <t>Object Extension Headers are serialized as Key-Value-Pairs (see
<xref target="moq-key-value-pair"/>).</t>
            <t>Header types are registered in the IANA table 'MOQ Extension Headers'.
See <xref target="iana"/>.</t>
          </section>
        </section>
      </section>
      <section anchor="datagrams">
        <name>Datagrams</name>
        <t>A single object can be conveyed in a datagram.  The Track Alias field
<xref target="track-alias"/> indicates the track this Datagram belongs to.  If an endpoint
receives a datagram with an unknown Track Alias, it <bcp14>MAY</bcp14> drop the datagram or
choose to buffer it for a brief period to handle reordering with the control
message that establishes the Track Alias.</t>
        <t>An Object received in an <tt>OBJECT_DATAGRAM</tt> or <tt>OBJECT_DATAGRAM_STATUS</tt> message
has an <tt>Object Forwarding Preference</tt> = <tt>Datagram</tt>.</t>
        <t>To send an Object with <tt>Object Forwarding Preference</tt> = <tt>Datagram</tt>, determine
the length of the header and payload and send the Object as datagram.  When the
total size is larger than maximum datagram size for the session, the Object will
be dropped without any explicit notification.</t>
        <t>Each session along the path between the Original Publisher and End Subscriber
might have different maximum datagram sizes. Additionally, Object Extension
Headers (<xref target="object-extensions"/>) can be added to Objects as they pass through
the MOQT network, increasing the size of the Object and the chances it will
exceed the maximum datagram size of a downstream session and be dropped.</t>
        <section anchor="object-datagram">
          <name>Object Datagram</name>
          <t>An <tt>OBJECT_DATAGRAM</tt> carries a single object in a datagram.</t>
          <figure anchor="object-datagram-format">
            <name>MOQT OBJECT_DATAGRAM</name>
            <artwork><![CDATA[
OBJECT_DATAGRAM {
  Type (i) = 0x0-0x4,
  Track Alias (i),
  Group ID (i),
  Object ID (i),
  Publisher Priority (8),
  [Extension Headers Length (i),
  Extension headers (...)],
  Object Payload (..),
}
]]></artwork>
          </figure>
          <t>There are 4 defined Type values for OBJECT_DATAGRAM:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Type</th>
                <th align="left">End Of Group</th>
                <th align="left">Extensions</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left"> </td>
                <td align="left"> </td>
                <td align="left">Present</td>
              </tr>
              <tr>
                <td align="left">0x00</td>
                <td align="left">No</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x01</td>
                <td align="left">No</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x02</td>
                <td align="left">Yes</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x03</td>
                <td align="left">Yes</td>
                <td align="left">Yes</td>
              </tr>
            </tbody>
          </table>
          <t>For Type values where End of Group is Yes, the Object is the last Object in the
Group.</t>
          <t>For Type values where Extensions Present is No, Extensions Headers Length is not
present and the Object has no extensions.  When Extensions Present is Yes,
Extension Headers Length is present.  If an endpoint receives a datagram with
Type 0x01 and Extension Headers Length is 0, it <bcp14>MUST</bcp14> close the session with
Protocol Violation.</t>
          <t>There is no explicit length field.  The entirety of the transport datagram
following Publisher Priority contains the Object Payload.</t>
        </section>
        <section anchor="object-datagram-status">
          <name>Object Datagram Status</name>
          <t>An <tt>OBJECT_DATAGRAM_STATUS</tt> is similar to OBJECT_DATAGRAM except it
conveys an Object Status and has no payload.</t>
          <figure anchor="object-datagram-status-format">
            <name>MOQT OBJECT_DATAGRAM_STATUS</name>
            <artwork><![CDATA[
OBJECT_DATAGRAM_STATUS {
  Type (i),
  Track Alias (i),
  Group ID (i),
  Object ID (i),
  Publisher Priority (8),
  [Extension Headers Length (i),
  Extension headers (...)],
  Object Status (i),
}
]]></artwork>
          </figure>
          <t>The Type field takes the form 0b0000001X (or the set of values from 0x02 to
0x03). The LSB of the type determines if the Extensions Headers Length and
Extension headers are present. If an endpoint receives a datagram with Type
0x03 and Extension Headers Length is 0, it <bcp14>MUST</bcp14> close the session with Protocol
Violation.</t>
        </section>
      </section>
      <section anchor="streams">
        <name>Streams</name>
        <t>When objects are sent on streams, the stream begins with a Subgroup Header
and is followed by one or more sets of serialized object fields.
If a stream ends gracefully in the middle of a serialized Object, the session
<bcp14>SHOULD</bcp14> be terminated with a Protocol Violation.</t>
        <t>A publisher <bcp14>SHOULD NOT</bcp14> open more than one stream at a time with the same Subgroup
Header field values.</t>
        <section anchor="stream-cancellation">
          <name>Stream Cancellation</name>
          <t>Streams aside from the control stream <bcp14>MAY</bcp14> be canceled due to congestion
or other reasons by either the publisher or subscriber. Early termination of a
stream does not affect the MoQ application state, and therefore has no
effect on outstanding subscriptions.</t>
        </section>
        <section anchor="subgroup-header">
          <name>Subgroup Header</name>
          <t>All Objects on a Subgroup stream belong to the track identified by <tt>Track Alias</tt>
(see <xref target="track-alias"/>) and the Subgroup indicated by 'Group ID' and <tt>Subgroup
ID</tt> in the SUBGROUP_HEADER.</t>
          <t>If an endpoint receives a subgroup with an unknown Track Alias, it <bcp14>MAY</bcp14> abandon
the stream, or choose to buffer it for a brief period to handle reordering with
the control message that establishes the Track Alias.  The endpoint <bcp14>MAY</bcp14> withhold
stream flow control beyond the SUBGROUP_HEADER until the Track Alias has been
established.  To prevent deadlocks, the publisher <bcp14>MUST</bcp14> allocate connection flow
control to the control stream before allocating it any data streams. Otherwise,
a receiver might wait for a control message containing a Track Alias to release
flow control, while the sender waits for flow control to send the message.</t>
          <figure anchor="object-header-format">
            <name>MOQT SUBGROUP_HEADER</name>
            <artwork><![CDATA[
SUBGROUP_HEADER {
  Type (i) = 0x8..0xD,
  Track Alias (i),
  Group ID (i),
  [Subgroup ID (i),]
  Publisher Priority (8),
}
]]></artwork>
          </figure>
          <t>All Objects received on a stream opened with <tt>SUBGROUP_HEADER</tt> have an
<tt>Object Forwarding Preference</tt> = <tt>Subgroup</tt>.</t>
          <t>There are 12 defined Type values for SUBGROUP_HEADER:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Type</th>
                <th align="left">Subgroup ID</th>
                <th align="left">Subgroup ID</th>
                <th align="left">Extensions</th>
                <th align="left">Contains End</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left"> </td>
                <td align="left">Field Present</td>
                <td align="left">Value</td>
                <td align="left">Present</td>
                <td align="left">of Group</td>
              </tr>
              <tr>
                <td align="left">0x10</td>
                <td align="left">No</td>
                <td align="left">0</td>
                <td align="left">No</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x11</td>
                <td align="left">No</td>
                <td align="left">0</td>
                <td align="left">Yes</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x12</td>
                <td align="left">No</td>
                <td align="left">First Object ID</td>
                <td align="left">No</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x13</td>
                <td align="left">No</td>
                <td align="left">First Object ID</td>
                <td align="left">Yes</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x14</td>
                <td align="left">Yes</td>
                <td align="left">N/A</td>
                <td align="left">No</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x15</td>
                <td align="left">Yes</td>
                <td align="left">N/A</td>
                <td align="left">Yes</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">0x18</td>
                <td align="left">No</td>
                <td align="left">0</td>
                <td align="left">No</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x19</td>
                <td align="left">No</td>
                <td align="left">0</td>
                <td align="left">Yes</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x1A</td>
                <td align="left">No</td>
                <td align="left">First Object ID</td>
                <td align="left">No</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x1B</td>
                <td align="left">No</td>
                <td align="left">First Object ID</td>
                <td align="left">Yes</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x1C</td>
                <td align="left">Yes</td>
                <td align="left">N/A</td>
                <td align="left">No</td>
                <td align="left">Yes</td>
              </tr>
              <tr>
                <td align="left">0x1D</td>
                <td align="left">Yes</td>
                <td align="left">N/A</td>
                <td align="left">Yes</td>
                <td align="left">Yes</td>
              </tr>
            </tbody>
          </table>
          <t>For Type values where Contains End of Group is Yes, the last Object in this
Subgroup stream before a FIN is the last Object in the Group.  If the Subgroup
stream is terminated with a RESET_STREAM or RESET_STREAM_AT, the receiver cannot
determine the End of Group Object ID.</t>
          <t>For Type values where Subgroup ID Field Present is No, there is no explicit
Subgroup ID field in the header and the Subgroup ID is either 0 (for Types
0x10-11 and 0x18-19) or the Object ID of the first object transmitted in this
subgroup (for Types 0x12-13 and 0x1A-1B).</t>
          <t>For Type values where Extensions Present is No, Extensions Headers Length is
not present and all Objects have no extensions.  When Extensions Present is
Yes, Extension Headers Length is present in all Objects in this subgroup.
Objects with no extensions set Extension Headers Length to 0.</t>
          <t>To send an Object with <tt>Object Forwarding Preference</tt> = <tt>Subgroup</tt>, find the open
stream that is associated with the subscription, <tt>Group ID</tt> and <tt>Subgroup ID</tt>,
or open a new one and send the <tt>SUBGROUP_HEADER</tt>. Then serialize the
following fields.</t>
          <t>The Object Status field is only sent if the Object Payload Length is zero.</t>
          <figure anchor="object-subgroup-format">
            <name>MOQT Subgroup Object Fields</name>
            <artwork><![CDATA[
{
  Object ID (i),
  [Extension Headers Length (i),
  Extension headers (...)],
  Object Payload Length (i),
  [Object Status (i)],
  Object Payload (..),
}
]]></artwork>
          </figure>
          <t>A publisher <bcp14>MUST NOT</bcp14> send an Object on a stream if its Object ID is less than a
previously sent Object ID within a given group in that stream.</t>
        </section>
        <section anchor="closing-subgroup-streams">
          <name>Closing Subgroup Streams</name>
          <t>Subscribers will often need to know if they have received all objects in a
Subgroup, particularly if they serve as a relay or cache. QUIC and Webtransport
streams provide signals that can be used for this purpose. Closing Subgroups
promptly frees system resources and often unlocks flow control credit to open
more streams.</t>
          <t>If a sender has delivered all objects in a Subgroup to the QUIC stream, except
any Objects with Locations smaller than the subscription's Start Location, it
<bcp14>MUST</bcp14> close the stream with a FIN.</t>
          <t>If a sender closes the stream before delivering all such objects to the QUIC
stream, it <bcp14>MUST</bcp14> use a RESET_STREAM or RESET_STREAM_AT
<xref target="I-D.draft-ietf-quic-reliable-stream-reset"/> frame. This includes an open
Subgroup exceeding its Delivery Timeout, early termination of subscription due
to an UNSUBSCRIBE message, a publisher's decision to end the subscription early,
or a SUBSCRIBE_UPDATE moving the subscription's End Group to a smaller Group or
the Start Location to a larger Location.  When RESET_STREAM_AT is used, the
reliable_size <bcp14>SHOULD</bcp14> include the stream header so the receiver can identify the
corresponding subscription and accurately account for reset data streams when
handling SUBSCRIBE_DONE (see <xref target="message-subscribe-done"/>).  Publishers that reset
data streams without using RESET_STREAM_AT with an appropriate reliable_size can
cause subscribers to hold on to subscription state until a timeout expires.</t>
          <t>A sender might send all objects in a Subgroup and the FIN on a QUIC stream,
and then reset the stream. In this case, the receiving application would receive
the FIN if and only if all objects were received. If the application receives
all data on the stream and the FIN, it can ignore any RESET_STREAM it receives.</t>
          <t>If a sender will not deliver any objects from a Subgroup, it <bcp14>MAY</bcp14> send
a SUBGROUP_HEADER on a new stream, with no objects, and then send RESET_STREAM_AT
with a reliable_size equal to the length of the stream header. This explicitly
tells the receiver there is an unsent Subgroup.</t>
          <t>A relay <bcp14>MUST NOT</bcp14> forward an Object on an existing Subgroup stream unless it is
the next Object in that Subgroup.  A relay knows that an Object is the next
Object in the Subgroup if at least one of the following is true:
 * the Object ID is one greater than the previous Object sent on this Subgroup
   stream.
 * the Object was received on the same upstream Subgroup stream as the
   previously sent Object on the downstream Subgroup stream, with no other
   Objects in between.
 * it knows all Object IDs between the current and previous Object IDs
   on the Subgroup stream belong to different Subgroups or do not exist.</t>
          <t>If the relay does not know if an Object is the next Object, it <bcp14>MUST</bcp14> reset the
Subgroup stream and open a new one to forward it.</t>
          <t>Since SUBSCRIBEs always end on a group boundary, an ending subscription can
always cleanly close all its subgroups. A sender that terminates a stream
early for any other reason (e.g., to handoff to a different sender) <bcp14>MUST</bcp14>
use RESET_STREAM or RESET_STREAM_AT. Senders <bcp14>SHOULD</bcp14> terminate a stream on
Group boundaries to avoid doing so.</t>
          <t>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 <bcp14>MAY</bcp14> 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.</t>
          <t>Similarly, an EndOfGroup message indicates the maximum Object ID in the
Group, so if all Objects in the Group have been received, a FIN can be sent on
any stream where the entire subgroup has been sent. This might be complex to
implement.</t>
          <t>Processing a RESET_STREAM or RESET_STREAM_AT means that there might be other
objects in the Subgroup beyond the last one received. A relay might immediately
reset the corresponding downstream stream, or it might attempt to recover the
missing Objects in an effort send all the objects in the subgroups and the FIN. It also
might send RESET_STREAM_AT with reliable_size set to the last object it has, so
as to reliably deliver the objects it has while signaling that other objects
might exist.</t>
          <t>A subscriber <bcp14>MAY</bcp14> send a QUIC STOP_SENDING frame for a subgroup stream if the Group
or Subgroup is no longer of interest to it. The publisher <bcp14>SHOULD</bcp14> respond with
RESET_STREAM or RESET_STREAM_AT. If RESET_STREAM_AT is sent, note that the receiver
has indicated no interest in the objects, so setting a reliable_size beyond the
stream header is of questionable utility.</t>
          <t>RESET_STREAM and STOP_SENDING on SUBSCRIBE data streams have no impact on other
Subgroups in the Group or the subscription, although applications might cancel all
Subgroups in a Group at once.</t>
          <t>The application <bcp14>SHOULD</bcp14> use a relevant error code in RESET_STREAM or
RESET_STREAM_AT, as defined below:</t>
          <table>
            <thead>
              <tr>
                <th align="right">Code</th>
                <th align="left">Reason</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="right">0x0</td>
                <td align="left">Internal Error</td>
              </tr>
              <tr>
                <td align="right">0x1</td>
                <td align="left">Cancelled</td>
              </tr>
              <tr>
                <td align="right">0x2</td>
                <td align="left">Delivery Timeout</td>
              </tr>
              <tr>
                <td align="right">0x3</td>
                <td align="left">Session Closed</td>
              </tr>
            </tbody>
          </table>
          <dl>
            <dt>Internal Error:</dt>
            <dd>
              <t>An implementation specific error</t>
            </dd>
            <dt>Cancelled:</dt>
            <dd>
              <t>The subscriber requested cancellation via UNSUBSCRIBE, FETCH_CANCEL or
STOP_SENDING, or the publisher ended the subscription, in which case
SUBSCRIBE_DONE (<xref target="message-subscribe-done"/>) will have a more detailed
status code.</t>
            </dd>
            <dt>Delivery Timeout:</dt>
            <dd>
              <t>The DELIVERY TIMEOUT <xref target="delivery-timeout"/> was exceeded for this
stream</t>
            </dd>
            <dt>Session Closed:</dt>
            <dd>
              <t>The publisher session is being closed</t>
            </dd>
          </dl>
        </section>
        <section anchor="fetch-header">
          <name>Fetch Header</name>
          <t>When a stream begins with <tt>FETCH_HEADER</tt>, all objects on the stream belong to the
track requested in the Fetch message identified by <tt>Request ID</tt>.</t>
          <figure anchor="fetch-header-format">
            <name>MOQT FETCH_HEADER</name>
            <artwork><![CDATA[
FETCH_HEADER {
  Type (i) = 0x5,
  Request ID (i),
}
]]></artwork>
          </figure>
          <t>Each object sent on a fetch stream after the FETCH_HEADER has the following format:</t>
          <figure anchor="object-fetch-format">
            <name>MOQT Fetch Object Fields</name>
            <artwork><![CDATA[
{
  Group ID (i),
  Subgroup ID (i),
  Object ID (i),
  Publisher Priority (8),
  Extension Headers Length (i),
  [Extension headers (...)],
  Object Payload Length (i),
  [Object Status (i)],
  Object Payload (..),
}
]]></artwork>
          </figure>
          <t>The Object Status field is only sent if the Object Payload Length is zero.</t>
          <t>The Subgroup ID field of an object with a Forwarding Preference of "Datagram"
(see <xref target="object-properties"/>) is set to the Object ID.</t>
        </section>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>Sending a subgroup on one stream:</t>
        <artwork><![CDATA[
Stream = 2

SUBGROUP_HEADER {
  Type = 0
  Track Alias = 2
  Group ID = 0
  Subgroup ID = 0
  Publisher Priority = 0
}
{
  Object ID = 0
  Object Payload Length = 4
  Payload = "abcd"
}
{
  Object ID = 1
  Object Payload Length = 4
  Payload = "efgh"
}
]]></artwork>
        <t>Sending a group on one stream, with the first object containing two
Extension Headers.</t>
        <artwork><![CDATA[
Stream = 2

SUBGROUP_HEADER {
  Type = 1
  Track Alias = 2
  Group ID = 0
  Publisher Priority = 0
}
{
  Object ID = 0
  Extension Headers Length = 33
    { Type = 4
      Value = 2186796243
    },
    { Type = 77
      Length = 21
      Value = "traceID:123456"
    }
  Object Payload Length = 4
  Payload = "abcd"
}
{
  Object ID = 1
  Extension Headers Length = 0
  Object Payload Length = 4
  Payload = "efgh"
}

]]></artwork>
      </section>
    </section>
    <section anchor="extension-headers">
      <name>Extension Headers</name>
      <t>The following Object Extension Headers are defined in MOQT.</t>
      <section anchor="prior-group-id-gap">
        <name>Prior Group ID Gap</name>
        <t>Prior Group ID Gap (Extension Header Type 0x40) is a variable length integer
containing the number of Groups prior to the current Group that do not and will
never exist. For example, if the Original Publisher published an Object in Group
7 and knows it will never publish any Objects in Group 8 or Group 9, it can
include Prior Group ID Gap = 2 in any number of Objects in Group 10, as it sees
fit.  A track with a Group that contains more than one Object with different
values for Prior Group ID Gap or has a Prior Group ID Gap larger than the Group
ID is considered malformed.  If an endpoint receives an Object with a Group ID
within a previously communicated gap it also treats the track as malformed
(see <xref target="malformed-tracks"/>.</t>
        <t>This extension is optional, as publishers might not know the prior gap gize, or
there may not be a gap. If Prior Group ID Gap is not present, the receiver
cannot infer any information about the existence of prior groups (see
<xref target="group-ordering"/>).</t>
        <t>This extension can be added by the Original Publisher, but <bcp14>MUST NOT</bcp14> be added by
relays. This extension <bcp14>MUST NOT</bcp14> be modified or removed.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>TODO: Expand this section, including subscriptions.</t>
      <section anchor="resource-exhaustion">
        <name>Resource Exhaustion</name>
        <t>Live content requires significant bandwidth and resources.  Failure to
set limits will quickly cause resource exhaustion.</t>
        <t>MOQT uses stream limits and flow control to impose resource limits at
the network layer.  Endpoints <bcp14>SHOULD</bcp14> set flow control limits based on the
anticipated bitrate.</t>
        <t>Endpoints <bcp14>MAY</bcp14> impose a MAX STREAM count limit which would restrict the
number of concurrent streams which an application could have in
flight.</t>
        <t>The publisher prioritizes and transmits streams out of order.  Streams
might be starved indefinitely during congestion.  The publisher and
subscriber <bcp14>MUST</bcp14> cancel a stream, preferably the lowest priority, after
reaching a resource limit.</t>
      </section>
      <section anchor="timeouts">
        <name>Timeouts</name>
        <t>Implementations are advised to use timeouts to prevent resource
exhaustion attacks by a peer that does not send expected data within
an expected time.  Each implementation is expected to set its own limits.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>TODO: fill out currently missing registries:</t>
      <ul spacing="normal">
        <li>
          <t>MOQT version numbers</t>
        </li>
        <li>
          <t>Setup parameters</t>
        </li>
        <li>
          <t>Subscribe parameters - List which params can be repeated in the table.</t>
        </li>
        <li>
          <t>Subscribe Error codes</t>
        </li>
        <li>
          <t>Subscribe Namespace Error codes</t>
        </li>
        <li>
          <t>Publish Error codes</t>
        </li>
        <li>
          <t>Announce Error codes</t>
        </li>
        <li>
          <t>Announce Cancel Reason codes</t>
        </li>
        <li>
          <t>Message types</t>
        </li>
        <li>
          <t>MOQ Extension headers - we wish to reserve extension types 0-63 for
standards utilization where space is a premium, 64 - 16383 for
standards utilization where space is less of a concern, and 16384 and
above for first-come-first-served non-standardization usage.
List which headers can be repeated in the table.</t>
        </li>
        <li>
          <t>MOQT Auth Token Type</t>
        </li>
      </ul>
      <t>TODO: register the URI scheme and the ALPN and grease the Extension types</t>
    </section>
    <section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>The original design behind this protocol was inspired by three independent
proposals: WARP <xref target="I-D.draft-lcurley-warp"/> by Luke Curley, RUSH
<xref target="I-D.draft-kpugin-rush"/> by Kirill Pugin, Nitin Garg, Alan Frindell, Jordi
Cenzano and Jake Weissman, and QUICR <xref target="I-D.draft-jennings-moq-quicr-proto"/> by
Cullen Jennings, Suhas Nandakumar and Christian Huitema.  The authors of those
documents merged their proposals to create the first draft of moq-transport.
The IETF MoQ Working Group received an enormous amount of support from many
people. The following people provided substantive contributions to this
document:</t>
      <ul spacing="normal">
        <li>
          <t>Ali Begen</t>
        </li>
        <li>
          <t>Charles Krasic</t>
        </li>
        <li>
          <t>Christian Huitema</t>
        </li>
        <li>
          <t>Cullen Jennings</t>
        </li>
        <li>
          <t>James Hurley</t>
        </li>
        <li>
          <t>Jordi Cenzano</t>
        </li>
        <li>
          <t>Kirill Pugin</t>
        </li>
        <li>
          <t>Luke Curley</t>
        </li>
        <li>
          <t>Martin Duke</t>
        </li>
        <li>
          <t>Mike English</t>
        </li>
        <li>
          <t>Mo Zanaty</t>
        </li>
        <li>
          <t>Will Law</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="WebTransport">
          <front>
            <title>WebTransport over HTTP/3</title>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Facebook</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   WebTransport [OVERVIEW] is a protocol framework that enables clients
   constrained by the Web security model to communicate with a remote
   server using a secure multiplexed transport.  This document describes
   a WebTransport protocol that is based on HTTP/3 [HTTP3] and provides
   support for unidirectional streams, bidirectional streams and
   datagrams, all multiplexed within the same HTTP/3 connection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-12"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="I-D.draft-ietf-quic-reliable-stream-reset">
          <front>
            <title>QUIC Stream Resets with Partial Delivery</title>
            <author fullname="Marten Seemann" initials="M." surname="Seemann">
         </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <date day="14" month="June" year="2025"/>
            <abstract>
              <t>   QUIC defines a RESET_STREAM frame to abort sending on a stream.  When
   a sender resets a stream, it also stops retransmitting STREAM frames
   for this stream in the event of packet loss.  On the receiving side,
   there is no guarantee that any data sent on that stream is delivered.

   This document defines a new QUIC frame, the RESET_STREAM_AT frame,
   that allows resetting a stream, while guaranteeing delivery of stream
   data up to a certain byte offset.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-reliable-stream-reset-07"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC8615">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="RFC7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="I-D.ietf-webtrans-overview">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="25" month="February" year="2025"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with an abstract model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which may be optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-09"/>
        </reference>
        <reference anchor="RFC9438">
          <front>
            <title>CUBIC for Fast and Long-Distance Networks</title>
            <author fullname="L. Xu" initials="L." surname="Xu"/>
            <author fullname="S. Ha" initials="S." surname="Ha"/>
            <author fullname="I. Rhee" initials="I." surname="Rhee"/>
            <author fullname="V. Goel" initials="V." surname="Goel"/>
            <author fullname="L. Eggert" initials="L." role="editor" surname="Eggert"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and long-distance networks. CUBIC has been adopted as the default TCP congestion control algorithm by the Linux, Windows, and Apple stacks.</t>
              <t>This document updates the specification of CUBIC to include algorithmic improvements based on these implementations and recent academic work. Based on the extensive deployment experience with CUBIC, this document also moves the specification to the Standards Track and obsoletes RFC 8312. This document also updates RFC 5681, to allow for CUBIC's occasionally more aggressive sending behavior.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9438"/>
          <seriesInfo name="DOI" value="10.17487/RFC9438"/>
        </reference>
        <reference anchor="RFC6582">
          <front>
            <title>The NewReno Modification to TCP's Fast Recovery Algorithm</title>
            <author fullname="T. Henderson" initials="T." surname="Henderson"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <author fullname="Y. Nishida" initials="Y." surname="Nishida"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>RFC 5681 documents the following four intertwined TCP congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. RFC 5681 explicitly allows certain modifications of these algorithms, including modifications that use the TCP Selective Acknowledgment (SACK) option (RFC 2883), and modifications that respond to "partial acknowledgments" (ACKs that cover new data, but not all the data outstanding when loss was detected) in the absence of SACK. This document describes a specific algorithm for responding to partial acknowledgments, referred to as "NewReno". This response to partial acknowledgments was first proposed by Janey Hoe. This document obsoletes RFC 3782. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6582"/>
          <seriesInfo name="DOI" value="10.17487/RFC6582"/>
        </reference>
        <reference anchor="I-D.draft-lcurley-warp">
          <front>
            <title>Warp - Live Media Transport over QUIC</title>
            <author fullname="Luke Curley" initials="L." surname="Curley">
              <organization>Twitch</organization>
            </author>
            <author fullname="Kirill Pugin" initials="K." surname="Pugin">
              <organization>Meta</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   This document defines the core behavior for Warp, a live media
   transport protocol over QUIC.  Media is split into objects based on
   the underlying media encoding and transmitted independently over QUIC
   streams.  QUIC streams are prioritized based on the delivery order,
   allowing less important objects to be starved or dropped during
   congestion.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-lcurley-warp-04"/>
        </reference>
        <reference anchor="I-D.draft-kpugin-rush">
          <front>
            <title>RUSH - Reliable (unreliable) streaming protocol</title>
            <author fullname="Kirill Pugin" initials="K." surname="Pugin">
              <organization>Meta</organization>
            </author>
            <author fullname="Nitin Garg" initials="N." surname="Garg">
              <organization>Meta</organization>
            </author>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Meta</organization>
            </author>
            <author fullname="Jorge Cenzano Ferret" initials="J. C." surname="Ferret">
              <organization>Meta</organization>
            </author>
            <author fullname="Jake Weissman" initials="J." surname="Weissman">
              <organization>Meta</organization>
            </author>
            <date day="21" month="April" year="2025"/>
            <abstract>
              <t>   RUSH is an application-level protocol for ingesting live video.  This
   document describes the protocol and how it maps onto QUIC.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the mailing list (), which
   is archived at .

   Source for this draft and an issue tracker can be found at
   https://github.com/afrind/draft-rush.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kpugin-rush-03"/>
        </reference>
        <reference anchor="I-D.draft-jennings-moq-quicr-proto">
          <front>
            <title>QuicR - Media Delivery Protocol over QUIC</title>
            <author fullname="Cullen Fluffy Jennings" initials="C. F." surname="Jennings">
              <organization>cisco</organization>
            </author>
            <author fullname="Suhas Nandakumar" initials="S." surname="Nandakumar">
              <organization>Cisco</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   Recently new use cases have emerged requiring higher scalability of
   media delivery for interactive realtime applications and much lower
   latency for streaming applications and a combination thereof.

   draft-jennings-moq-arch specifies architectural aspects of QuicR, a
   media delivery protocol based on publish/subscribe metaphor and Relay
   based delivery tree, that enables a wide range of realtime
   applications with different resiliency and latency needs.

   This specification defines the protocol aspects of the QuicR media
   delivery architecture.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-jennings-moq-quicr-proto-01"/>
        </reference>
      </references>
    </references>
    <?line 3777?>

<section anchor="change-log">
      <name>Change Log</name>
      <t>RFC Editor's Note: Please remove this section prior to publication of a final version of this document.</t>
      <t>Issue and pull request numbers are listed with a leading octothorp.</t>
      <section anchor="since-draft-ietf-moq-transport-12">
        <name>Since draft-ietf-moq-transport-12</name>
        <ul spacing="normal">
          <li>
            <t>TRACK_STATUS_REQUEST and TRACK_STATUS have changed to directly mirror
SUBSCRIBE/OK/ERROR (#1015)</t>
          </li>
          <li>
            <t>SUBSCRIBE_ANNOUNCES was renamed back to SUBSCRIBE_NAMESPACE (#1049)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-11">
        <name>Since draft-ietf-moq-transport-11</name>
        <ul spacing="normal">
          <li>
            <t>Move Track Alias from SUBSCRIBE to SUBSCRIBE_OK (#977)</t>
          </li>
          <li>
            <t>Expand cases FETCH_OK returns Invalid Range (#946) and clarify fields (#936)</t>
          </li>
          <li>
            <t>Add an error code to FETCH_ERROR when an Object status is unknown (#825)</t>
          </li>
          <li>
            <t>Rename Latest Object to Largest Object (#1024) and clarify what to
do when it's incomplete (#937)</t>
          </li>
          <li>
            <t>Explain Malformed Tracks and what to do with them (#938)</t>
          </li>
          <li>
            <t>Allow End of Group to be indicated in a normal Object (#1011)</t>
          </li>
          <li>
            <t>Relays <bcp14>MUST</bcp14> have an upstream subscription to send SUBSCRIBE_OK (#1017)</t>
          </li>
          <li>
            <t>Allow AUTHORIZATION TOKEN in CLIENT_SETUP, SERVER_SETUP and
other fixes (#1013)</t>
          </li>
          <li>
            <t>Add PUBLISH for publisher initiated subscriptions (#995) and
fix the PUBLISH codepoints (#1048, #1051)</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-moq-transport-10">
        <name>Since draft-ietf-moq-transport-10</name>
        <ul spacing="normal">
          <li>
            <t>Added Common Structure definitions - Location, Key-Value-Pair and Reason
Phrase</t>
          </li>
          <li>
            <t>Limit lengths of all variable length fields, including Track Namespace and Name</t>
          </li>
          <li>
            <t>Control Message length is now 16 bits instead of variable length</t>
          </li>
          <li>
            <t>Subscribe ID became Request ID, and was added to most control messages. Request ID
is used to correlate OK/ERROR responses for ANNOUNCE, SUBSCRIBE_NAMESPACE,
and TRACK_STATUS.  Like Subscribe ID, Request IDs are flow controlled.</t>
          </li>
          <li>
            <t>Explain rules for caching in more detail</t>
          </li>
          <li>
            <t>Changed the SETUP parameter format for even number parameters to match the
Object Header Extension format</t>
          </li>
          <li>
            <t>Rotated SETUP code points</t>
          </li>
          <li>
            <t>Added Parameters to TRACK_STATUS and TRACK_STATUS_REQUEST</t>
          </li>
          <li>
            <t>Clarified how subscribe filters work</t>
          </li>
          <li>
            <t>Added Next Group Filter to SUBSCRIBE</t>
          </li>
          <li>
            <t>Added Forward flag to SUBSCRIBE</t>
          </li>
          <li>
            <t>Renamed FETCH_OK field to End and clarified how to set it</t>
          </li>
          <li>
            <t>Added Absolute Joining Fetch</t>
          </li>
          <li>
            <t>Clarified No Error vs Invalid Range FETCH_ERROR cases</t>
          </li>
          <li>
            <t>Use bits in SUBGROUP_HEADER and DATAGRAM* types to compress subgroup ID and
extensions</t>
          </li>
          <li>
            <t>Coalesced END_OF_GROUP and END_OF_TRACK_AND_GROUP status</t>
          </li>
          <li>
            <t>Objects that Do Not Exist cannot have extensions when sent on the wire</t>
          </li>
          <li>
            <t>Specified error codes for resetting data streams</t>
          </li>
          <li>
            <t>Defined an Object Header Extension for communicating a known Group ID gap</t>
          </li>
          <li>
            <t>Replaced AUTHORIZATION_INFO with AUTHORIZATION_TOKEN, which has more structure,
compression, and additional Auth related error codes (#760)</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9/XbUWJYv+P95Cl1yrQvkjYjE5EdlUp232oAhPQU2ZZus
6VudjeUIha0mLEVJCoyLop5lnmWebPb32UdSGMgi+65ZM7lWd2GFdD732Wd/
/vZ0Og1d2a2KB9mt58WizLP6TdFkf3q5/yg7afKqXddNdyvkZ2dN8eZBdln/
ddrp47Co51V+CZ8umnzZTcuiW06TN6Y7X4dF3sEb7x7vnuy9D3P447xurh9k
bbcIoVw3D7Ku2bTd/Xv3frh3P+RNkT/Islt/Ls6yvFpk+1VXNFXR+bG0m7PL
sm3Lujq5XkPT+3snT8JV3bw+b+rN2uZxqPO4FV4X1/D74kHIptllnORfN+U8
vCmqTQG/ZFu/zrKO+rn1Z+ijrM6zp/gmPr/MyxU8hyn/K859Vjfn+Dhv5hfw
+KLr1u2Dr77Ct/BR+aaY6Wtf4YOvzpr6qi2+gu+/wu/Oy+5ic8YNTq/Ov0qW
El9Yweq1nW+aXpzxh7OyTj/5atu2zC66y9WtENoO1vhVvqormN510Yb2Mm+6
V3/d1NDPg6yqw7p8kP2lq+eTrIXvmmLZwr+uL/kfsP2X+XoNS/JLCPmmu6gb
XMgp/F+WlRW0cDzLDqCL/PUGGqbHTC/Hm4u87f8Ey5JX5d/yDnb2QfaobOc1
PS94mduKX//XOf4ym9eXIe3s51n2c96Wq7J447r6uZx3dZP+kvb0tK7PV4Xv
6g2+/ObNv57TLyNd7c+y46ui61w/+3nlnn2ohxJ2Al/2XeDPTY0nESgQxtzr
c3eWPWnKalGsVq7b3RX0mzxPu35edLnvOF/iu/96CY+3dFrVzSV8/IYOBZ6A
B9nRk0c/3Lt3D/6Gc2knEeY8fUwUPb0qzoi4pkiYX8O5rpaxlTCdTrP8rIU3
5l0IJxdli6SzuSyqLlsUy7Iq2qy7KLJ53RTZWXGRvylhx6CFbCtHCneeH/7p
5O4ky+VAG21n66YGgq1X0HRbnlfFIuvqrF4XDRwe1xQQU/CzmWRXF+X8IoPe
i6wtL/HMZstNNcd1zFdldz3LsM8sX63g1ELH0NFiM4f26mWQQdTZenO2KtuL
DLheThyM2is7mFzVwpQX2Rt4EVhYO2/KNbadnV1nebjcrLpyvSrn0BE0mBXV
Yl2XVdfOsv0O3l/jGFugBOCH1FmH6wV/4RqWsLbl2QZbC8AskRe21DmutK4C
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
TLwmBYD+gGLAUJynchWra8FCZFYcK6CoDC7sdxjn4uuaiTi9UuCESBUlQjx2
OSugVEoMdsbfJBRo1haE+0H7NNqs4XVr2qyjgXC2KVeMjFSv1QMqcRUPqcjo
2arOO0qONdDZ3f3nj8e7arM7xdtZ9ujlw/1HmdQB+Obr70GMRAI4gtWSp999
+z1GnVGiJnDuijbedTjzf7A1peXpCqJj26/qihNZwMkNzClw2RDyAevOkNi6
poI0nEt7SS64mLexqPGcS2tM07Dea0m7P6GUSmpooc1wHZtstPZq5qpzU/Z3
lYJohqqWZrheJ6+2g2KYPhM8Bc7OEJQiLXhLV6FUI23RvUzHTWOXLVfzDMOd
2jaq8xZ0GFwlhHhVkLKl8B4yWQnZXjQ11s6eZbstZWxOwqXFLiTRkvR5hHc7
M2QIFZYjaCt1J8Ch7NXXmkyjhDVjw8fwNyCDc4yOurjEnACEw1RUhF5bV2W1
YKDKCFyKP11S1eRlxgBKUi5ecDcCoxPG8pwr2G+6IFC6lK+VbuLcNHTIAdN6
uJCQrFkaV7oGxaBeyPpZIcItiyL2Q2xvqgu95BregshHs0oouvatjmDoatTn
JTSwYQOmxFgppuCJ1XT2RZ9G9sPCzGhf0vIBvjC0pRi1XCIZgdI1o3aSPXx4
BFfqi6PDh3uvjk5OWGIFDWP1xli6lE7TwxHPde6mHjz0V32mAZA5shb8ktCY
0Mp1cjLLjjnIHOVRYlrSHd3ucSuC0NRmXWsiL9UqoiK8CKBD+esCoINDJQsb
lyjRiIhk9EQLgVmLAGQQzx4ed09ClBwgCKDKfo4YgFVK4FHONONdujs57Paw
SiQ0NkZRXMcaFGtfIM0LYxg4HOKvW0u9kTLFYXMuihhX5cXLh8/2j3+K9iS6
umNSmY6BCvy1rAYKtNtFTw9jiUYafHWIiYBB/2IZKUUW+RXDDQORUaIY4xp8
/IAlXjhmmdGQ3d866ENMTpB22czdFgZWgLJeiCVnJ8N10VCi9cIHX7t1oHG4
bLeXLx7vnuxNvGNky0deiJ4k1ikCIuqSlelPF5PqULIGJpXKvIJ3KmmOlHJX
xJhTWQhC/tjhPEDsR94O/Da8d2/S6z+tNWgIi2p29nY0bTWkY4BWd/qtso5o
cPCueGJX63aFZD/aQohBayz2Oql0ino2PFEoFmOhkKOO3nGjeZf9ikizXOIa
+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
D0kVkDPE7Xc0YRXgKW27Qyqs4reyIU/pRtDwZj6kRjZQrooDQVb/jOo/oVgF
kkmsW94kdU2jqsPtcgrt5YP3E/dZgHdDF3qv+59Q9jykddjqHASXVR/wlLL3
iau5IT0Go85nDbRVTts/6uYkhIXZkGIBYCms/kIJUwDJgzUeh6iODH88kpym
yKR/EFovyughJ8CPcE/YKWVcHekp77w6EvJMAjDk9Om49JpmsIzhXx77d/qj
DZcRPfufavo7S19Lm/5FXFcB84PBzurxQIhlBA5aGdgEjdMIVWiVZ+WX5NQ5
g1IBb62BmX4ABjXwlAGZBWl9NjFD8A9jeoSfwYSSsHFGTmbEhJLcLKk2oacx
M4nsa3QIM0NcM021XBnCHGQdX5Z6Aum2Bte5gg0oPi24qctm6Oy2QWv0aiw8
HaE/YXQyYqL9lXpjZJARkGO63W3owLW19Z9fLak//HhgM2P8Z/9aoEO0JD7J
xA6YDTtLkPD2xqt3iargOY/Vc2Xh50fJAEcSfnHX+4FkSUdr1nrceNhpPibv
WtJ8zJgryXfBvrS7XLT+Ti3OYks0XbBzjAGKLdbVXPilQLdsp0kaLKTlLa6l
FsUVc6nZud4ykK3xGP/8dmeTM4Lbs7Hm5+eczcPMbF5X02CK+kP/7fbm0VKz
+a325nHOxfDl5u9EN18tNZvfam+erX6nosnf7myer36nPuNsNle/U59xNl+v
fqc+42y2Vr9Tn3E2r1a/U59nNh0uvki2Zn2ILa9h1bi2dUJ6ZfF6Z7fb2yh5
Yoq6JPaF1Ps1GUN2f/tg+/D9weH+NmWA2b/fbx5KI1TWUQl2yEVNMuKlKUl2
ej2tNhKrGOz8nGU8fM4+xXnSkzTAFpleUTLZenF/xJNpHCgU/Q1yUAIj7G88
fyDttsKNYj/OCC+aZO1RsshMa28IHIpeGN6AYrm/8UjesNnf+PrBLXuBHTYD
M17gViPn5f3ADolxCT8wBo/MeySrTfZgzck3SF3RDKjlbdc7sMXGJ0RjVQvv
QWtmIgXQ8LXpj2BRhVKX4HIxHoRecSRGy1FspcMnPfSMgDunRMBQcOVE0dyW
IYF+wVAPT7lkwe8sjqtMtnYoBuDCuVlSDiCBr3BKmEJIdtvHnLf2NsNt8YM/
tjy2K4ToNGM0Z9nJ7gsF4IbdSaqu45rAQDzW3sOGSI3ZFAioh7xHiKh8qOp5
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

-->

</rfc>
