<?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.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-scone-protocol-05" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="SCONE Protocol">Standard Communication with Network Elements (SCONE) Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-scone-protocol-05"/>
    <author fullname="Martin Thomson">
      <organization>Mozilla</organization>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>
    <author fullname="Christian Huitema">
      <organization>Private Octopus Inc.</organization>
      <address>
        <email>huitema@huitema.net</email>
      </address>
    </author>
    <author fullname="奥 一穂" asciiFullname="Kazuho Oku">
      <organization>Fastly</organization>
      <address>
        <email>kazuhooku@gmail.com</email>
      </address>
    </author>
    <author fullname="Matt Joras">
      <organization>Meta</organization>
      <address>
        <email>matt.joras@gmail.com</email>
      </address>
    </author>
    <author fullname="Marcus Ihlar">
      <organization>Ericsson</organization>
      <address>
        <email>marcus.ihlar@ericsson.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="06"/>
    <area>Web and Internet Transport</area>
    <workgroup>SCONE</workgroup>
    <keyword>locomotive</keyword>
    <keyword>pastry</keyword>
    <abstract>
      <?line 62?>

<t>This document describes a protocol where on-path network elements
can communicate their perspective on the maximum sustainable throughput
for QUIC flows to endpoints. This throughput advice suggests an
upper bound on long-term average throughput, independent of and
complementary to real-time congestion control signals.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-scone.github.io/scone/draft-ietf-scone-protocol.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-scone-protocol/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        SCONE Working Group mailing list (<eref target="mailto:scone@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/scone/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/scone/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-scone/scone"/>.</t>
    </note>
  </front>
  <middle>
    <?line 71?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Many networks have known, concrete rate limits, or apply these limits
by policy to constrain data rates.
This is often done without any ability to indicate rate limits to applications.
The result can be that application performance is degraded,
as the manner in which rate limits are enforced can be incompatible with the
rate estimation or congestion control algorithms used at endpoints.</t>
      <t>Having the network indicate what its rate limiting policy is, in a way that is
accessible to endpoints, allows applications to use this information when
adapting their send rate.</t>
      <t>The Standard Communication with Network Elements (SCONE) protocol
is negotiated by QUIC endpoints.
SCONE provides a means for a network to signal its present best estimate
for maximum sustainable throughput,
or throughput advice,
associated with the flows of UDP datagrams that QUIC exchanges.</t>
      <t>Any network function that is able to update the content of UDP datagrams
qualifies as a network element that can use SCONE packets
to provide throughput advice to QUIC endpoints.</t>
      <t>Networks with rate limiting policies can use SCONE to send throughput advice
to cooperating endpoints to limit overall network usage.
Where congestion control signals -- such as ECN, delays and loss --
operate on a time scale of a round trip time,
throughput advice operates over a much longer period.</t>
      <t>This has benefits in some networks
as endpoints can adapt network usage to better suit network conditions.
For example, radio networks and battery-powered devices
perform better with short, bursty exchanges,
rather than constant transmission at a fixed rate.</t>
      <t>For endpoints, SCONE throughput advice makes network policies visible,
which can reduce wasteful probing beyond those limits.</t>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>QUIC endpoints can negotiate the use of SCONE by including a transport parameter
(<xref target="tp"/>) in the QUIC handshake.  Endpoints then occasionally send SCONE packets,
which are always coalesced with ordinary QUIC packets that they send.</t>
      <t>Networks that have rate limiting policies can detect flows that include
SCONE packets.  The network, via an on-path network element, can indicate a maximum
sustainable throughput by modifying the SCONE packet as it transits the
network element.</t>
      <t>The propagation of SCONE packets, including the throughput advice that is added,
is shown in <xref target="f-scone"/>.</t>
      <figure anchor="f-scone">
        <name>Propagation of SCONE signal</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="192" width="472" viewBox="0 0 472 192" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,32 L 8,80" fill="none" stroke="black"/>
              <path d="M 40,80 L 40,176" fill="none" stroke="black"/>
              <path d="M 80,32 L 80,80" fill="none" stroke="black"/>
              <path d="M 120,32 L 120,80" fill="none" stroke="black"/>
              <path d="M 160,80 L 160,176" fill="none" stroke="black"/>
              <path d="M 200,32 L 200,80" fill="none" stroke="black"/>
              <path d="M 248,32 L 248,80" fill="none" stroke="black"/>
              <path d="M 288,80 L 288,176" fill="none" stroke="black"/>
              <path d="M 336,32 L 336,80" fill="none" stroke="black"/>
              <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
              <path d="M 120,32 L 200,32" fill="none" stroke="black"/>
              <path d="M 248,32 L 336,32" fill="none" stroke="black"/>
              <path d="M 8,80 L 80,80" fill="none" stroke="black"/>
              <path d="M 120,80 L 200,80" fill="none" stroke="black"/>
              <path d="M 248,80 L 336,80" fill="none" stroke="black"/>
              <path d="M 40,112 L 64,112" fill="none" stroke="black"/>
              <path d="M 128,112 L 152,112" fill="none" stroke="black"/>
              <path d="M 160,128 L 192,128" fill="none" stroke="black"/>
              <path d="M 256,128 L 280,128" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="288,128 276,122.4 276,133.6" fill="black" transform="rotate(0,280,128)"/>
              <polygon class="arrowhead" points="160,112 148,106.4 148,117.6" fill="black" transform="rotate(0,152,112)"/>
              <g class="text">
                <text x="44" y="52">QUIC</text>
                <text x="160" y="52">Network</text>
                <text x="292" y="52">QUIC</text>
                <text x="44" y="68">Sender</text>
                <text x="160" y="68">Element</text>
                <text x="292" y="68">Receiver</text>
                <text x="96" y="116">SCONE</text>
                <text x="228" y="116">SCONE+advice</text>
                <text x="96" y="132">+QUIC</text>
                <text x="224" y="132">+QUIC</text>
                <text x="340" y="148">Validate</text>
                <text x="396" y="148">QUIC</text>
                <text x="444" y="148">packet</text>
                <text x="320" y="164">and</text>
                <text x="364" y="164">record</text>
                <text x="420" y="164">advice</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
+--------+    +---------+     +----------+
|  QUIC  |    | Network |     |   QUIC   |
| Sender |    | Element |     | Receiver |
+---+----+    +----+----+     +----+-----+
    |              |               |
    +--- SCONE --->|  SCONE+advice |
    |    +QUIC     +---- +QUIC --->|
    |              |               |  Validate QUIC packet
    |              |               |  and record advice
    |              |               |
]]></artwork>
        </artset>
      </figure>
      <t>QUIC endpoints that receive modified SCONE packets observe the indicated
version, process the QUIC packet, and then record the indicated rate.</t>
      <t>Throughput advice only applies to the direction and path for which it is
received.  A connection that migrates or uses multipath
<xref target="QUIC-MP"/>
cannot assume that throughput advice from one path applies to new paths.
Advice for the client-to-server direction and the server-to-client direction of
each path are independent, and are expected to be different, for reasons including
asymmetric link capacity and path diversity.
Applications can use SCONE in either or both directions
of each path at the discretion of endpoints.</t>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>This protocol can provide throughput advice only for QUIC flows
where endpoints send SCONE packets (<xref target="packet"/>).</t>
      <t>The operation of the SCONE protocol depends on network elements
that are able to modify packets as they are forwarded.
This provides endpoints strong evidence that the network
element has the power to apply a rate limiting policy; though see <xref target="security"/> for
potential limitations on this.</t>
      <t>The throughput advice that this protocol carries is independent of congestion
signals, limited to a single path and UDP packet flow, unidirectional, and
strictly advisory.</t>
      <section anchor="not-cc">
        <name>Independent of Congestion Signals</name>
        <t>SCONE throughput advice is not a substitute for congestion feedback or congestion control.
They are complementary.
Congestion signals,
such as acknowledgments or ECN markings <xref target="ECN"/><xref target="WHY-ECN"/>,
provide real-time information on loss and delay
for a network path,
whereas SCONE throughput advice operates over a much longer period.</t>
        <t>A congestion controller needs to detect changed conditions
and change sending behavior more quickly than SCONE allows for.
Congestion signals can indicate a throughput limit
that is different from the signaled throughput advice.</t>
        <t>Endpoints cannot assume that the rate indicated in throughput advice is achievable if congestion
signals indicate otherwise.  Congestion could be experienced at a different
point on the network path than the network element that signals throughput advice.
Therefore, endpoints need to respect the send rate constraints that are set by a
congestion controller.</t>
        <t>Networks can use SCONE to communicate throughput advice
for reasons other than rate limiting policies.
For example, a network element in an access network
could provide reduced throughput advice
to guide application use of network capacity
during periods of unusually high usage.</t>
        <t>In addition to rate limiting policies,
throughput advice can indicate temporary increases in available capacity
or temporarily reduced capacity.
This includes persistent overuse, equipment faults, or other transient issues.
Providing advice is applicable if increases or reductions
are expected to last for more than one monitoring period; see <xref target="time"/>.</t>
      </section>
      <section anchor="unspecified-scope">
        <name>Unspecified Scope</name>
        <t>Modifying a packet does not prove that the throughput that is indicated
would be achievable.
A signal that is sent for a specific flow
could apply to a collection of flows,
rather than a single flow.
The scope of the flows that are included is not carried in the signal.</t>
        <t>For instance, policy limits might apply at a network subscription level,
such that multiple flows receive the same signal
and combined usage contributes to the shared limit.</t>
        <t>Endpoints can therefore be more confident in the throughput signal
as an indication of the maximum achievable throughput
than as any indication of expected throughput.
In addition to endpoints respecting congestion signals (see <xref target="not-cc"/>),
networks might need to monitor and enforce policies,
even where applications attempt to follow advice (see <xref target="policing"/>).</t>
        <t>The advised throughput will likely only be achievable
when the application is the only entity consuming bandwidth
in the scope that the advice applies to.
In the presence of multiple flows,
achievable throughput could be lower
than what is indicated by the advice,
with throughput determined by a congestion controller.</t>
        <t>This implies that signals can most usefully be applied to a downlink flow
in access networks, close to an endpoint. In that case, capacity is less likely
to be split between multiple active flows.</t>
      </section>
      <section anchor="per-flow-signal">
        <name>Per-Flow Signal</name>
        <t>The same address tuple
(IP version, source and destination IP addresses and UDP ports)
might be used for multiple QUIC connections.
A single signal might be lost
or only reach a single application endpoint.
Network elements can apply SCONE advice
to all QUIC connections that include SCONE packets
to ensure that advice is received by all application endpoints.</t>
        <t>The signaled advice applies to the flow of packets
on the same address tuple for the duration of
the current monitoring period, unless it is updated
earlier or the flow ends; see <xref target="time"/> for details on
the monitoring period.</t>
        <t>Rate limiting policies often apply on the level of a device or subscription,
but endpoints cannot assume that this is the case.
A separate signal can be sent for each flow.</t>
        <t>When network elements provide throughput advice to a QUIC flow
that encapsulates tunneled flows (such as <xref target="CONNECT-UDP"/>)
they can only provide the advice to the outermost flow.
Endpoints can apply the throughput advice to packets in flows
that are subsequently encapsulated,
but following that advice can have security implications;
see <xref target="active-attacks"/>.</t>
      </section>
      <section anchor="unidirectional-signal">
        <name>Unidirectional Signal</name>
        <t>Throughput advice is signaled with SCONE packets
that are transmitted as part of the flow that the advice applies to.
Carrying signals in the affected flow,
in the same way that ECN signals are conveyed,
ensures that there is no ambiguity about what flow is affected.
However, this means that the endpoint that receives throughput advice
is not the endpoint that needs to adapt its sending behavior.</t>
        <t>A receiving endpoint might need to communicate the value it receives
to the sending peer in order to ensure that the limit is respected.
This document does not define how that communication occurs
as this is specific to the application in use.</t>
      </section>
      <section anchor="advisory-signal">
        <name>Advisory Signal</name>
        <t>Throughput advice indicates what one part of the network
expects to be achievable for flows that transit that portion of the network.
It is possible that very different throughput is achievable --
either higher or lower than the advice --
as determined by congestion control.
Endpoints that receive this signal therefore need to treat the information as advisory.</t>
        <t>The fact that an endpoint requests throughput advice does not necessarily mean
that it will adhere to advice; in some cases, the endpoint cannot. For
example, a flow could initially be used to serve video chunks, with the client
selecting chunks of different bitrates based on received advice, but later switch to a
bulk download that cannot be similarly controlled. Composite flows
from multiple applications, such as tunneled flows, might only have a subset of
the involved applications that are capable of handling SCONE signals. Therefore,
when a network element detects that throughput exceeds the advertised throughput advice,
it might apply rate limiting.</t>
        <t>Network conditions and rate-limit policies can change
in ways that make previously signaled advice obsolete.
For example, routing changes can cause a flow to move to a different network path.
There are no guarantees that updated advice will be sent at such events.</t>
      </section>
      <section anchor="application-use-of-advice">
        <name>Application Use of Advice</name>
        <t>Applications that choose to follow throughput advice
do so in the way that best suits their needs.</t>
        <t>The most obvious way to follow throughput advice is to
inform the sending peer of the advice so that the peer
can adjust sending rates as necessary.
This document does not provide specific guidance on how applications
might adapt their use of network capacity in response to advice.</t>
        <t>Some applications offer options for rate control
that can offer improved performance when following advice.
For instance, real-time and streaming video applications
can often dynamically adapt their network usage.
Typical HTTP Live Streaming <xref target="HLS"/> or DASH <xref target="DASH"/>
clients are provided with manifests that allow them to
adjust the bitrate and quality of media segments
based on available network capacity.
Low priority bulk transfer applications, such as software updates,
might also choose to follow advice.</t>
        <t>Following throughput advice could
reduce the impact of an application on other network users,
reserves capacity for high-priority activities,
and could avoid potential enforcement action by the network; see <xref target="policing"/>.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <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="BCP14"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="packet">
      <name>SCONE Packet</name>
      <t>A SCONE packet is a QUIC long header packet that follows the QUIC invariants;
see <xref section="5.1" sectionFormat="of" target="INVARIANTS"/>.</t>
      <t><xref target="fig-scone-packet"/> shows the format of the SCONE packet using the conventions
from <xref section="4" sectionFormat="of" target="INVARIANTS"/>.</t>
      <figure anchor="fig-scone-packet">
        <name>SCONE Packet Format</name>
        <sourcecode type="artwork"><![CDATA[
SCONE Packet {
  Header Form (1) = 1,
  Reserved (1),
  Rate Signal High Bits (6),
  Version (32) = 0x6f7dc0fd or 0xef7dc0fd,
  Destination Connection ID Length (8),
  Destination Connection ID (0..2040),
  Source Connection ID Length (8),
  Source Connection ID (0..2040),
}
]]></sourcecode>
      </figure>
      <!--
https://martinthomson.github.io/quic-pick/#seed=draft-ietf-scone-protocol-version;field=version;codepoint=0x6f7dc0fd
Plus https://github.com/ietf-wg-scone/scone/issues/45
-->

<t>The most significant bit (0x80) of the packet indicates that this is a QUIC long
header packet.  The next bit (0x40) is reserved and can be set according to
<xref target="QUIC-BIT"/>.</t>
      <t>The Rate Signal High Bits field consists of the low six bits (0x3f) of the
first byte. Together with the most significant bit of the Version field,
this forms the 7-bit Rate Signal. Values for the Rate Signal are described in
<xref target="rate-signal"/>.</t>
      <t>The Version field contains either 0x6f7dc0fd or 0xef7dc0fd. The only difference
between these two values is the most significant bit, which also contributes to
the Rate Signal. All other bits are identical, which facilitates detection and
modification of SCONE packets.</t>
      <t>This packet includes a Destination Connection ID field that is set to the same
value as other packets in the same datagram; see <xref section="12.2" sectionFormat="of" target="QUIC"/>.</t>
      <t>The Source Connection ID field is set to match the Source Connection ID field of
any packet that follows.  If the next packet in the datagram does not have a
Source Connection ID field, which is the case for packets with a short header
(<xref section="5.2" sectionFormat="of" target="INVARIANTS"/>), the Source Connection ID field is empty
and the Source Connection ID Length field is set to 0.</t>
      <t>SCONE packets are always coalesced with other QUIC packets
(see <xref section="12.2" sectionFormat="of" target="QUIC"/>)
and <bcp14>MUST</bcp14> be included as the first packet in a datagram.
This is primarily to simplify the process of updating throughput advice
in network elements.
This is also necessary in many cases for QUIC versions 1 and 2
because packets with a short header cannot precede any other packets.</t>
      <t>A sender <bcp14>MUST NOT</bcp14> include more than one SCONE packet in a datagram.</t>
      <section anchor="rate-signal">
        <name>Rate Signals</name>
        <t>A Rate Signal is a 7-bit unsigned integer (0-127). The high six bits are the
Rate Signal High Bits, and the least significant bit is the most significant
bit of the Version field.</t>
        <t>When sent by a QUIC endpoint, the Rate Signal is set to 127.  Receiving a value
of 127 indicates that throughput advice is unknown, either because network
elements on the path are not providing advice or they do not support SCONE. All
other values (0 through 126) represent the ceiling of rates advised by the
network element(s) on the path.</t>
        <t>Throughput advice follows a logarithmic scale defined as:</t>
        <ul spacing="normal">
          <li>
            <t>Base rate (b_min) = 100 kbit/s (100,000 bits per second)</t>
          </li>
          <li>
            <t>Bitrate at value n = b_min * 10^(n/20)</t>
          </li>
        </ul>
        <t>where n is an integer between 0 and 126 represented by the Rate Signal.</t>
        <t><xref target="ex-rates"/> lists some of the values for signals
and the corresponding bitrate for each.</t>
        <table anchor="ex-rates">
          <name>Examples of SCONE signals and corresponding rates</name>
          <thead>
            <tr>
              <th align="left">Bitrate</th>
              <th align="left">Rate Signal</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">100 kbit/s</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">112 kbit/s</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">126 kbit/s</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">141 kbit/s</td>
              <td align="left">3</td>
            </tr>
            <tr>
              <td align="left">1 Mbit/s</td>
              <td align="left">20</td>
            </tr>
            <tr>
              <td align="left">1.12 Mbit/s</td>
              <td align="left">21</td>
            </tr>
            <tr>
              <td align="left">10 Mbit/s</td>
              <td align="left">40</td>
            </tr>
            <tr>
              <td align="left">11.2 Mbit/s</td>
              <td align="left">41</td>
            </tr>
            <tr>
              <td align="left">100 Mbit/s</td>
              <td align="left">60</td>
            </tr>
            <tr>
              <td align="left">112 Mbit/s</td>
              <td align="left">61</td>
            </tr>
            <tr>
              <td align="left">1 Gbit/s</td>
              <td align="left">80</td>
            </tr>
            <tr>
              <td align="left">1.12 Gbit/s</td>
              <td align="left">81</td>
            </tr>
            <tr>
              <td align="left">10 Gbit/s</td>
              <td align="left">100</td>
            </tr>
            <tr>
              <td align="left">11.2 Gbit/s</td>
              <td align="left">101</td>
            </tr>
            <tr>
              <td align="left">100 Gbit/s</td>
              <td align="left">120</td>
            </tr>
            <tr>
              <td align="left">112 Gbit/s</td>
              <td align="left">121</td>
            </tr>
            <tr>
              <td align="left">199.5 Gbit/s</td>
              <td align="left">126</td>
            </tr>
            <tr>
              <td align="left">Unknown</td>
              <td align="left">127</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="time">
        <name>Monitoring Period</name>
        <t>The time over which throughput advice applies is defined to be
a period of 67 seconds.</t>
        <t>Protocol participants can use a different period,
depending on their role.
Senders can limit their send rate over any time period
up to 67 seconds.
Network elements can monitor and apply limits to send rates
using time period of at least 67 seconds.</t>
        <t>The choice of 67 seconds is a compromise between competing interests.
Longer periods allow applications more flexibility
in terms of how to allocate bandwidth over time.
Shorter periods allow networks to administer policies more tightly.
A shorter period also allows applications
to increase send rates sooner
when rates increase.</t>
        <t>The choice of 67 seconds, as a prime number,
also helps avoid synchronization with other periodic
effects that are commonly measured in whole seconds.
This includes segment length or key frame intervals in video applications,
but also includes timers for NAT devices; see <xref section="4.3" sectionFormat="of" target="RFC4787"/>.
Any repeating phenomenon at a 67 second interval is therefore
unlikely to be due to other periodic effects.</t>
      </section>
      <section anchor="endpoint-processing-of-scone-packets">
        <name>Endpoint Processing of SCONE Packets</name>
        <t>Processing a SCONE packet involves reading the value from the Rate Signal field.
However, throughput advice <bcp14>MUST</bcp14> be ignored unless another packet from the same
datagram is successfully processed.  Therefore, a SCONE packet always needs to
be coalesced with other QUIC packets.</t>
        <t>A SCONE packet is defined by the use of the long header bit (0x80 in the first
byte) and the SCONE protocol version (0x6f7dc0fd or 0xef7dc0fd in the next four
bytes). The 7-bit Rate Signal can be extracted by combining the low 6 bits
of the first byte with the most significant bit of the version field. A SCONE
packet <bcp14>MUST</bcp14> be discarded if the Destination Connection ID is not consistent with
those coalesced packets, as specified in <xref target="packet"/>. Similarly, if the Source
Connection ID is inconsistent, the SCONE packet <bcp14>MAY</bcp14> be discarded.</t>
        <t>When discarding a SCONE packet due to inconsistent Connection IDs, endpoints <bcp14>MAY</bcp14>
also discard the QUIC packets that were coalesced into the same datagram.</t>
        <t>A receiver <bcp14>MAY</bcp14> discard a datagram that contains more than one SCONE packet.</t>
        <t>A SCONE packet is discarded if the rate signal is unknown (127).</t>
        <t>If a connection uses multiple DSCP markings <xref target="RFC2474"/>,
the throughput advice that is received on datagrams with one marking
might not apply to datagrams that have different markings.</t>
      </section>
      <section anchor="algorithm">
        <name>Following Throughput Advice</name>
        <t>Endpoints that receive throughput advice can advise their peer of the limit
so that the peer might limit the amount of data it sends
over any monitoring period (<xref target="time"/>).
Alternatively, the endpoint might change its own behavior
to effect a similar outcome indirectly,
which might use flow control or changes to request patterns.</t>
        <t>An endpoint that receives throughput advice
might receive multiple different values.
If advice is applied by applications,
applications <bcp14>MUST</bcp14> apply the lowest throughput advice
received during any monitoring period; see <xref target="time"/>.</t>
        <t>After a monitoring period (<xref target="time"/>)
without receiving any throughput advice,
the previous advice expires.
Endpoints can remove any constraints
that resulted from the expired throughput advice.
This does not mean that there are no limits,
either in policy or due to network conditions,
only that these limits are now unknown.
Other constraints on usage will still apply,
which necessarily includes congestion control
and might include other, application-specific constraints.</t>
        <t>Allowing advice to expire
ensures that changes in routing
do not cause stale advice to persist indefinitely
when network elements on a new path do not provide advice.</t>
        <t>This approach ensures that network elements
are able to reduce the frequency with which they send updated signals
to as low as once per monitoring period.
However, applying signals at a low frequency
risks endpoints discarding throughput advice
if no SCONE packet is available for providing updated advice (<xref target="apply"/>),
or packets carrying advice are lost.
Sending the signal multiple times
increases the likelihood that the signal is received.</t>
      </section>
    </section>
    <section anchor="tp">
      <name>Negotiating SCONE</name>
      <t>A QUIC endpoint indicates that it is able to receive SCONE packets by
including the scone_supported transport parameter (0x219e).</t>
      <t>Each endpoint independently indicates willingness to receive SCONE packets.
An endpoint that does not include the scone_supported transport parameter
can send SCONE packets if their peer includes the transport parameter.</t>
      <t>The scone_supported transport parameter <bcp14>MUST</bcp14> be empty.
Receiving a non-zero length scone_supported transport parameter <bcp14>MUST</bcp14> be treated
as a connection error of type TRANSPORT_PARAMETER_ERROR;
see <xref section="20.1" sectionFormat="of" target="QUIC"/>.</t>
      <!--
https://martinthomson.github.io/quic-pick/#seed=draft-ietf-scone-protocol-tp;field=tp;codepoint=0x219e;size=2
-->

<t>This transport parameter is valid for QUIC versions 1 <xref target="QUIC"/> and 2
<xref target="QUICv2"/> and any other version that recognizes the versions,
transport parameters, and frame types registries established in Sections <xref target="QUIC" section="22.2" sectionFormat="bare"/>, <xref target="QUIC" section="22.3" sectionFormat="bare"/>, and <xref target="QUIC" section="22.4" sectionFormat="bare"/> of <xref target="QUIC"/>.</t>
      <t>Endpoints <bcp14>MUST NOT</bcp14> remember whether the scone_supported transport parameter was present
on the previous connection when using 0-RTT.
That is, SCONE packets cannot be sent on a connection
until the transport parameter is received.</t>
      <section anchor="indication">
        <name>Indicating Support on New Flows</name>
        <t>All new flows that are initiated by a client that supports SCONE
<bcp14>MUST</bcp14> include bytes with values 0xc8 and 0x13
as the last two bytes of the payload of the UDP datagrams
that commence a new flow, if the protocol permits it.</t>
        <t>For example, in QUIC version 1,
these datagrams contain QUIC packets with a long header (<xref section="17.2" sectionFormat="of" target="QUIC"/>).
The UDP datagrams sent by a client can contain:
one or more QUIC version 1 Initial packets,
zero or more 0-RTT packets,
padding or other data that is discarded on receipt,
and the indication bytes (0xc8, 0x13) as the final bytes of the UDP payload.</t>
        <t>This indication <bcp14>MUST</bcp14> be sent in every datagram
until the client receives any datagram from the server,
at which point the client can be confident that the indication was received.</t>
        <!--
This indicator is derived from the first two bytes of:
https://martinthomson.github.io/quic-pick/#seed=draft-ietf-scone-protocol-indication;field=version;codepoint=0xc813e2b1
-->

<t>A client that uses a QUIC version that sends length-delimited packets during the handshake,
which includes QUIC versions 1 <xref target="QUIC"/> and 2 <xref target="QUICv2"/>,
can include an indicator of SCONE support
outside of the QUIC packets at the end of datagrams that start a flow.
The handshakes of these protocols ensures that
the indication can be included in every datagram the client sends
until it receives a response -- of any kind -- from the server.</t>
      </section>
      <section anchor="limitations-of-indication">
        <name>Limitations of Indication</name>
        <t>This indication does not mean that SCONE signals will be respected,
only that the client is able to negotiate SCONE.
A server might not support SCONE
and either endpoint might choose not to send SCONE packets.
Finally, applications might be unable to apply throughput advice
or choose to ignore it.</t>
        <t>This indication being just two bytes
means that there is a non-negligible risk of collision with other protocols
or even QUIC usage without SCONE indications.
This means that the indication alone is not sufficient to indicate
that a flow is QUIC with the potential for SCONE support.</t>
        <t>Despite these limitations,
having an indication might allow network elements to change their starting posture
with respect to their enforcement of their rate limit policies.</t>
      </section>
      <section anchor="indications-for-migrated-flows">
        <name>Indications for Migrated Flows</name>
        <t>Applications <bcp14>MAY</bcp14> decide to indicate support for SCONE on new flows,
including when migrating to a new path (see <xref section="9" sectionFormat="of" target="QUIC"/>).
In QUIC version 1 and 2,
the two byte indicator cannot be used on migration.</t>
        <t>Sending a SCONE packet for the first few packets on a new path
gives network elements on that path the ability
to recognize the flow as being able to receive throughput advice
and also gives the network element an opportunity to provide that throughput advice.</t>
        <t>To enable this indication,
even if an endpoint would not otherwise send SCONE packets,
endpoints can send a SCONE packet
any time they send a QUIC PATH_CHALLENGE or PATH_RESPONSE frame.
This applies to both client and server endpoints,
but only if the peer has sent the transport parameter; see <xref target="tp"/>.</t>
      </section>
      <section anchor="avoiding-ossification-when-reading-the-indicator">
        <name>Avoiding Ossification When Reading the Indicator</name>
        <t>A network element could classify all 5-tuples where the first observed UDP
datagram ends in the indicator bytes as potential SCONE. A network element <bcp14>MAY</bcp14>
apply further criteria to further reduce the set of flows that are identifeid
as potentially supporting SCONE, reducing the likelihood of false positives.
However, it <bcp14>SHOULD NOT</bcp14> apply criteria that reduce the ability of new QUIC
versions to employ SCONE. SCONE operates independently of any specific QUIC
version, so any criteria should consult the QUIC version invariants in
<xref target="INVARIANTS"/>.</t>
      </section>
    </section>
    <section anchor="network-deployment">
      <name>Network Deployment</name>
      <t>QUIC endpoints can enable the use of the SCONE protocol
by sending SCONE packets (<xref target="packet"/>).
Network elements can then use SCONE and replace
the Rate Signal field (<xref target="apply"/>)
according to their policies.</t>
      <section anchor="apply">
        <name>Applying Throughput Advice Signals</name>
        <t>A network element detects a SCONE packet by observing that a packet has a QUIC
long header and one of the SCONE protocol versions (0x6f7dc0fd or 0xef7dc0fd).</t>
        <t>A network element then conditionally replaces the most significant bit of the
Version field and the Rate Signal High Bits field with values of its choosing.</t>
        <t>A network element might receive a packet that already includes a rate signal.
The network element replaces the rate signal if it wishes to signal a lower
value for throughput advice;
otherwise, the original values are retained,
preserving the signal from the network element with the lower policy.
A network element <bcp14>MUST NOT</bcp14> replace a rate signal with a higher or unknown value.</t>
        <t>The following pseudocode indicates how a network element might detect a SCONE
packet and replace the existing rate signal (<tt>packet_signal</tt>) with a new rate
signal (<tt>target_signal</tt>) that encodes the throughput advice of this network
element.</t>
        <sourcecode type="pseudocode"><![CDATA[
is_long = packet[0] & 0x80 == 0x80
packet_version = ntohl(packet[1..5])
if is_long and (packet_version & 0x7fffffff) == SCONE_VERSION_BITS:
  packet_signal = ((packet[0] & 0x3f) << 1) | (packet_version >> 31)
  if target_signal < packet_signal:
    packet[0] = (packet[0] & 0xc0) | (target_signal >> 1)
    packet[1] = (packet[1] & 0x7f) | (target_signal << 7)
]]></sourcecode>
        <t>Once the throughput advice is updated,
the network element updates the UDP checksum for the datagram.</t>
        <t>To avoid throughput advice expiring,
a network element needs to ensure that it updates throughput advice in SCONE packets
with no more than a monitoring period (<xref target="time"/>) between each update.
Because this depends on the availability of SCONE packets
and packet loss can cause signals to be missed,
network elements might need to update more often.
Ideally, network elements update advice in SCONE packets
at least twice per monitoring period,
to match endpoint behavior (see <xref target="extra-packets"/>).</t>
        <t>At the start of a flow, network elements are encouraged to update the rate
signal of the first few SCONE packets it observes so that endpoints can obtain
throughput advice early.</t>
        <t>Senders that send a SCONE packet
or network elements that update SCONE packets
every 20–30 seconds are likely sufficient to ensure that throughput advice is not lost.
To reduce the risk of synchronization across multiple senders,
which could cause network elements to miss updates,
senders can include a small random delay.</t>
        <t>A network element <bcp14>MUST NOT</bcp14> alter datagrams to add SCONE packets
or synthesize datagrams that contain SCONE packets.
The latter will not be accepted and the former,
even if they do not exceed the path MTU as a result,
can be detected by applications and could be ignored.
This document does not define a mechanism to support detection,
but one might be added in future.</t>
      </section>
      <section anchor="monitoring">
        <name>Monitoring Flows</name>
        <t>Providing throughput advice is optional for any network.
A network that updates SCONE packets to provide throughput advice might,
also optionally, choose to monitor flows
to determine whether applications are following advice.</t>
        <t>This section outlines a method
that a network element could use
to determine whether advice is being followed.
Network deployments that choose to monitor
are free to follow any monitoring regime that suits their needs.</t>
        <t>This monitoring algorithm is guidance only.
However, monitoring any more strictly than the following
could mean that an application
might be incorrectly classified as not following advice.
A looser monitoring approach,
such as monitoring over a longer time window
than the monitoring period (67s)
or using a higher rate than is signaled,
has no risk of incorrect classification.</t>
        <t>When a network changes the throughput advice
it intends to provide,
applications need time to adjust their sending behavior.
As a result, any monitoring needs to allow time
for SCONE packets to be updated,
for those packets to be received by endpoints,
and for applications to adapt.</t>
        <t>A network element can then monitor affected flows
to determine whether the provided throughput advice
was followed.</t>
        <t>A network element <bcp14>SHOULD</bcp14> base its monitoring
on the maximum value that was configured to apply
during the preceding two monitoring periods.
If the network element cannot update the throughput advice in every SCONE packet
(or can do so only infrequently), a longer period might be used
to account for the possibility that the updated SCONE packets are lost.
This allows applications time to receive advice
and adapt their sending rate.</t>
        <t>Any monitoring and policy enforcement could be implemented
in different network elements than the ones that signal throughput advice.
However, network elements <bcp14>MUST NOT</bcp14> enforce throughput limits
based on throughput advice that are observed in SCONE packets
received from other entities.
Unlike endpoints,
network elements do not have the capability to validate other QUIC packets
contained in the same datagram; see <xref target="fake-packets"/>.</t>
      </section>
      <section anchor="policing">
        <name>Flows That Exceed Throughput Advice</name>
        <t>A network could deploy policy enforcement that drops or delays packets
to ensure that applications do not exceed throughput limits set in policy.</t>
        <t>SCONE allows networks to provide advice to applications,
so that there is less need to apply throughput limits on flows.
Implementing strict throughput limits can be inefficient
and lead to worse application performance.</t>
        <t>Some applications will not support SCONE.
Other applications either will not
or cannot
follow throughput advice.</t>
        <t>Networks can monitor flows to determine if applications follow advice;
see <xref target="monitoring"/>.
A network could choose to either disable or loosen policy enforcement
for flows where SCONE is active,
but re-enable or tighten enforcement if monitoring indicates
that throughput advice is not being respected.</t>
      </section>
    </section>
    <section anchor="endpoint-usage">
      <name>Endpoint Usage</name>
      <t>The SCONE protocol defines two versions (0x6f7dc0fd and 0xef7dc0fd)
that combined carry throughput advice that covers a range of bitrates
between 100 kbit/s and 199.5 Gbit/s.</t>
      <section anchor="extra-packets">
        <name>Providing Opportunities to Apply Throughput Advice Signals</name>
        <t>Endpoints that wish to offer network elements the option to provide throughput advice
signals can send SCONE packets at any time.  This is a decision that a sender
makes when constructing datagrams.</t>
        <t>As specified in <xref target="packet"/>, endpoints include a SCONE packet as the first
packet in a datagram, coalesced with additional packets.</t>
        <t>Upon confirmation that the peer is willing to receive SCONE packets, an endpoint
<bcp14>SHOULD</bcp14> include SCONE packets in the first few UDP datagrams that it sends. Doing
so increases the likelihood of eliciting early throughput advice from network
elements, allowing applications to apply that advice from the early stages of the
data transfer.</t>
        <t>After that, endpoints that seek to receive throughput advice on a flow <bcp14>MUST</bcp14> send
a SCONE packet at least twice each monitoring period; see <xref target="time"/>.</t>
        <t>Sending SCONE packets more often might be necessary to:</t>
        <dl>
          <dt>Avoid missing advice:</dt>
          <dd>
            <t>If SCONE packets are not sent, updated, and received
for an entire monitoring period,
an application might incorrectly assume that no advice is being provided.</t>
          </dd>
          <dt>Reduce latency:</dt>
          <dd>
            <t>The time between SCONE packets determines the maximum delay
between changes in throughput advice
and when that advice can be received and acted upon.</t>
          </dd>
        </dl>
        <t>A sender can track the receipt of the coalesced QUIC packet
and send another SCONE packet when loss is detected.
However, it is likely simpler to send SCONE packets more often.</t>
        <t>Sending a SCONE packet every 20–30 seconds
is likely sufficient to ensure that throughput advice is not lost,
though endpoints might send a packet every few seconds
to improve responsiveness.
This period could be determined by how quickly an application
is able to respond to a change in throughput advice.</t>
        <t>For example, a streaming application
that fetches video segments that are 5 seconds in length
might send SCONE packets on a similar cadence.
A real-time conferencing application might send more often.
In either case, the length of the monitoring period (<xref target="time"/>)
limits how fast any application can react.</t>
        <t>Though sending SCONE packets more than once each round trip time
might help reduce exposure to packet loss,
it is better to spread updates over time
rather than to send multiple SCONE packets in less frequent bursts.</t>
        <t>The main cost associated with sending SCONE packets
is the reduction in available space in datagrams
for application data.</t>
        <t>A network element that wishes to signal updated throughput advice waits for the
next SCONE packet in the desired direction; see <xref target="apply"/>.</t>
      </section>
      <section anchor="feedback">
        <name>Feedback To Sender About Signals</name>
        <t>Information about throughout advice is intended for the sending application.  Any
signal from network elements can be propagated to the receiving application
using an implementation-defined mechanism.</t>
        <t>This document does not define a means for indicating what was received.
The expectation is that any signal is propagated to the application
for handling, rather than being handled automatically by the transport layer.
How a receiving application communicates throughput advice to a
sending application will depend on the application in use.</t>
        <t>Different applications can choose different approaches. For example,
in an application where a receiver drives rate adaptation, it might
not be necessary to define additional signaling.</t>
        <t>A sender can use any acknowledgment mechanism provided by the QUIC version in
use to learn whether datagrams containing SCONE packets were likely received.
This might help inform whether to send additional SCONE packets in the event
that a datagram is lost.  For instance, if a UDP datagram carrying both a
SCONE packet and an ack-eliciting QUIC packet is acknowledged, the sender
knows the SCONE packet was also received.  However, rather than relying
solely on transport-layer acknowledgments, an application-layer mechanism
might better indicate what has been received and acted upon.</t>
        <t>SCONE packets could be stripped from datagrams in the network, which cannot be
reliably detected.  This could result in a sender falsely believing that no
network element applied throughput advice.
Senders will therefore proceed as though there was no advice.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>The modification of packets provides endpoints proof that a network element is
in a position to drop datagrams and could apply a rate limit policy.
<xref target="extra-packets"/> states that endpoints only accept signals if the datagram
contains a packet that it accepts to prevent an off-path attacker from inserting
spurious throughput advice.</t>
      <t>Some off-path attackers could be able to both
observe traffic and inject packets. Attackers with such capabilities could
observe packets sent by an endpoint, create datagrams coalescing an
arbitrary SCONE packet and the observed packet, and send these datagrams
such that they arrive at the peer endpoint before the original
packet. Spoofed packets that seek to advertise a higher limit
than might otherwise be permitted also need to bypass any
rate limiters. The attacker will thus get arbitrary SCONE packets accepted by
the peer, with the result being that the endpoint receives a false
or misleading rate limit.</t>
      <t>The recipient of throughput advice therefore cannot guarantee that
the signal was generated by an on-path network element. However,
the capabilities required of an off-path attacker are substantially
similar to those of on path elements.</t>
      <t>The throughput advice is not authenticated.  Throughput advice
might be incorrectly set in order to encourage endpoints to behave in ways that
are not in their interests.  Endpoints can ignore limits,
though that can have consequences; see <xref target="policing"/>.
The congestion controller employed by a sender provides
real-time information about the rate at which the network path is delivering
data.</t>
      <t>Similarly, if there is a strong need to ensure that throughput advice is respected,
network elements cannot assume that the signaled advice will be respected by
endpoints.</t>
      <section anchor="fake-packets">
        <name>Fake SCONE Packets</name>
        <t>Attackers that can inject packets could compose arbitrary "SCONE-like" packets
by selecting a pair of IP addresses and ports, an arbitrary rate signal, a
valid SCONE version number, an arbitrary "destination
connection ID", and an arbitrary "source connection ID".
A coalesced "1RTT" packet will start with
a plausible first octet, and continue with the selected destination connection
ID followed by a sufficiently long series of random bytes, mimicking the
content of an encrypted packet.</t>
        <t>Endpoints will reject such packets because they do not contain valid QUIC packets,
but network elements cannot detect this.
All the network elements between the injection point and the destination
will have to process these packets.</t>
        <t>Attackers could send a high volume of these "fake" SCONE packets in
a denial of service (DOS) attempt against network elements. The attack will
force the intermediaries to process the fake packets. If network elements
are keeping state for ongoing SCONE flows, this might exhaust memory resources.
The mitigation is the same as for other distributed DOS attacks: limit
the rate of SCONE packets that a network element is willing to process;
possibly, implement logic to distinguish valid SCONE packets from
fake packets; or, use generic protection against Distributed DOS attacks.</t>
        <t>Attackers could also try to craft the fake SCONE packets in ways that trigger
a processing error at network elements. For example, they might pick connection
identifiers of arbitrary length. Network elements can mitigate these attacks
with an implementation that fully conforms to the specification of <xref target="packet"/>.</t>
      </section>
      <section anchor="damage-to-other-protocols">
        <name>Damage to Other Protocols</name>
        <t>Network elements that update SCONE packet fields might do that for datagrams
exchanged in other protocols.
If the first five bytes of the datagram match
the QUIC long header byte and SCONE version,
the network element might modify the signal,
resulting in damage to those protocols.</t>
        <t>The most serious damage occurs when every datagram matches
and is subsequently modified,
because that could mean that the protocol is
effectively unable to operate end-to-end.</t>
        <t>To that end, network elements <bcp14>MUST</bcp14> only update the content of datagrams
on a given address tuple
a few times each monitoring period.
Network elements <bcp14>MAY</bcp14> update more often
immediately after a change in their throughput advice,
to reduce the reaction time from senders.</t>
        <t>In addition, some heuristics might be used
to detect SCONE-compatible QUIC flows.
This includes identification of a QUIC handshake on the flow,
the presence of indications (<xref target="indication"/>),
or other heuristics.
If these heuristics indicate a non-QUIC flow,
the safest option is
for network elements to disable updating of datagrams.</t>
      </section>
    </section>
    <section anchor="privacy">
      <name>Privacy Considerations</name>
      <t>The focus of this analysis is the extent to which observing SCONE
packets could be used to gain information about endpoints.
This might be leaking details of how applications using QUIC
operate or leaks of endpoint identity when using additional
privacy protection, such as a VPN.</t>
      <t>Any network element that can observe the content of that packet can read the
throughput advice that was applied.  Any signal is visible on the path, from the point
at which it is applied to the point at which it is consumed at an endpoint.
On path elements can also alter the SCONE signal to try trigger specific
reactions and gain further knowledge.</t>
      <t>In the general case of a client connected to a server through the
Internet, SCONE does not provide much advantage to attackers.
The identities of the clients and servers are already visible through their
IP addresses. Traffic analysis tools already provide more information than
the throughput advice set by SCONE.</t>
      <t>There are two avenues of attack that require more analysis:</t>
      <ul spacing="normal">
        <li>
          <t>that the passive observation of SCONE packets might help identify or
distinguish endpoints; and</t>
        </li>
        <li>
          <t>that active manipulation of SCONE signals might help reveal the
identity of endpoints that are otherwise hidden behind VPNs or proxies.</t>
        </li>
      </ul>
      <section anchor="passive-attacks">
        <name>Passive Attacks</name>
        <t>If only a few clients and server pairs negotiate the usage of SCONE, the
occasional observation of SCONE packets will "stick out". That observation
could be combined with observation of timing and volume of traffic to
help identify the endpoint or categorize the application that they
are using.</t>
        <t>A variation of this issue occurs if SCONE is widely implemented, but
only used in some specific circumstances. In that case, observation of
SCONE packets reveals information about the state of the endpoint.</t>
        <t>If multiple servers are accessed through the same front facing server,
Encrypted Client Hello (ECH) can prevent outside parties from
identifying which specific server a client is using. However, if only
a few of these servers use SCONE, any SCONE packets
will help identify which specific server a client is using.</t>
        <t>This issue will be mitigated if SCONE becomes widely implemented, and
if the usage of SCONE is not limited to the type of applications
that make active use of the signal.</t>
        <t>QUIC implementations are therefore encouraged to make the feature available
unconditionally.  Endpoints might send SCONE packets whenever a peer can accept
them.</t>
      </section>
      <section anchor="active-attacks">
        <name>Active Attacks</name>
        <t>Suppose a configuration in which multiple clients use a VPN or proxy
service to access the same server. The attacker sees the IP addresses
in the packets behind VPN and proxy and also between the users and the VPN,
but it does not know which VPN address corresponds to what user address.</t>
        <t>Suppose now that the attacker selects a flow on the link between the
VPN/proxy and server. The attacker applies throughput advice to SCONE packets
in that flow. The attacker chooses a bandwidth that is
lower than the "natural" bandwidth of the connection. A reduction
in the rate of flows between client and VPN/proxy might allow
the attacker to link the altered flow to the client.</t>
        <figure anchor="f-vpn">
          <name>Client identification attack on VPN or proxy</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="472" viewBox="0 0 472 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 8,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 8,192" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,64" fill="none" stroke="black"/>
                <path d="M 80,96 L 80,128" fill="none" stroke="black"/>
                <path d="M 80,160 L 80,192" fill="none" stroke="black"/>
                <path d="M 200,64 L 200,160" fill="none" stroke="black"/>
                <path d="M 264,64 L 264,160" fill="none" stroke="black"/>
                <path d="M 312,144 L 312,176" fill="none" stroke="black"/>
                <path d="M 368,80 L 368,144" fill="none" stroke="black"/>
                <path d="M 440,80 L 440,144" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 88,48 L 136,48" fill="none" stroke="black"/>
                <path d="M 8,64 L 80,64" fill="none" stroke="black"/>
                <path d="M 200,64 L 264,64" fill="none" stroke="black"/>
                <path d="M 152,80 L 192,80" fill="none" stroke="black"/>
                <path d="M 368,80 L 440,80" fill="none" stroke="black"/>
                <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
                <path d="M 272,94 L 360,94" fill="none" stroke="black"/>
                <path d="M 272,98 L 360,98" fill="none" stroke="black"/>
                <path d="M 88,112 L 192,112" fill="none" stroke="black"/>
                <path d="M 272,110 L 360,110" fill="none" stroke="black"/>
                <path d="M 272,114 L 360,114" fill="none" stroke="black"/>
                <path d="M 8,128 L 80,128" fill="none" stroke="black"/>
                <path d="M 272,126 L 360,126" fill="none" stroke="black"/>
                <path d="M 272,130 L 360,130" fill="none" stroke="black"/>
                <path d="M 152,144 L 192,144" fill="none" stroke="black"/>
                <path d="M 368,144 L 440,144" fill="none" stroke="black"/>
                <path d="M 8,160 L 80,160" fill="none" stroke="black"/>
                <path d="M 200,160 L 264,160" fill="none" stroke="black"/>
                <path d="M 88,174 L 136,174" fill="none" stroke="black"/>
                <path d="M 88,178 L 136,178" fill="none" stroke="black"/>
                <path d="M 8,192 L 80,192" fill="none" stroke="black"/>
                <path d="M 136,192 L 152,224" fill="none" stroke="black"/>
                <path d="M 136,48 L 152,80" fill="none" stroke="black"/>
                <path d="M 136,176 L 152,144" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="368,128 356,122.4 356,133.6" fill="black" transform="rotate(0,360,128)"/>
                <polygon class="arrowhead" points="368,112 356,106.4 356,117.6" fill="black" transform="rotate(0,360,112)"/>
                <polygon class="arrowhead" points="368,96 356,90.4 356,101.6" fill="black" transform="rotate(0,360,96)"/>
                <polygon class="arrowhead" points="320,144 308,138.4 308,149.6" fill="black" transform="rotate(270,312,144)"/>
                <polygon class="arrowhead" points="280,128 268,122.4 268,133.6" fill="black" transform="rotate(180,272,128)"/>
                <polygon class="arrowhead" points="280,112 268,106.4 268,117.6" fill="black" transform="rotate(180,272,112)"/>
                <polygon class="arrowhead" points="280,96 268,90.4 268,101.6" fill="black" transform="rotate(180,272,96)"/>
                <polygon class="arrowhead" points="200,144 188,138.4 188,149.6" fill="black" transform="rotate(0,192,144)"/>
                <polygon class="arrowhead" points="200,112 188,106.4 188,117.6" fill="black" transform="rotate(0,192,112)"/>
                <polygon class="arrowhead" points="200,80 188,74.4 188,85.6" fill="black" transform="rotate(0,192,80)"/>
                <polygon class="arrowhead" points="144,192 132,186.4 132,197.6" fill="black" transform="rotate(243.43494882292202,136,192)"/>
                <g class="text">
                  <text x="44" y="52">Client</text>
                  <text x="232" y="100">VPN</text>
                  <text x="44" y="116">Client</text>
                  <text x="232" y="116">/</text>
                  <text x="404" y="116">Server</text>
                  <text x="232" y="132">Proxy</text>
                  <text x="44" y="180">Client</text>
                  <text x="248" y="196">Apply</text>
                  <text x="316" y="196">throughput</text>
                  <text x="388" y="196">advice</text>
                  <text x="444" y="196">signal</text>
                  <text x="152" y="244">Observe</text>
                  <text x="212" y="244">change</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+
| Client |------.
+--------+       \      +-------+
                  '---->|       |            +--------+
+--------+              |  VPN  |<==========>|        |
| Client |------------->|   /   |<==========>| Server |
+--------+              | Proxy |<==========>|        |
                  .---->|       |     ^      +--------+
+--------+       /      +-------+     |
| Client |======'                     |
+--------+      ^           Apply throughput advice signal
                 \
                  \
               Observe change
]]></artwork>
          </artset>
        </figure>
        <t>An attacker that can manipulate SCONE headers might
cause an observable change in sending behavior; see <xref target="f-vpn"/>.
Though clients that use a VPN or proxy might choose to disable SCONE,
removing SCONE signals is of little help against this form of attack.
Lost or ECN-marked packets are likely to produce a congestion control response,
which are alternative methods available to an attacker
seeking to match flows.</t>
        <t>An effective, but wasteful, defense is to provide cover traffic
between the client and intermediary
to mask changes in sending rate on tunneled flows.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document registers new QUIC versions (<xref target="iana-version"/>) and a QUIC
transport parameter (<xref target="iana-tp"/>).</t>
      <section anchor="iana-version">
        <name>SCONE Versions</name>
        <t>This document registers the following entries to the "QUIC Versions" registry
maintained at <eref target="https://www.iana.org/assignments/quic">https://www.iana.org/assignments/quic</eref>, following the guidance
from <xref section="22.2" sectionFormat="of" target="QUIC"/>.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x6f7dc0fd</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF (iesg@ietf.org)</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>QUIC Working Group (quic@ietf.org)</t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>SCONE Protocol - Even Signal Values</t>
          </dd>
        </dl>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0xef7dc0fd</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF (iesg@ietf.org)</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>QUIC Working Group (quic@ietf.org)</t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>SCONE Protocol - Odd Signal Values</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-tp">
        <name>scone_supported Transport Parameter</name>
        <t>This document registers the scone_supported transport parameter in the "QUIC
Transport Parameters" registry maintained at
<eref target="https://www.iana.org/assignments/quic">https://www.iana.org/assignments/quic</eref>, following the guidance from <xref section="22.3" sectionFormat="of" target="QUIC"/>.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x219e</t>
          </dd>
          <dt>Parameter Name:</dt>
          <dd>
            <t>scone_supported</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>Permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Date:</dt>
          <dd>
            <t>This date</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF (iesg@ietf.org)</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>QUIC Working Group (quic@ietf.org)</t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>(none)</t>
          </dd>
        </dl>
      </section>
    </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="INVARIANTS">
          <front>
            <title>Version-Independent Properties of QUIC</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the properties of the QUIC transport protocol that are common to all versions of the protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8999"/>
          <seriesInfo name="DOI" value="10.17487/RFC8999"/>
        </reference>
        <referencegroup anchor="BCP14" target="https://www.rfc-editor.org/info/bcp14">
          <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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>
        </referencegroup>
        <reference anchor="QUIC-BIT">
          <front>
            <title>Greasing the QUIC Bit</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes a method for negotiating the ability to send an arbitrary value for the second-most significant bit in QUIC packets.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9287"/>
          <seriesInfo name="DOI" value="10.17487/RFC9287"/>
        </reference>
        <reference anchor="RFC2474">
          <front>
            <title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
            <author fullname="K. Nichols" initials="K." surname="Nichols"/>
            <author fullname="S. Blake" initials="S." surname="Blake"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="D. Black" initials="D." surname="Black"/>
            <date month="December" year="1998"/>
            <abstract>
              <t>This document defines the IP header field, called the DS (for differentiated services) field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2474"/>
          <seriesInfo name="DOI" value="10.17487/RFC2474"/>
        </reference>
        <reference anchor="QUICv2">
          <front>
            <title>QUIC Version 2</title>
            <author fullname="M. Duke" initials="M." surname="Duke"/>
            <date month="May" year="2023"/>
            <abstract>
              <t>This document specifies QUIC version 2, which is identical to QUIC version 1 except for some trivial details. Its purpose is to combat various ossification vectors and exercise the version negotiation framework. It also serves as a template for the minimum changes in any future version of QUIC.</t>
              <t>Note that "version 2" is an informal name for this proposal that indicates it is the second version of QUIC to be published as a Standards Track document. The protocol specified here uses a version number other than 2 in the wire image, in order to minimize ossification risks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9369"/>
          <seriesInfo name="DOI" value="10.17487/RFC9369"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="DASH" target="https://www.iso.org/standard/83314.html">
          <front>
            <title>Information technology — Dynamic adaptive streaming over HTTP (DASH) — Part 1: Media presentation description and segment formats</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="August"/>
          </front>
          <seriesInfo name="ISO/IEC" value="23009-1:2022"/>
        </reference>
        <reference anchor="QUIC-MP">
          <front>
            <title>Managing multiple paths for a QUIC connection</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 WELRI</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="17" month="March" year="2026"/>
            <abstract>
              <t>   This document specifies a multipath extension for the QUIC protocol
   to enable the simultaneous usage of multiple paths for a single
   connection.  It introduces explicit path identifiers to create,
   delete, and manage multiple paths.  This document does not specify
   address discovery or management, nor how applications using QUIC
   schedule traffic over multiple paths.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-multipath-21"/>
        </reference>
        <reference anchor="ECN">
          <front>
            <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
            <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <author fullname="D. Black" initials="D." surname="Black"/>
            <date month="September" year="2001"/>
            <abstract>
              <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3168"/>
          <seriesInfo name="DOI" value="10.17487/RFC3168"/>
        </reference>
        <reference anchor="WHY-ECN">
          <front>
            <title>The Benefits of Using Explicit Congestion Notification (ECN)</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>The goal of this document is to describe the potential benefits of applications using a transport that enables Explicit Congestion Notification (ECN). The document outlines the principal gains in terms of increased throughput, reduced delay, and other benefits when ECN is used over a network path that includes equipment that supports Congestion Experienced (CE) marking. It also discusses challenges for successful deployment of ECN. It does not propose new algorithms to use ECN nor does it describe the details of implementation of ECN in endpoint devices (Internet hosts), routers, or other network devices.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8087"/>
          <seriesInfo name="DOI" value="10.17487/RFC8087"/>
        </reference>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes how to proxy UDP in HTTP, similar to how the HTTP CONNECT method allows proxying TCP in HTTP. More specifically, this document defines a protocol that allows an HTTP client to create a tunnel for UDP communications through an HTTP server that acts as a proxy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9298"/>
          <seriesInfo name="DOI" value="10.17487/RFC9298"/>
        </reference>
        <reference anchor="HLS">
          <front>
            <title>HTTP Live Streaming</title>
            <author fullname="R. Pantos" initials="R." role="editor" surname="Pantos"/>
            <author fullname="W. May" initials="W." surname="May"/>
            <date month="August" year="2017"/>
            <abstract>
              <t>This document describes a protocol for transferring unbounded streams of multimedia data. It specifies the data format of the files and the actions to be taken by the server (sender) and the clients (receivers) of the streams. It describes version 7 of this protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8216"/>
          <seriesInfo name="DOI" value="10.17487/RFC8216"/>
        </reference>
        <reference anchor="RFC4787">
          <front>
            <title>Network Address Translation (NAT) Behavioral Requirements for Unicast UDP</title>
            <author fullname="F. Audet" initials="F." role="editor" surname="Audet"/>
            <author fullname="C. Jennings" initials="C." surname="Jennings"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>This document defines basic terminology for describing different types of Network Address Translation (NAT) behavior when handling Unicast UDP and also defines a set of requirements that would allow many applications, such as multimedia communications or online gaming, to work consistently. Developing NATs that meet this set of requirements will greatly increase the likelihood that these applications will function properly. 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="127"/>
          <seriesInfo name="RFC" value="4787"/>
          <seriesInfo name="DOI" value="10.17487/RFC4787"/>
        </reference>
      </references>
    </references>
    <?line 1202?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t><contact fullname="Jana Iyengar"/> made significant contributions to the original TRAIN
specification that forms the basis for a large part of this document.
The following people also contributed significantly
to the development of the protocol: <contact fullname="Alan Frindell"/>,
<contact fullname="Gorry Fairhurst"/>, <contact fullname="Kevin Smith"/>, <contact fullname="Martin Duke"/>,
and <contact fullname="Zaheduzzaman Sarker"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
1/8xX4Be/+uvOVBKdoEyHpdwYv4PPPQPsOm6AAA=

-->

</rfc>
