<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-navarre-quic-flexicast-00" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="FC-QUIC">Flexicast QUIC: combining unicast and multicast in a single QUIC connection</title>
    <seriesInfo name="Internet-Draft" value="draft-navarre-quic-flexicast-00"/>
    <author fullname="Louis Navarre">
      <organization>UCLouvain</organization>
      <address>
        <postal>
          <country>Belgium</country>
        </postal>
        <email>louis.navarre@uclouvain.be</email>
      </address>
    </author>
    <author fullname="Olivier Bonaventure">
      <organization>UCLouvain &amp; WELRI</organization>
      <address>
        <postal>
          <country>Belgium</country>
        </postal>
        <email>olivier.bonaventure@uclouvain.be</email>
      </address>
    </author>
    <date year="2024" month="October" day="21"/>
    <area>Transport</area>
    <workgroup>QUIC</workgroup>
    <keyword>quic</keyword>
    <keyword>multicast</keyword>
    <keyword>flexicast</keyword>
    <abstract>
      <?line 57?>

<t>This document proposes Flexicast QUIC, a simple extension to Multipath
QUIC that enables a source to send the same information to a set of
receivers using a combination of unicast paths and multicast distribution trees.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-navarre-quic-flexicast/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        QUIC Working Group mailing list (<eref target="mailto:quic@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/quic/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/quic/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/louisna/draft-navarre-quic-flexicast"/>.</t>
    </note>
  </front>
  <middle>
    <?line 64?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Starting from the initially efforts of Steve Deering <xref target="RFC1112"/>, the IETF
has developed a range of IP multicast solutions that enable the efficient
transmission of a single packet to a group of receivers. In this document,
we focus on Source-Specific Multicast for IP <xref target="RFC4607"/>, but the solution
proposed could also be applied to other forms of IP Multicast.</t>
      <t>Although IP Multicast is not a new solution, it is not as widely used by
applications as popular transport protocols like TCP <xref target="RFC9293"/> or QUIC <xref target="QUIC-TRANSPORT"/>
do not support multicast.
Current IP Multicast applications include IP TV distribution in ISP networks
and trading services for financial institutions. Many reasons explain the difficulty
of deploying IP Multicast <xref target="DIOT"/>. From the application's viewpoint, a
key challenge with IP Multicast is that even if there is a unicast path
between two hosts, there is no guarantee that it will be possible to create and
maintain a multicast tree between these two hosts to efficiently exchange
data using IP multicast. To cope with this problem, the applications must
implement a multicast solution and a unicast solution. This increases the
complexity and the cost of the application.
For this reason, many applications that send
the same information to a large set of receivers, such as streaming services
and software updates, still rely on TCP or QUIC over unicast. This is inefficient from
the network viewpoint as the network carries the same information multiple
times.</t>
      <t>The deployment of QUIC opens an interesting opportunity to reconsider the
utilization of IP Multicast. As QUIC runs above UDP, it could easily use
IP multicast to deliver information along multicast trees. Multicast
extensions to QUIC have already been proposed in
<xref target="I-D.pardue-quic-http-mcast"/> and <xref target="I-D.jholland-quic-multicast-05"/>.
To our knowledge, these extensions have not been fully implemented and deployed.</t>
      <t>Flexicast QUIC takes a different approach. Instead of extending QUIC <xref target="QUIC-TRANSPORT"/>,
Flexicast QUIC extends Multipath QUIC <xref target="MULTIPATH-QUIC"/>. Multipath QUIC
already includes several features that are very useful to allow a QUIC
connection to use unicast and multicast simultaneously.</t>
      <t>Flexicast QUIC proposes a simple extension to Multipath QUIC that enables to share an
additional path between multiple receivers. The destination address of
this path can be a multicast IP address and rely on a multicast forwarding
mechanism (e.g., IP Multicast) to transmit the packets.
This document defines the core design of Flexicast QUIC starting from Multipath QUIC.
Side documents will further expand this design to add new features.</t>
      <t>This document is organized as follows. After having specified some conventions
in <xref target="sec-conventions"/>, we provide a brief overview of Flexicast QUIC in
<xref target="sec-flexicast"/>. We describe in more details the Flexicast QUIC handshake
in <xref target="sec-handshake"/> and then the new QUIC frames in <xref target="sec-frames"/>.</t>
    </section>
    <section anchor="sec-conventions">
      <name>Conventions 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?>

</section>
    <section anchor="sec-flexicast">
      <name>Flexicast QUIC</name>
      <t>Multipath QUIC was designed to enable the simultaneous utilization of multiple
paths inside one QUIC connection. A Multipath QUIC connection
starts with a regular QUIC handshake, and adds the initial_max_path_id transport parameter
to negotiate the multipath extension. This parameter
specifies the maximum path identifier that an endpoint is willing to maintain
at connection establishment. Multipath QUIC requires the utilization of non-zero
connection identifiers and one packet number
space per path. Multipath QUIC assumes that the additional paths are created
by the client using the server address of the initial path.</t>
      <t>Consider as an example a smartphone that uses Multipath QUIC. This smartphone
has a Wi-Fi and a cellular interface. The smartphone has created the QUIC
connection over the cellular interface. After the handshake, the smartphone
and the server have exchanged additional connection identifiers. To create a
new path over the Wi-Fi interface, the smartphone sends a PATH_CHALLENGE over
this path using one of the connection identifiers advertised by the server.
The server replies with a PATH_RESPONSE using one of the connection
identifiers advertised by the smartphone. The smartphone confirms the establishment
of the second path using a PATH_RESPONSE. At this point that smartphone and the
server have two paths to exchange data: the first over the cellular interface
and the second over the Wi-Fi interface. Each path uses a different sequence number
space, but QUIC packets are encrypted using the same connection keys over both paths.
When a QUIC packet needs to be send, the packet scheduler selects the relevant path.
If a QUIC frame is lost over one path, it can be retransmitted over the other
paths.</t>
      <t>Flexicast QUIC extends Multipath QUIC by requiring that each path uses different
encryption and decryption keys. As such, multiple clients can share the same additional
path which is encrypted with a different key than their respective unicast path.
The IP destination address of this new, shared path <bcp14>MAY</bcp14> be a multicast address,
so that all receivers with multicast support receive the same packet.</t>
      <t>The case were the IP destination address is <em>not</em> an IP multicast address is discussed later in this document. In short: use packet replication at the source, e.g., using sendmmsg, using the unicast destination address of the receivers. Scales at the source because we generate and encrypt only one packet, and duplicating the bytes is straightforward.</t>
      <t>A Flexicast QUIC connection starts with a handshake like a regular QUIC
connection. R1, R2 and R3 establish a connection to S using the flexicast_support
and the initial_max_path_id transport parameters.
The initial path between each receiver and the source are individually secured using
the keys derived at connection establishement. They remain open during the whole
communication and constitute a unicast bidirectional path between the source and
each receiver. This path is used for two very different purposes.
First, it acts as a control channel and enables the source to
exchange control information with each receiver. Second, it can be used to transmit
or retransmit data that cannot be delivered along the multicast tree.</t>
      <t>Most of the data sent over a Flexicast QUIC connection is transmitted along what
we call a flexicast flow. A <strong>flexicast flow</strong> is a unidirectional multipath path from a source
to a group of receivers. An important characteristic of a flexicast flow is that
all the packets sent by the source over this flow are secured using keys that are
shared between the source and the receivers attached to the flexicast flow.</t>
      <t>Flexicast QUIC supports two types of flexicast flows. The first type flexicast flow
is an IP multicast tree, as illustrated in <xref target="fig-flexicast-2"/>. The source relies on an underlying IP multicast network to create an IP multicast tree and selects a set
of encryption and authentication keys. It then advertises flexicast flow using the FC_ANNOUNCE frame to
the receivers. The FC_ANNOUNCE frame contains information such as the Flexicast Flow ID, i.e., the equivalent of the Connection ID for the flexicast flow, and the source and multicast group IP addresses that the receivers use to join the underlying IP multicast tree. The source then uses the FC_KEY frame
to avertise the shared keys to each receiver. They can now receive and decrypt
the data sent by the source along the multicast tree.
The Flexicast QUIC source uses this flexicast flow to efficiently sends data to multiple receivers
simultaneously (R1 and R2 in <xref target="fig-flexicast-2"/>).
R1 and R2 use their unicast path, created at connection establishment, to return acknowledgments.
A source can retransmit lost data either on the flexicast flow or over a specific unicast path,
e.g. when some data was missing at only one receiver.</t>
      <t>Flexicast QUIC supports non-multicast-capable receivers in two different ways. A first
approach is to use the unicast path to deliver the data to such receivers. This implies
that each data must be authenticated and encrypted using the TLS keys derived over each
unicast path. This is illustrated in <xref target="fig-flexicast-2"/> where receiver R3 lies in a non-multicast-capable network and relies on unicast delivery.</t>
      <t>This is not efficient when there are multiple receivers.
Flexicast QUIC supports a second type of flexicast flow which improves performance when
there are multiple unicast receivers. For these receivers, it is more efficient from the
source viewpoint to encrypt and authenticate a QUIC packet using shared keys and then
send a copy of this packet to all receivers, e.g. using system calls such as sendmmsg.
In this case, the source maintains a flexicast flow where it replicates each packet
towards each receiver. It also sends an FC_ANNOUNCE frame to advertise the flexicast flow,
using the receiver's IP address as a destination instead of a multicast address and later
an FC_KEY frame containing the shared keys.</t>
      <figure anchor="fig-flexicast-2">
        <name>A Flexicast QUIC connection is composed of two types of paths: (1) one bidirectional, unique, unicast path between the source and each receiver and (2) a flexicast flow from the source to a set of receivers relyinf on a multicast distribution tree</name>
        <artwork><![CDATA[
+----------------------------------------+
|   +----------------------------+       |    =======> flexicast flow
|   |                            |       |
|   |                            |       |    <------> unicast path
|   v      239.239.23.35:4433    v       |
+-> S ==============+==========> R1      |
    ^               \\                   v
    |                +=================> R2
    |
    +----------------------------> R3
]]></artwork>
      </figure>
      <t>At any point in time, if the network conditions of a receiver of a flexicast flow degrade, e.g., because the underlying multicast tree fails or because the receiver moves into a non-multicast network, it can leave the flexicast flow and continue receiving content through its unicast path. The seamless transition between a flexicast flow and a unicast path is possible because these are Multipath QUIC paths.</t>
      <t>Flexicast QUIC offers full reliability by retransmitting lost frames either to all receivers on the flexicast flow, or per-receiver using their unicast path.</t>
      <section anchor="extensions-to-multipath-quic">
        <name>Extensions to Multipath QUIC.</name>
        <t>Flexicast QUIC modifies Multipath QUIC in three ways to enable the
utilization of a shared unidirectional path, the flexicast flow, as one of the Multipath QUIC paths.
The flexicast flow can be transported on top of an IP multicast distribution tree to reach several receivers simultaneously,
which brings several challenges:</t>
        <ol spacing="normal" type="1"><li>
            <t>An IP multicast tree is unidirectional, in contrast with a Multipath QUIC path.</t>
          </li>
          <li>
            <t>An IP multicast tree is identified by a pair &lt;source address, group address&gt;.</t>
          </li>
          <li>
            <t>All the receivers attached to an IP Multicast tree receive the same packet.</t>
          </li>
        </ol>
        <t>Since an IP multicast tree is unidirectional, it is impossible to use the QUIC
path challenge/response mechanism to create the flexicast flow along an IP multicast tree.
Flexicast QUIC only uses path challenge/response on unicast paths.
Flexicast QUIC replaces the explicit path challenge/response from Multipath QUIC
to create the flexicast flow by an implicit path creation.
Since the destination address of this new "path" is a multicast IP address, it is impossible for
receivers to test its reachability from the source.
An underlying mechanism (e.g., using IGMP) <bcp14>SHOULD</bcp14> provide feedback to the receiver on the
reachability of the flexicast flow at the IP multicast address provided by the source.</t>
        <t>Furthermore, the data received over the flexicast flow cannot be acknowledged over this path
since it is unidirectional.
Because Flexicast QUIC uses Multipath QUIC, ACK frames are replaced by MP_ACK frames.
Flexicast QUIC receivers <bcp14>MUST</bcp14> send acknowledgments to the source using MP_ACK frames
sent on their unicast path.</t>
        <t>In single-source multicast, an IP multicast group is represented by the (S,G) tuple, respectively denoting the IP address of the multicast source and the multicast group.
To join the flexicast flow, the receivers must be informed of the (S,G) tuple of the underlying IP multicast tree. The server uses the FC_ANNOUNCE frame to
advertise the identifier of the multicast tree that the receivers can join.</t>
        <t>The Flexicast QUIC packets that are sent over the flexicast flow must
be encrypted and authenticated. However, these packets cannot be encrypted using
the TLS keys derived during the QUIC connection establishment since each unicast
path has its own set of TLS keys. To secure the transmission of Flexicast QUIC
packets along the flexicast flow, the source generates an independent set of
security keys and shares them using the FC_KEY frame (see <xref target="fc-key-frame"/>) to all receivers over
the unicast path. Since this frame is sent over the unicast paths, it is authenticated
and encrypted using the TLS keys associated to each unicast path.</t>
        <t><xref target="sec-packet-protection"/> gives more details on the modifications to <xref target="MULTIPATH-QUIC"/> to
protect packets sent on the flexicast flow.</t>
      </section>
    </section>
    <section anchor="sec-handshake">
      <name>Handshake Negotiation and Transport parameter</name>
      <t>Flexicast QUIC defines a new transport parameter, used to negotiate the use of the flexicast extension during the connection handshake, as specified in <xref target="QUIC-TRANSPORT"/>.
The new transport parameter is defined as follows:</t>
      <ul spacing="normal">
        <li>
          <t>flexicast_support (current version uses TBD-03): the presence of this transport parameter indicates support of the flexicast extension. The transport parameter contains two boolean values, respectively indicating support of IPv4 and IPv6 for multicast addresses. If an endpoint receives the flexicast_support transport parameter with both IPv4 and IPv6 supports set to false (0), it must close the connection with an error type of FC_PROTOCOL_VIOLATION.</t>
        </li>
      </ul>
      <t>The support of the flexicast extension is conditioned to the support of the multipath extension, as defined in <xref target="MULTIPATH-QUIC"/>.
Since a Flexicast flow is a new multipath path, the support of multipath, with sufficient (e.g., at least 2) path ID, is required, as defined in <xref section="2" sectionFormat="of" target="MULTIPATH-QUIC"/>.</t>
      <t>An endpoint receiving the flexicast_support transport parameter from its peer, without support for multipath <bcp14>MUST</bcp14> ignore the flexicast_support transport parameter, as if the peer does not support the flexicast extension.</t>
      <t>The extension does not change the definition of the transport parameters defined in <xref section="18.2" sectionFormat="of" target="QUIC-TRANSPORT"/>.</t>
    </section>
    <section anchor="initialisation-of-a-flexicast-flow">
      <name>Initialisation of a Flexicast Flow</name>
      <t>This section details how a Flexicast QUIC source advertises flexicast flows and how receivers join them.</t>
      <t><xref target="fig-join-flexicast-flow"/> illustrates how a Flexicast QUIC source and receiver exchange frames on the unicast
path to advertise and join a flexicast flow. The handshake uses the transport parameters defined in the previous section.
This handshake creates a QUIC connection between a source and a receiver. The source sends an FC_ANNOUNCE
frame over this connection to advertises the flexicast flow, e.g. an IP multicast tree. The receiver
joins the tree and then sends an FC_STATE(JOIN) frame to the source to indicate that it is attached
to the tree. The source sends an FC_KEY frame containing the security keys associated to the
flexicast flow. The receiver returns an FC_STATE(LISTEN) frame to indicate that it receives frames
over the flexicast flow.</t>
      <figure anchor="fig-join-flexicast-flow">
        <name>Flexicast flow announcement and join</name>
        <artwork><![CDATA[
Source                                        Receiver

QUIC handshake      <------------>      QUIC handshake

FC_ANNOUNCE         ------------->
                    <-------------      FC_STATE(JOIN)
FC_KEY              ------------->
                    <-------------    FC_STATE(LISTEN)
]]></artwork>
      </figure>
      <section anchor="flexicast-flow-announcement">
        <name>Flexicast Flow Announcement</name>
        <t>A Flexicast QUIC source announces a flexicast flow using the FC_ANNOUNCE frame (see <xref target="fc-announce-frame"/>).
Flexicast QUIC replaces the concept of Connection ID with the Flexicast Flow ID.
Similarly to the Connection ID from <xref target="MULTIPATH-QUIC"/>, the Flexicast Flow ID uniquely identifies a flexicast flow. The Flexicast Flow ID <bcp14>MUST NOT</bcp14> be empty, as of <xref target="MULTIPATH-QUIC"/> specification. Using a Flexicast Flow ID, a flexicast flow can change the addressing at lower protocol layers (UDP, IP) without causing packets to be delivered to the wrong endpoint.
In <xref target="QUIC-TRANSPORT"/> and <xref target="MULTIPATH-QUIC"/>, endhosts chose their source Connection IDs and advertise their peers through NEW_CONNECTION_ID frames.
In Flexicast QUIC, the source decides the Flexicast Flow ID identifying a flexicast flow and forwards this value to receivers.</t>
        <t>Through the FC_ANNOUNCE frame, the source advertises the Flexicast FLow ID of the flexicast flow to listen to.
As the Flexicast Flow ID will serve as a "destination Connection ID" for the flexicast flow, receivers willing to join the flexicast flow <bcp14>MUST</bcp14> add this Flexicast Flow ID as a new "source Connection ID".
<em>TODO: how to handle the case were the receiver already has this Flexicast Flow ID as a source Connection ID?</em></t>
        <t>The FC_ANNOUNCE frame also contains the source address, destination address and UDP destination port number of the
flexicast flow. If the destination address is an IP multicast address, then the flexicast flow uses an IP multicast
tree and the receiver <bcp14>MUST</bcp14> join this tree and listen to the UDP port number. If the destination address is the
unicast IP address of the receiver, then the receiver <bcp14>MUST</bcp14> list to the UDP port number on this address.
Since the IP destination address is a multicast address, this system is not impacted by NATs.</t>
        <t>The source <bcp14>MAY</bcp14> advertise multiple distinct flexicast flows to a given receiver, i.e., flexicast flows with
distinct Flexicast Flow ID.
The source <bcp14>MAY</bcp14> advertise updated information about a specific flexicast flow by sending new FC_ANNOUNCE frames with increased sequence numbers.
Upon reception of a new FC_ANNOUNCE frame updating information of an existing flexicast flow with an increased sequence number compared to the last received FC_ANNOUNCE frame, a receiver <bcp14>MUST</bcp14> update flexicast flow information.
Upon reception of a new FC_ANNOUNCE frame updating information of an existing flexicast flow with a smaller sequence number compared to the last received FC_ANNOUNCE frame, a receiver <bcp14>MUST</bcp14> silently discard the new FC_ANNOUNCE frame.</t>
        <t>The source <bcp14>MAY</bcp14> withdraw a flexicast flow by sending a new FC_ANNOUNCE frame, with an increased sequence number, with null source and destination IP addresses.
Upon reception of such frame, receivers <bcp14>MUST</bcp14> stop listening to packets received from the flexicast flow.</t>
      </section>
      <section anchor="sec-join-fc-flow">
        <name>Joining a Flexicast Flow</name>
        <t><xref target="fig-join-fsm"/> illustrates the finite-state machine of a receiver from the start of the QUIC connection (Unaware) until it is ready to listen to packets on the flexicast flow.
After receiving an FC_ANNOUNCE frame advertising a flexicast flow, a receiver <bcp14>SHOULD</bcp14> decide to join it.
Flexicast flow management is handled with the FC_STATE frame (see <xref target="fc-state-frame"/>).
The receiver sends an FC_STATE frame with the Flexicast Flow ID of the flexicast flow it wants to join and the JOIN action.</t>
        <figure anchor="fig-join-fsm">
          <name>Receiver-side finite-state machine to listen to a flexicast flow</name>
          <artwork><![CDATA[
.-----------------.
|     Unaware     |<-----------------------------.
.--------.--------.                              |
         |                                       |
         | Receives FC_ANNOUNCE frame            |
         v                                       |
.-----------------.                              |
| Aware, unjoined |<---------------------------. |
.-----------------.                            | |
         |                                     | |
         | Sends FC_STATE frame                | |
         | with JOIN action                    | |
         v                                     | |
.-----------------.                            | |
|Joined, needs key|                            | |
.-----------------.                            | |
         |                                     | |
         | Receives FC_KEY frame               | |
         | with master secret                  | |
         v                      Receives/sends | |
.-----------------.             FC_STATE frame | |
|      Joined     |          with LEAVE action | |
.-----------------.                            | |
        |                                      | |
        | Sends FC_STATE frame                 | |
        | with LISTEN action                   | |
        v                                      | |
.-----------------.                            | |
| Ready to listen |----------------------------. |
.-----------------.                              |
        |        Receives a withdraw FC_ANNOUNCE |
        .----------------------------------------.
]]></artwork>
        </figure>
        <t>Upon reception of the FC_STATE frame with the JOIN action, the source sends an FC_KEY frame, containing the TLS master secret that will be used to derive the set of keys necessary for the receiver to decrypt packets
received on the flexicast flow. The frame also contains the first packet number that the receiver <bcp14>MAY</bcp14> receive with this key.</t>
        <t>Once the receiver received the FC_KEY frame and its underlying multicast network is ready to receive packets on the flexicast flow, it sends an FC_STATE frame to the source with the LISTEN action.</t>
        <t>The Flexicast QUIC source <bcp14>SHOULD NOT</bcp14> consider the receiver as an active member of the flexicast flow before it has received an
FC_STATE with the LISTEN action from the receiver.</t>
      </section>
      <section anchor="underlying-multicast-network">
        <name>Underlying (multicast) network</name>
        <t>In parallel of sending the FC_STATE frame with the JOIN action, the receiver <bcp14>MUST</bcp14> notify the underlying routing network
its willingness to receive packets from the flexicast flow.
If the IP destination address received from the MC_ANNOUNCE is a multicast IP address, the receiver must notify the underlying network its interest to receive multicast packets to this address. In an IP multicast network, this is done by sending an IGMP/MLD join on (S,G) in the case of single-source multicast.
If the IP destination address received from the MC_ANNOUNCE is the unicast address of the receiver, it means that unicast-duplication mode is used to receive flexicast flow packets.
The receiver <bcp14>MAY</bcp14> also wait to receive the FC_KEY frame of the corresponding flexicast flow to avoid
receiving packets that it will not be able to process before receiving the required TLS keys.</t>
      </section>
    </section>
    <section anchor="sec-leave">
      <name>Flexicast flow membership management</name>
      <t>Thanks to the FC_STATE frame, a Flexicast QUIC source knows the set of receivers listening to
a specific flexicast flow. Receivers <bcp14>MAY</bcp14> decide, at any point in time during the communication,
to leave the flexicast flow.
However, receivers <bcp14>SHOULD</bcp14> only leave a flexicast flow only if network conditions are not met to
ensure a good quality of experience for the applications.
The exact metrics defining "good enough network conditions" is out of scope of this document.</t>
      <section anchor="receiver-side-management">
        <name>Receiver-side management</name>
        <t>Receivers leave a flexicast flow by sending an FC_STATE frame with the LEAVE action.
Upon reception of this frame, the Flexicast QUIC source <bcp14>MUST NOT</bcp14> consider anymore the receiver
as a member of the flexicast flow, and it <bcp14>MUST</bcp14> continue transmitting data through the unicast path
with the receiver.
The receiver <bcp14>SHOULD</bcp14> drop any path state for the flexicast flow regarding this flexicast flow.
The finite-state machine on the receiver-side <bcp14>MUST</bcp14> be reset to the same state as when it received
the FC_ANNOUNCE for the first time.</t>
        <t>A receiver that previously left a flexicast flow <bcp14>MAY</bcp14> attempt to join again the same flow, or another flow by
restarting the phases from <xref target="sec-join-fc-flow"/>.</t>
      </section>
      <section anchor="sec-source-side-management">
        <name>Source-side management</name>
        <t>At any point in time, the Flexicast QUIC source <bcp14>MAY</bcp14> decide to unilaterally remove a receiver from a flexicast flow, by sending an FC_STATE frame with the LEAVE action.</t>
        <t>There are two reasons to decide on the source-side to remove receivers from the flexicast flow:
- A receiver is a bottleneck on the flexicast flow, i.e., the bit-rate of the flexicast flow becomes too low because of this receiver.
  In that case, the bottleneck receiver is removed from the specific flexicast flow. The source can continue distributing the content either through
  the unicast path with this receiver, or by letting the receiver join another flexicast flow.
- A receiver experiences too many losses. Receivers send feedback to the source. Too many losses degrade the quality of experience for the applications.
  To recover from them, there is a need for retransmissions, which can take up to several RTTs. The source <bcp14>SHOULD</bcp14> decide to remove the receiver from the
  flexicast flow and continue receiving data through unicast, even temporarilly. A reason why it would be better to continue through the unicast path
  is that the underlying IP multicast tree may be failing.</t>
      </section>
    </section>
    <section anchor="reliability">
      <name>Reliability</name>
      <t>The reliability mechanism of Flexicast QUIC uses the standard QUIC mechanism.
This section only details the reliability mechanism for frames sent on the flexicast flow.
This document does not modify the reliability mechanism defined in <xref target="RFC9002"/> for packets sent on the unicast path.</t>
      <t>Receivers regularly send MP_ACK frames back to the source on their unicast path. Receivers <bcp14>MUST NOT</bcp14> send MP_ACK on the flexicast flow since this path is unidirectional.
A Flexicast QUIC source receiving an MP_ACK from a receiver on the flexicast flow <bcp14>MUST</bcp14> close the connection with this receiver with an error of type FC_PROTOCOL_VIOLATION.
The MP_ACK frames sent by the receivers on their unicast path include the <tt>path_id</tt> field to refer to the flexicast flow.</t>
      <t>A major change between <xref target="RFC9002"/>, and to some extent <xref target="MULTIPATH-QUIC"/> is that a Flexicast QUIC source receives
acknowledgments from multiple receivers for the same data.
A Flexicast QUIC source must wait for the acknowledgment from all receivers listening to the flexicast flow before releasing state for the transmitted data.
An acknowledgment-aggregation mechanism <bcp14>MUST</bcp14> be implemented, at least on the Flexicast QUIC source, to advance its state when all members of the flexicast flow sent MP_ACK frames to acknowledge data sent on the flexicast flow.</t>
      <t>Bottleneck or malicious receivers may slow down, and even block the transmission of data, thus impacting the quality of service for other receivers.
Similarly to <xref target="RFC9002"/>, a Flexicast QUIC source may decide to stop the communication with a specific receiver if it does
not receive regularly MP_ACK frames from this receiver.
A Flexicast QUIC source <bcp14>SHOULD</bcp14> remove bottleneck-inducing or malicious receivers from the flexicast flow in that case, and <bcp14>MAY</bcp14> continue transmitting data through the unicast path with these receivers instead, thus relying on <xref target="RFC9002"/>.</t>
      <t>The Flexicast QUIC source is responsible to decide whether to send retransmitted frames on the flexicast flow to all receivers, or specifically to receivers individually on their unicast path.
Receivers are not impacted by this choice since <xref target="MULTIPATH-QUIC"/> specification authorizes to retransmit frames on another path than the initial path on which they were sent.
The first case would be more efficient if multiple receivers lost the same packet; the second case is more interesting for isolated losses to avoid healthy receivers receiving duplicate frames.</t>
    </section>
    <section anchor="congestion-control">
      <name>Congestion Control</name>
      <t>There are currently several possibilities regarding congestion control for Flexicast QUIC.
A first idea is to maintain constant bit-rate delivery and exposing multiple flexicast flows operating at diffeent bit-rates.
As such, if a receiver sees degradation in its communication (e.g., congestion or increased delay in the network), it may switch to a lower bit-rate flexicast flow. However, this idea does not solve the problem of increasing the congestion in the network.</t>
      <t>The other idea outlines the possibility to take into account all receiver-specific bit-rate to chose the overall bit-rate on the flexicast flow, e.g., by requiring that the flexicast flow bit-rate is the lowest bit-rate among all receivers listening to this flexicast flow.
Since receivers regularly send MP_ACK frames, it is possible for the source to adjust a per-receiver bit-rate (or congestion window) and use the minimum value as the value for the flexicast flow.
Of course, such method paves the way to malicious receivers decreasing on-purpose the flexicast flow bit-rate. Applications <bcp14>SHOULD</bcp14> provide to a Flexicast QUIC source a "minimum bit-rate" to ensure a minimum quality of service for the receivers.
Malicious or bottleneck receivers with a per-receiver bit-rate below this minimum bit-rate <bcp14>SHOULD</bcp14> be removed from the flexicast flow membership.
Since the Flexicast QUIC source can unilaterally evict such receivers, it can adjust the flexicast flow bit-rate without considering these receivers.</t>
      <t>A mix of both approaches is also possible. A Flexicast QUIC source may expose multiple flexicast flow, each operating at different bit-rate windows. For example, a first window would operate at a minimum bit-rate of 2 Mbps and a maximum bit-rate of 5 Mbps; another flexicast flow would operate between 5 Mbps and 10 Mbps,...
Receivers falling below the 2 Mbps bit-rate <bcp14>SHOULD</bcp14> be evicted from flexicast delivery; a Flexicast QUIC source <bcp14>MAY</bcp14> decide to continue the delivery through the unicast path.</t>
    </section>
    <section anchor="flow-control">
      <name>Flow Control</name>
      <t>To be detailed in a future version of the document.</t>
    </section>
    <section anchor="sec-packet-protection">
      <name>Packet protection</name>
      <t>Packet protection for QUIC version 1 is specified in <xref section="5" sectionFormat="of" target="QUIC-TLS"/>.
<xref section="4" sectionFormat="of" target="MULTIPATH-QUIC"/> further expands this design when multiple paths with different packet number spaces are used.
Because the flexicast flow is shared among multiple receivers, this document modifies the design from <xref section="4" sectionFormat="of" target="MULTIPATH-QUIC"/>.</t>
      <section anchor="protection-keys">
        <name>Protection Keys</name>
        <t>This document extends the design from <xref target="MULTIPATH-QUIC"/> by requiring that all flexicast flows use different TLS protection keys. Of course, these protections keys <bcp14>MUST</bcp14> be different from the protection keys derived during the handshake between the source and any receiver.</t>
        <t>For each flexicast flow, the Flexicast QUIC source derives new random TLS keys that will be used to encrypt and decrypt the packets.
The Flexicast QUIC source <bcp14>MUST</bcp14> derive these keys randomly, simulating a QUIC connection establishment alone.
The master secret and used algorithm is sent through the FC_KEY frame (<xref target="fc-key-frame"/>) on the unicast path to receivers joining a flexicast flow. The master secret and algorithm are used to derive the TLS decryption keys on the receivers.</t>
        <t>Since no explicit path probing phase is used in Flexicast QUIC, the receiver can use the dedicated protection key context whenever receiving a packet from the flexicast flow directly after receiving the FC_KEY frame from the source.</t>
      </section>
      <section anchor="nonce-calculation">
        <name>Nonce Calculation</name>
        <t><xref section="4" sectionFormat="of" target="MULTIPATH-QUIC"/> expands the computation of the Nonce from <xref section="5.3" sectionFormat="of" target="QUIC-TLS"/> to integrate the least significant 32 bits of the Path ID to guarantee its uniqueness.
A flexicast flow is shared among multiple receivers simultaneously, thus requiring that all receivers share the same Path ID for the same flexicast flow. Since receivers are allowed to dynamically change the flexicast flows they listen, it is impossible to ensure that all receivers use the same Path ID for the same flexicast flow.</t>
        <t>However, since each flexicast flow uses its own set of TLS keys, the computation of the Nonce is decorelated between any pair of flexicast flows, and between any flexicast flow and any unicast path with a receiver. It is therefore not mandatory anymore to use the Path ID to ensure the uniqueness of the Nonce.
As such, this document removes the Path ID from the computation of the Nounce when sending packets on the flexicast flows.</t>
      </section>
      <section anchor="key-update">
        <name>Key Update</name>
        <t>TODO in a future version of the draft.</t>
      </section>
    </section>
    <section anchor="sec-frames">
      <name>New Frames</name>
      <t>All frames defined in this document <bcp14>MUST</bcp14> only be sent in 1-RTT packets.</t>
      <t>If an endpoint receives a flexicast-specific frame in a different packet type, it <bcp14>MUST</bcp14> close the connection with an error of type FRAME_ENCODING_ERROR.</t>
      <t>Receipt of flexicast-specific frames related to a Flexicast Flow ID that is not unknown by endpoint <bcp14>MUST</bcp14> be treated as a connection error of type FC_PROTOCOL_VIOLATION.</t>
      <t>If an endpoint receives a flexicast-specific frame with a Flexicast Flow ID that it cannot process anymore (e.g., the flexicast flow might have been abandoned), it <bcp14>MUST</bcp14> silently ignore the frame.</t>
      <t>The new frames introduced below are for control-specific purpose only, and <bcp14>MUST NOT</bcp14> be sent on the Flexicast flow. Receipt of any of the following frames on the Flexicast flow <bcp14>MUST</bcp14> be trated as a connection error of type FC_PROTOCOL_VIOLATION.</t>
      <section anchor="fc-announce-frame">
        <name>FC_ANNOUNCE frame</name>
        <t>The FC_ANNOUNCE frame informs the receiver that a Flexicast flow is available or has been updated.
FC_ANNOUNCE frames <bcp14>MUST NOT</bcp14> be sent by the receiver. A Flexicast QUIC source receiving an FC_ANNOUNCE frame <bcp14>MUST</bcp14> close the connection with a connection error of type FC_PROTOCOL_VIOLATION.</t>
        <t>FC_ANNOUNCE frames are formatted as shown in <xref target="fig-fc-announce-frame-format"/>.</t>
        <figure anchor="fig-fc-announce-frame-format">
          <name>FC_ANNOUNCE Frame Format</name>
          <artwork><![CDATA[
FC_ANNOUNCE Frame {
    Type (i) = TBD-00,
    Length (8),
    Flexicast Flow ID (8..160),
    Sequence number (i),
    IP Version (8),
    Source IP (32, 128),
    Group IP (32, 128),
    UDP Port (16),
    Ack delay timer (64),
}
]]></artwork>
        </figure>
        <t>FC_ANNOUNCE frames contain the following fields:</t>
        <t>Length: An 8-bit unsigned integer containing the length of the Flexicast Flow ID. Values less than 1 and greater than 20 are invalid and <bcp14>MUST</bcp14> be treated as a connection error of type FRAME_ENCODING_ERROR.</t>
        <t>Flexicast Flow ID: A Flexicast Flow ID of the specified length.</t>
        <t>Sequence number: The monotically increasing sequence number related to the advertised Flexicast Flow ID.</t>
        <t>IP Version: An 8-bit unsigned integer containing the version of IP used to advertise the Source IP and Group IP. Values different than 4 (for IPv4) and 6 (IPv6) are invalid and <bcp14>MUST</bcp14> be treated as a connection error of type FRAME_ENCODING_ERROR.</t>
        <t>Source IP: The IP address of the multicast source, used for Single-Source Multicast.</t>
        <t>Group IP: Either an IP multicast address or the address of the receiver.</t>
        <t>UDP Port: The UDP destination port.</t>
        <t>Ack delay timer: A 64-bit unsigned integer containing the delay, in ms, between two acknowledgments from a receiver.</t>
        <t>FC_ANNOUNCE frames are ack-eliciting. If a packet containing an FC_ANNOUNCE frame is considered lost, the peer <bcp14>SHOULD</bcp14> repeat it.</t>
        <t>Sources are allowed to send multiple times FC_ANNOUNCE frames with an increasing sequence number for the same Flexicast Flow ID. New FC_ANNOUNCE frames <bcp14>MAY</bcp14> contain updated information, e.g., a new Ack delay timer.</t>
        <t>Sources are allowed to advertise multiple Flexicast flows by sending multiple parallel FC_ANNOUNCE frames with distinct Flexicast Flow IDs. The Sequence number is linked to a specific Flexicast Flow ID. The same Sequence number can be used for two distinct Flexicast Flow IDs.</t>
        <t>A Flexicast QUIC can withdraw a flexicast flow by sending an FC_ANNOUNCE frame with null Source IP and Group IPs and identifying the flexicast flow using the Flexicast Flow ID.</t>
      </section>
      <section anchor="fc-state-frame">
        <name>FC_STATE frame</name>
        <t>The FC_STATE frame informs the endpoint of the state of the Flexicast receiver in the Flexicast flow.
FC_STATE frames <bcp14>MAY</bcp14> be sent by both endpoints (i.e., receiver and source).</t>
        <t>FC_STATE frames are formatted as shown in <xref target="fig-fc-state-frame-format"/>.</t>
        <figure anchor="fig-fc-state-frame-format">
          <name>FC_STATE Frame Format</name>
          <artwork><![CDATA[
FC_STATE frame {
    Type (i) = TDB-01,
    Length (8),
    Flexicast Flow ID (8..160),
    Sequence number (i),
    Action (u64),
}
]]></artwork>
        </figure>
        <t>FC_STATE frames contain the following fields:</t>
        <t>Length: An 8-bit unsigned integer containing the length of the Flexicast Flow ID. Values less than 1 and greater than 20 are invalid and <bcp14>MUST</bcp14> be treated as a connection error of type FRAME_ENCODING_ERROR.</t>
        <t>Flexicast Flow ID: The Flexicast Flow ID of the Flexicast flow that this frame relates to.</t>
        <t>Sequence number: The monotically increasing sequence number related to the advertised Flexicast Flow ID.</t>
        <t>Action: The bit-encoded action, defined in Section <xref target="fc-state-action"/>.</t>
        <t>FC_STATE frames are ack-eliciting. If a packet containing an FC_STATE frame is considered lost, the peer <bcp14>SHOULD</bcp14> repeat it.</t>
        <t>For a given Flexicast flow (i.e., identical Flexicast Flow ID), both endpoints use their own Sequence number.</t>
        <t>A receiver sending an FC_STATE frame informs the source of its status regarding the Flexicast flow indicated by the Flexicast Flow ID.
The source <bcp14>MAY</bcp14> also send FC_STATE frames to a receiver to unilaterally change the status of the receiver within the Flexicast flow indicated by the Flexicast Flow ID.</t>
        <section anchor="fc-state-action">
          <name>FC_STATE actions</name>
          <t>This section lists the defined Actions encoded in an FC_STATE frame. An endpoint receiving an unknown value <bcp14>MUST</bcp14> treat it as a connection error of type FC_PROTOCOL_VIOLATION.</t>
          <t>JOIN (0x01): The receiver joins the Flexicast flow.</t>
          <t>LEAVE (0x02): The receiver leaves the Flexicast flow.</t>
          <t>READY (0x03): The receiver is ready to receive content on the Flexicast flow.</t>
          <t>The JOIN and READY actions are receiver-specific. These actions <bcp14>MUST NOT</bcp14> be sent inside an FC_STATE frame sent by the source. A receiver receiving an FC_STATE frame with any of the following actions <bcp14>MUST</bcp14> treat it as a connection error of type FC_PROTOCOL_VIOLATION.
The action LEAVE <bcp14>MAY</bcp14> be sent by both the receiver and the source, as detailed in <xref target="sec-leave"/>.</t>
        </section>
      </section>
      <section anchor="fc-key-frame">
        <name>FC_KEY frame</name>
        <t>The FC_KEY frame informs a receiver of the security keys used on a Flexicast flow joined by the receiver.
FC_KEY frames <bcp14>MUST NOT</bcp14> be sent by the receiver. A Flexicast QUIC source receiving an FC_KEY frame <bcp14>MUST</bcp14> close the connection with a connection error of type FC_PROTOCOL_VIOLATION.</t>
        <t>FC_KEY frames are formatted as shown in <xref target="fig-fc-key-frame-format"/>.</t>
        <figure anchor="fig-fc-key-frame-format">
          <name>FC_KEY Frame Format</name>
          <artwork><![CDATA[
FC_KEY Frame {
    Type (i) = TDB-02,
    Length(8),
    Flexicast Flow ID(8..160),
    Sequence number (i),
    Packet number (i),
    Key length (i),
    Key (..),
    Algorithm (64),
}
]]></artwork>
        </figure>
        <t>FC_KEY frames contain the following fields:</t>
        <t>Length: An 8-bit unsigned integer containing the length of the Flexicast Flow ID. Values less than 1 and greater than 20 are invalid and <bcp14>MUST</bcp14> be treated as a connection error of type FRAME_ENCODING_ERROR.</t>
        <t>Flexicast Flow ID: The Flexicast Flow ID of the Flexicast flow that this frame relates to.</t>
        <t>Sequence number: The monotically increasing sequence number related to the advertised Flexicast Flow ID.</t>
        <t>Packet number: The first packet number that the receiver must receive with this key,</t>
        <t>Key length: A var-int indicating the length of the security key.</t>
        <t>Key: Byte-sequence of the decryption key of the Flexicast flow.</t>
        <t>Algorithm: The bit-encoded algorithm used for decryption, defined in Section <xref target="fc-key-algorithm"/>.</t>
        <t>FC_KEY frames are ack-eliciting. If a packet containing an FC_STATE frame is considered lost, the peer <bcp14>SHOULD</bcp14> repeat it.</t>
        <t>The source <bcp14>MAY</bcp14> send new FC_KEY frames with an increased sequence number to notify a new decryption key.
This mechanism can be used to provide backward and forward secrecy with dynamic Flexicast groups.</t>
        <section anchor="fc-key-algorithm">
          <name>FC_KEY algorithms</name>
          <t>The algorithms and their encoding follow <xref target="RFC8446"/> and {QUIC-TLS}.
TODO: expand this section.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-further">
      <name>Discussion</name>
      <t>This document has defined a simple extension to Multipath QUIC that enables a
QUIC connection to simulatenously use unicast paths and multicast trees
to deliver the same data to a set of receivers. The proposed protocol can be extended
in different ways and improvements will be proposed in separate documents. We
briefly describe some of these possible extensions.</t>
      <t>This version of Flexicast QUIC uses the existing QUIC mechanisms to retransmit
lost frames. It is well known that Forward Erasure Correction can improve the
performance of multicast transmission when losses occur. Several authors have
proposed techniques to add Forward Erasure Correction to QUIC <xref target="QUIRL"/>, <xref target="rQUIC"/>,
<xref target="I-D.draft-michel-quic-fec"/>. FEC can be sent a priori to enable receivers
to recover from different packet losses without having to wait for retransmissions or
a posteriori by sending a repair symbol that enables different receivers to recover
different lost frames.</t>
      <t>This version of Flexicast QUIC uses a key shared between the source and all receivers
to authenticate and encrypt the data sent by the source over the multicast tree.
A malicious receiver who has received the shared keys could inject fake data over
the multicast tree provided that it can spoof the IP address of the source. Techniques
have been proposed to authenticate the frames sent by the source <xref target="I-D.draft-krose-multicast-security"/>.
Subsequent documents will detail how Flexicast QUIC can be extended to support such
techniques.</t>
      <t>Multipath QUIC assumes that the congestion control mechanism operates per path. For
Flexicast QUIC, a different congestion control mechanism will be required for the
unicast paths and the multicast tree. For the former, the QUIC congestion control
mechanisms <xref target="RFC9002"/> are applicable. For the latter, multicast specific congestion
control mechanisms such as <xref target="RFC4654"/> will be required. The current prototype
uses a variant of the CUBIC congestion control.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section highlights security considerations when operating a Flexicast QUIC communication between a single source and multiple receivers. Since a unique flexicast flow is shared among multiple receivers, additional threats must be addresses compared to a one-to-one (Multipath) QUIC connection. The security considerations when falling-back on unicast are similar to <xref section="10" sectionFormat="of" target="MULTIPATH-QUIC"/>.</t>
      <t>TODO: this section will be expanded in future versions of this document.</t>
      <section anchor="malicious-receivers-in-a-flexicast-flow">
        <name>Malicious Receivers in a Flexicast Flow</name>
        <t>Malicious receivers may listen to a flexicast flow in the presence of healthy receivers. This has several impacts that are addressed in this section.</t>
        <section anchor="cycling-between-joins-and-leaves">
          <name>Cycling Between Joins and Leaves</name>
          <t>A malicious receiver may issuing cycles of FC_STATE with JOINs and LEAVEs actions to the source, thus updating the state of the state of the Flexicast QUIC source.
Since a Flexicast QUIC source can decide to unilaterally remove receivers from a flexicast flow, the source can decide to reject the FC_STATE JOINs from the malicious receiver. The source <bcp14>MAY</bcp14> send an FC_STATE frame withdrawing a flexicast flow specifically for this receiver to avoid the receiver from perpetually sending FC_STATE JOINs frames.
Additionally, applications <bcp14>SHOULD</bcp14> provide a mechanism to avoid such receivers to periodically join and leave
the same flexicast flow to saturate the Flexicast QUIC source.
The connection with such malicious receiver will fall-back on unicast delivery, thus relying on <xref target="QUIC-TRANSPORT"/> to deal with it.</t>
        </section>
        <section anchor="intentionally-decreasing-the-flexicast-flow-performance">
          <name>Intentionally Decreasing the Flexicast Flow Performance</name>
          <t><xref target="sec-source-side-management"/> mentions two reasons that could include malicious receivers wishing to degrade the overall perfomance of communication through the flexicast flow.
By letting the source unilaterally decide to remove receivers from a flexicast flow, the impact of malicious receivers is limited.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>IANA is requested to assign three new QUIC frame types from the
"QUIC Frame Types" registry available at
https://www.iana.org/assignments/quic/quic.xhtml#quic-frame-types</t>
      <ul spacing="normal">
        <li>
          <t>TBD-00 for the FC_ANNOUNCE frame defined in <xref target="fc-announce-frame"/></t>
        </li>
        <li>
          <t>TBD-01 for the FC_STATE frame defined in <xref target="fc-state-frame"/></t>
        </li>
        <li>
          <t>TBD-02 for the FC_KEY frame defined in <xref target="fc-key-frame"/></t>
        </li>
      </ul>
      <t>IANA is requested to assign a new QUIC transport parameter
from the "QUIC Transport Parameters" registry available at
https://www.iana.org/assignments/quic/quic.xhtml#quic-transport</t>
      <ul spacing="normal">
        <li>
          <t>TBD-03 for the flexicast_support transport parameter defined in <xref target="sec-handshake"/></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="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="QUIC-TRANSPORT">
          <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="QUIC-TLS">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="MULTIPATH-QUIC">
          <front>
            <title>Multipath Extension for QUIC</title>
            <author fullname="Yanmei Liu" initials="Y." surname="Liu">
              <organization>Alibaba Inc.</organization>
            </author>
            <author fullname="Yunfei Ma" initials="Y." surname="Ma">
              <organization>Uber Technologies Inc.</organization>
            </author>
            <author fullname="Quentin De Coninck" initials="Q." surname="De Coninck">
              <organization>University of Mons (UMONS)</organization>
            </author>
            <author fullname="Olivier Bonaventure" initials="O." surname="Bonaventure">
              <organization>UCLouvain and Tessares</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
              <organization>Ericsson</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <abstract>
              <t>   This document specifies a multipath extension for the QUIC protocol
   to enable the simultaneous usage of multiple paths for a single
   connection.

Discussion Venues

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

   Discussion of this document takes place on the QUIC Working Group
   mailing list (quic@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/browse/quic/.

   Source for this draft and an issue tracker can be found at
   https://github.com/quicwg/multipath.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-multipath-10"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.jholland-quic-multicast-05">
          <front>
            <title>Multicast Extension for QUIC</title>
            <author fullname="Jake Holland" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Lucas Pardue" initials="L." surname="Pardue">
         </author>
            <author fullname="Max Franke" initials="M." surname="Franke">
              <organization>TU Berlin</organization>
            </author>
            <date day="7" month="July" year="2024"/>
            <abstract>
              <t>   This document defines a multicast extension to QUIC to enable the
   efficient use of multicast-capable networks to send identical data
   streams to many clients at once, coordinated through individual
   unicast QUIC connections.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-jholland-quic-multicast-05"/>
        </reference>
        <reference anchor="I-D.pardue-quic-http-mcast">
          <front>
            <title>Hypertext Transfer Protocol (HTTP) over multicast QUIC</title>
            <author fullname="Lucas Pardue" initials="L." surname="Pardue">
         </author>
            <author fullname="Richard Bradbury" initials="R." surname="Bradbury">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <author fullname="Sam Hurst" initials="S." surname="Hurst">
              <organization>BBC Research &amp; Development</organization>
            </author>
            <date day="4" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies a profile of the QUIC protocol and the HTTP/3
   mapping that facilitates the transfer of HTTP resources over
   multicast IP using the QUIC transport as its framing and
   packetisation layer.  Compatibility with the QUIC protocol's syntax
   and semantics is maintained as far as practical and additional
   features are specified where this is not possible.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pardue-quic-http-mcast-11"/>
        </reference>
        <reference anchor="RFC1112">
          <front>
            <title>Host extensions for IP multicasting</title>
            <author fullname="S.E. Deering" initials="S.E." surname="Deering"/>
            <date month="August" year="1989"/>
            <abstract>
              <t>This memo specifies the extensions required of a host implementation of the Internet Protocol (IP) to support multicasting. Recommended procedure for IP multicasting in the Internet. This RFC obsoletes RFCs 998 and 1054. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="1112"/>
          <seriesInfo name="DOI" value="10.17487/RFC1112"/>
        </reference>
        <reference anchor="RFC4607">
          <front>
            <title>Source-Specific Multicast for IP</title>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook"/>
            <author fullname="B. Cain" initials="B." surname="Cain"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols. For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use. This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4607"/>
          <seriesInfo name="DOI" value="10.17487/RFC4607"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="DIOT">
          <front>
            <title>Deployment issues for the IP multicast service and architecture</title>
            <author fullname="C. Diot" initials="C." surname="Diot">
              <organization/>
            </author>
            <author fullname="B.N. Levine" initials="B." surname="Levine">
              <organization/>
            </author>
            <author fullname="B. Lyles" initials="B." surname="Lyles">
              <organization/>
            </author>
            <author fullname="H. Kassem" initials="H." surname="Kassem">
              <organization/>
            </author>
            <author fullname="D. Balensiefen" initials="D." surname="Balensiefen">
              <organization/>
            </author>
            <date year="2000"/>
          </front>
          <seriesInfo name="IEEE Network" value="vol. 14, no. 1, pp. 78-88"/>
          <seriesInfo name="DOI" value="10.1109/65.819174"/>
          <refcontent>Institute of Electrical and Electronics Engineers (IEEE)</refcontent>
        </reference>
        <reference anchor="I-D.draft-michel-quic-fec">
          <front>
            <title>Forward Erasure Correction for QUIC loss recovery</title>
            <author fullname="François Michel" initials="F." surname="Michel">
              <organization>UCLouvain</organization>
            </author>
            <author fullname="Olivier Bonaventure" initials="O." surname="Bonaventure">
              <organization>UCLouvain, WEL RI</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   This documents lays down the QUIC protocol design considerations
   needed for QUIC to apply Forward Erasure Correction on the data sent
   through the network.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-michel-quic-fec-01"/>
        </reference>
        <reference anchor="QUIRL">
          <front>
            <title>QUIRL: Flexible QUIC Loss Recovery for Low Latency Applications</title>
            <author fullname="François Michel" initials="F." surname="Michel">
              <organization>UCLouvain, Ottignies-Louvain-la-Neuve, Belgium</organization>
            </author>
            <author fullname="Olivier Bonaventure" initials="O." surname="Bonaventure">
              <organization>WelRI, UCLouvain, Ottignies-Louvain-la-Neuve, Belgium</organization>
            </author>
            <date year="2024"/>
          </front>
          <seriesInfo name="IEEE/ACM Transactions on Networking" value="pp. 1-12"/>
          <seriesInfo name="DOI" value="10.1109/tnet.2024.3453759"/>
          <refcontent>Institute of Electrical and Electronics Engineers (IEEE)</refcontent>
        </reference>
        <reference anchor="rQUIC">
          <front>
            <title>rQUIC: Integrating FEC with QUIC for Robust Wireless Communications</title>
            <author fullname="Pablo Garrido" initials="P." surname="Garrido">
              <organization/>
            </author>
            <author fullname="Isabel Sanchez" initials="I." surname="Sanchez">
              <organization/>
            </author>
            <author fullname="Simone Ferlin" initials="S." surname="Ferlin">
              <organization/>
            </author>
            <author fullname="Ramon Aguero" initials="R." surname="Aguero">
              <organization/>
            </author>
            <author fullname="Ozgu Alay" initials="O." surname="Alay">
              <organization/>
            </author>
            <date month="December" year="2019"/>
          </front>
          <seriesInfo name="2019 IEEE Global Communications Conference" value="(GLOBECOM)"/>
          <seriesInfo name="DOI" value="10.1109/globecom38437.2019.9013401"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="I-D.draft-krose-multicast-security">
          <front>
            <title>Security and Privacy Considerations for Multicast Transports</title>
            <author fullname="Kyle Rose" initials="K." surname="Rose">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Jake Holland" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <date day="27" month="December" year="2023"/>
            <abstract>
              <t>   Interdomain multicast has unique potential to solve delivery
   scalability for popular content, but it carries a set of security and
   privacy issues that differ from those in unicast delivery.  This
   document analyzes the security threats unique to multicast-based
   delivery for Internet and Web traffic under the Internet and Web
   threat models.

Discussion Venues

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

   Source for this draft and an issue tracker can be found at
   https://github.com/squarooticus/draft-krose-multicast-security.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-krose-multicast-security-06"/>
        </reference>
        <reference anchor="RFC4654">
          <front>
            <title>TCP-Friendly Multicast Congestion Control (TFMCC): Protocol Specification</title>
            <author fullname="J. Widmer" initials="J." surname="Widmer"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>This document specifies TCP-Friendly Multicast Congestion Control (TFMCC). TFMCC is a congestion control mechanism for multicast transmissions in a best-effort Internet environment. It is a single-rate congestion control scheme, where the sending rate is adapted to the receiver experiencing the worst network conditions. TFMCC is reasonably fair when competing for bandwidth with TCP flows and has a relatively low variation of throughput over time, making it suitable for applications where a relatively smooth sending rate is of importance, such as streaming media. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4654"/>
          <seriesInfo name="DOI" value="10.17487/RFC4654"/>
        </reference>
        <reference anchor="RFC9002">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes loss detection and congestion control mechanisms for QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
      </references>
    </references>
    <?line 749?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Louis Navarre is an F.R.S-FNRS Research Fellow.
This work has been partially supported by the Walloon Region as part of the funding of the FRFS-WEL-T strategic axis.</t>
      <t>We thank Maxime Piraux for his review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+197VIcSZLg/3iKPGR2C9tVJUBIIzHdPYsQ6mYGAQeoZWO3
d9qkKovKVlZmTWYWqEbinuWeZZ9s/Ss+M7JAPbNzdnaHWauhKjPCw8PDv91j
OByqNm+LbD/ZeFtkn/Nx2rTJf3t/fLifjKv5dV7m5U2yLPnztJwk82XR8l95
maRJA98XGb0BL5RlNm7zqtxQ6fV1nd3iqIdD/HJDjdM2u6nq1X6SfV4oNanG
ZTqHeSd1Om2HZXqb1nU2/MsyHw+nGpLh9rZqltfzvGlg1Ha1gOePj67eJsmT
JC2aCsbPy0m2yOCfst0YJBvZJG+rOk8L/OP44DX8r6rht4urtxuqXM6vs3pf
TQCUfQXgNlnZLJv9pK2XmQJon6m0zlIY9apOy2ZR1e2GuqvqTzd1tVzAx7yS
T9kKPpzsq2SYILz4f4MW/MPAr26zcglTJYk/QpLwWjY+wOCI4Z/wa/x8nuYF
fI7D/kuetdNRVd/g52k9nsHns7ZdNPtPn+Jj+FF+m430Y0/xg6fXdXXXZE9x
gKf44k3ezpbX8GpRLfOmTJ+uwze+UABymnZfqXTZzqqaVplMl0XB23WCwySn
/Do8ngB+b9Iy/2uKG7+fvD+EJ27TvKTvxtWybHHPX2fFTb6c42f0RcYLJaBG
Asy/LMcFvzu6zoJpz4r8Ns/q5HUFD8NeL9dPnvzX5MPRycVxFAgXgIrHHV3b
cX0wVFnVcxj+lrbx4u3h7s7OK/wVd3J4dXFwenl+dnG1n9TT8attoFf9zcml
/mwHPnv3/uTq+Pzg6uchH67j4RvaON4Aop5F2s54ipd7ey9gA/Jy6s6Nr/w6
q4oCjqHzGp+T5/qJRVpPlrKvSC3DOT4gsO/s7OzKr3svtn8nv77affUMf31z
fAbreHN2PNrZHu3sbL96+uL56OXOq53f7cngTDvzfDzLCiGdbCzIuDjx3706
Pboa7W7v7o2e7T1/9rvnr+CxmhfvPvbTydnro8Ozd89e7j37HTy/82r0anvn
2R5hzc75qa6azFlwk42Xdd6uzGqe7+nVbG/DGtVwOEzS66at03Gr1NUMiBZY
znIOe5ws6moBwzWJz/IGxM/mC+Bn2ecWWAPQVNJWyTuzO8Tm2lnaJlmZXhcw
ArxRLetxhs8BN5nAt1nSAMkmZvd4EHgwa5NqqupsnMGO1k2yROYJXzCj5Ser
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
etBn7Cl6ntfp8jPhjiXRbZ4BdP8B/x8VCMK1AAA=

-->

</rfc>
