<?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.24 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-johansson-ccwg-rfc8298bis-screamv2-03" category="exp" submissionType="IETF" obsoletes="8298" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="SCReAMv2">Self-Clocked Rate Adaptation for Multimedia</title>
    <seriesInfo name="Internet-Draft" value="draft-johansson-ccwg-rfc8298bis-screamv2-03"/>
    <author initials="I." surname="Johansson" fullname="Ingemar Johansson">
      <organization>Ericsson</organization>
      <address>
        <email>ingemar.s.johansson@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Westerlund" fullname="Magnus Westerlund">
      <organization>Ericsson</organization>
      <address>
        <email>magnus.westerlund@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Kühlewind" fullname="Mirja Kühlewind">
      <organization>Ericsson</organization>
      <address>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <date year="2025" month="March" day="03"/>
    <area>WIT</area>
    <workgroup>CCWG</workgroup>
    <abstract>
      <?line 119?>

<t>This memo describes Self-Clocked Rate Adaptation for Multimedia version 2
(SCReAMv2), an update to SCReAM congestion control for media streams such as RTP
<xref target="RFC3550"/>. SCReAMv2 includes several algorithm simplifications and adds
support for L4S. The algorithm supports handling of multiple media streams,
typical use cases are streaming for remote control, AR and 3D VR googles.
This specification obsoletes RFC 8298.</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-johansson-ccwg-rfc8298bis-screamv2/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Congestion Control Working Group (ccwg) Working Group mailing list (<eref target="mailto:ccwg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ccwg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ccwg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/gloinul/draft-johansson-ccwg-scream-bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 128?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This memo describes Self-Clocked Rate Adaptation for Multimedia version 2
(SCReAMv2). This specification replaces the previous experimental version <xref target="RFC8298"/> of
SCReAM with SCReAMv2. There are many and fairly significant changes to the
original SCReAM algorithm as desribed in section <xref target="sec_changes"/>.</t>
      <t>Both SCReAM and SCReAMv2 estimates the forward queue delay in the same way as Low
Extra Delay Background Transport (LEDBAT) <xref target="RFC6817"/>.
However, while SCReAM is based on the self-clocking principle of TCP,
SCReAMv2 is not entirely self-clocked as it augments self-clocking with pacing
and a minimum send rate.</t>
      <t>Further, SCReAMv2 can take advantage of Explicit
Congestion Notification (ECN) <xref target="RFC3168"/> and Low Latency Low Loss and Scalable
throughput (L4S) <xref target="RFC9330"/> in cases where ECN or L4S is supported by the
network and the hosts. However, ECN or L4S is not required for the basic
congestion control functionality in SCReAMv2.</t>
      <section anchor="sec_changes">
        <name>Updates Compared to SCReAM (version 1)</name>
        <t>The algorithm in this memo differs considerably compared to the previous version of
SCReAM in <xref target="RFC8298"/>. The main differences are:</t>
        <ul spacing="normal">
          <li>
            <t>L4S support added. The L4S algoritm has many similarities with the DCTCP and
Prague congestion control but has a few extra modifications to make it work
well with periodic sources such as video.</t>
          </li>
          <li>
            <t>The delay based congestion control is changed to implement a pseudo-L4S
approach, this simplifies the delay based congestion control.</t>
          </li>
          <li>
            <t>The fast increase mode is removed. The reference window additive increase is
replaced with an adaptive multiplicative increase to enhance convergence
speed.</t>
          </li>
          <li>
            <t>The algorithm is more rate based than self-clocked:  </t>
            <ul spacing="normal">
              <li>
                <t>The calculated congestion window is mainly used to calculate proper media bitrates. Bytes in flight is
however allowed to exceeed the reference window. Therefore, The term
reference window is used instead of congestion window, as the reference
window does not set an absolute limit on the bytes in flight.</t>
              </li>
              <li>
                <t>The self-clocking now acts more like an emergency break
as bytes in flight can exceed the reference window only to a certain
degree. The rationale is to be able to transmit large video frames and avoid
that they are unnecessarily queued up on the sender side, but still prevent a
large network queue.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The media bitrate calculation is dramatically changed and simplified. In practive
it is manifested with a relatively simple relation between the reference window and RTT.</t>
          </li>
          <li>
            <t>Additional compensation is added to make SCReAMv2 handle cases such as large
changing frame sizes.</t>
          </li>
        </ul>
        <t>Algorithm changes in draft version -02 were:</t>
        <ul spacing="normal">
          <li>
            <t>Slow down reference window growth when close to the last known maximum value is disabled
and when L4S is active. This makes SCReAM adhere more closely to two marked packets
per RTT at steady state.</t>
          </li>
          <li>
            <t>Reference window decrease and increase reduced by up to 50% when ref_wnd/mss
is small. This reduces rate oscillations.</t>
          </li>
          <li>
            <t>Target bitrate down adjustment when ref_wnd/mss is small is modified to
avoid that the data unit queue grows excessively in certain low
bitrate cases.</t>
          </li>
          <li>
            <t>Timing set to multiples of RTTs instead of seconds.</t>
          </li>
        </ul>
        <t>Draft version -03 is major editorial pass including removal of some
outdated or background information and reorganisation of several sections:</t>
        <ul spacing="normal">
          <li>
            <t>Much shorter abstract and introduction focusing on what's new in SCReAMv2</t>
          </li>
          <li>
            <t>Removal of Section 1.1. on "Wireless (LTE and 5G) Access Properties" and
Section 1.2. on "Why is it a self-clocked algorithm?"</t>
          </li>
          <li>
            <t>New Section on "Updates compared to SCReAM (version 1)" in introduction
based on old Section on "Algorithm Changes"</t>
          </li>
          <li>
            <t>Section <xref target="ledbat-tfwc"/> updated and shortened</t>
          </li>
          <li>
            <t>Overview Section <xref target="scream-overview"/> revised; now also including the overview
figure and the basic algorithms</t>
          </li>
          <li>
            <t>Own section on "Constants and variables" removed; instead all variables are now listed
in the respective sections that explain the code</t>
          </li>
          <li>
            <t>New Section on "Sender Side State" explaining some basic variables</t>
          </li>
          <li>
            <t>Pseudo code and the corresponding explanations in Section <xref target="network-cc-2"/> on
"Network Congestion Control" moved into the respective subsections in
section <xref target="reaction-delay-loss-ce"/> on "Congestion Detection"</t>
          </li>
          <li>
            <t>Separate section on "Sender Transmission Control" introduced</t>
          </li>
          <li>
            <t>Section "Lost Data Unit Detection" merged into Section <xref target="reaction-loss"/></t>
          </li>
          <li>
            <t>Section "Stream Prioritization" removed</t>
          </li>
          <li>
            <t>Section on "Competing Flows Compensation" moved into Section <xref target="reaction-delay-loss-ce"/>
on "Congestion Detection"</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-media">
        <name>Requirements on the Media and Feedback Protocol</name>
        <t>SCReAM was originally designed to with with RTP + RTCP where <xref target="RFC8888"/> was
used as recommended feedback. RTP offers unique packet indication with the
sequence number and <xref target="RFC8888"/> offers timestamps of received packets and the
status of the ECN bits.</t>
        <t>SCReAM is however not limited to RTP as long as some requirements are fulfilled :</t>
        <ul spacing="normal">
          <li>
            <t>Media data is split in data units that when encapsulated in IP packets fit in
the network MTU.</t>
          </li>
          <li>
            <t>Each data unit can be uniquely identified.</t>
          </li>
          <li>
            <t>Data units can be queued up in a packet queue before transmission.</t>
          </li>
          <li>
            <t>Feedback can indicate reception time for each data units, or a group of data
units.</t>
          </li>
          <li>
            <t>Feedback can indicate packets that are ECN-CE marked. Unique ECN bits
indication for each packet is not necessary. An ECN-CE counter similar to
what is defined in <xref target="RFC9000"/> is sufficient.</t>
          </li>
        </ul>
      </section>
      <section anchor="ledbat-tfwc">
        <name>Comparison with LEDBAT and TFWC in TCP</name>
        <t>The core SCReAM algorithm, which is still similar in SCReAMv2, has similarities
to the concepts of self-clocking used in TCP-friendly window-based congestion
control <xref target="TFWC"/> and follows the packet conservation principle. The packet
conservation principle is described as a key factor behind the protection of
networks from congestion <xref target="Packet-conservation"/>.</t>
        <t>The reference window decrease is determined in a way similar to
LEDBAT <xref target="RFC6817"/>. However, the window increase is not based on
delay estimates but uses both a linear increase and multiplicate increase function depending
on the time since the last congestion event and introduces use of inflection points in the
reference window increase calculation to achieve reduced delay jitter.
Further, other than LEDABT which is a scavenger congestion control mostly designed
for low priority background traffic, SCReAM adjusts the qdelay target to
compete with other loss-based congestion-controlled flows.</t>
        <t>SCReAMv2 adds a new reference window validation technique, as the reference window is used as a basis for the
target bitrate calculation. For that reason, various actions are taken to avoid
that the reference window grows too much beyond the bytes in flight. Additional
contraints are applied when in congested state and when the maximum target bitrate is reached.</t>
        <t>The SCReAM/SCReAMv2 congestion control method uses techniques similar to LEDBAT
<xref target="RFC6817"/> to measure the qdelay. As is the case with LEDBAT, it is not
necessary to use synchronized clocks in the sender and receiver in order to
compute the qdelay. However, it is necessary that they use the same clock
frequency, or that the clock frequency at the receiver can be inferred reliably
by the sender. Failure to meet this requirement leads to malfunction in the
SCReAM/SCReAMv2 congestion control algorithm due to incorrect estimation of the
network queue delay. Use of <xref target="RFC8888"/> as feedback ensures that the same time
base is used in sender and receiver.</t>
      </section>
    </section>
    <section anchor="requirements">
      <name>Requirements Language</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
    </section>
    <section anchor="scream-overview">
      <name>Overview of SCReAMv2 Algorithm</name>
      <t>SCReAMv2 consists of three main parts: network congestion control, sender
transmission control, and media rate control. All of these parts reside at the
sender side while the receiver is assumpted to provide acknowledgements of received
data units and indication of ECN-CE marking, either as an accumulated bytes counter,
or per individual data unit.</t>
      <t>The sender implements media rate control and an data unit queue for each media
type or source, where data units containing encoded media frames are temporarily
stored for transmission. Figure 1 shows the details when a single media source
(or stream) is used. Scheduling and priotization of mulitiple streams is not
covered in this document. However, if multiple flows are sent, each data unit queue can be
served based on some defined priority or simply in a round-robin fashion. Alternatively,
a similar approach as coupled congestion control <xref target="RFC6365"/> can be applied.</t>
      <figure anchor="fig-sender-view">
        <name>Sender Functional View</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="528" width="472" viewBox="0 0 472 528" 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,160 L 8,224" fill="none" stroke="black"/>
              <path d="M 8,320 L 8,384" fill="none" stroke="black"/>
              <path d="M 8,480 L 8,512" fill="none" stroke="black"/>
              <path d="M 64,72 L 64,96" fill="none" stroke="black"/>
              <path d="M 64,120 L 64,152" fill="none" stroke="black"/>
              <path d="M 64,232 L 64,256" fill="none" stroke="black"/>
              <path d="M 64,392 L 64,416" fill="none" stroke="black"/>
              <path d="M 112,160 L 112,224" fill="none" stroke="black"/>
              <path d="M 112,320 L 112,384" fill="none" stroke="black"/>
              <path d="M 240,192 L 240,224" fill="none" stroke="black"/>
              <path d="M 240,248 L 240,336" fill="none" stroke="black"/>
              <path d="M 336,320 L 336,384" fill="none" stroke="black"/>
              <path d="M 344,144 L 344,240" fill="none" stroke="black"/>
              <path d="M 384,128 L 384,136" fill="none" stroke="black"/>
              <path d="M 392,288 L 392,312" fill="none" stroke="black"/>
              <path d="M 392,392 L 392,416" fill="none" stroke="black"/>
              <path d="M 392,448 L 392,472" fill="none" stroke="black"/>
              <path d="M 440,144 L 440,240" fill="none" stroke="black"/>
              <path d="M 456,320 L 456,384" fill="none" stroke="black"/>
              <path d="M 464,32 L 464,64" fill="none" stroke="black"/>
              <path d="M 464,480 L 464,512" fill="none" stroke="black"/>
              <path d="M 8,32 L 464,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 464,64" fill="none" stroke="black"/>
              <path d="M 344,144 L 440,144" fill="none" stroke="black"/>
              <path d="M 8,160 L 112,160" fill="none" stroke="black"/>
              <path d="M 120,192 L 240,192" fill="none" stroke="black"/>
              <path d="M 8,224 L 112,224" fill="none" stroke="black"/>
              <path d="M 344,240 L 440,240" fill="none" stroke="black"/>
              <path d="M 8,320 L 112,320" fill="none" stroke="black"/>
              <path d="M 336,320 L 456,320" fill="none" stroke="black"/>
              <path d="M 240,336 L 328,336" fill="none" stroke="black"/>
              <path d="M 120,368 L 328,368" fill="none" stroke="black"/>
              <path d="M 8,384 L 112,384" fill="none" stroke="black"/>
              <path d="M 336,384 L 456,384" fill="none" stroke="black"/>
              <path d="M 8,480 L 464,480" fill="none" stroke="black"/>
              <path d="M 8,512 L 464,512" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="400,472 388,466.4 388,477.6" fill="black" transform="rotate(90,392,472)"/>
              <polygon class="arrowhead" points="400,312 388,306.4 388,317.6" fill="black" transform="rotate(90,392,312)"/>
              <polygon class="arrowhead" points="392,136 380,130.4 380,141.6" fill="black" transform="rotate(90,384,136)"/>
              <polygon class="arrowhead" points="336,368 324,362.4 324,373.6" fill="black" transform="rotate(0,328,368)"/>
              <polygon class="arrowhead" points="336,336 324,330.4 324,341.6" fill="black" transform="rotate(0,328,336)"/>
              <polygon class="arrowhead" points="72,392 60,386.4 60,397.6" fill="black" transform="rotate(270,64,392)"/>
              <polygon class="arrowhead" points="72,232 60,226.4 60,237.6" fill="black" transform="rotate(270,64,232)"/>
              <polygon class="arrowhead" points="72,72 60,66.4 60,77.6" fill="black" transform="rotate(270,64,72)"/>
              <g class="text">
                <text x="216" y="52">Media</text>
                <text x="272" y="52">encoder</text>
                <text x="384" y="84">|</text>
                <text x="372" y="100">Data</text>
                <text x="412" y="100">unit</text>
                <text x="68" y="116">target_bitrate</text>
                <text x="384" y="116">|</text>
                <text x="64" y="180">Media</text>
                <text x="392" y="180">Queue</text>
                <text x="60" y="196">Rate</text>
                <text x="388" y="196">Data</text>
                <text x="64" y="212">Control</text>
                <text x="392" y="212">Units</text>
                <text x="244" y="244">target_bitrate</text>
                <text x="392" y="260">|</text>
                <text x="64" y="276">ref_wnd</text>
                <text x="380" y="276">Data</text>
                <text x="420" y="276">unit</text>
                <text x="64" y="292">RTT</text>
                <text x="64" y="308">|</text>
                <text x="56" y="340">Network</text>
                <text x="396" y="340">Sender</text>
                <text x="60" y="356">Congestion</text>
                <text x="184" y="356">ref_wnd</text>
                <text x="396" y="356">Transmission</text>
                <text x="56" y="372">Control</text>
                <text x="392" y="372">Control</text>
                <text x="176" y="388">Bytes</text>
                <text x="212" y="388">in</text>
                <text x="252" y="388">flight</text>
                <text x="44" y="436">Congestion</text>
                <text x="124" y="436">Feedback</text>
                <text x="380" y="436">Data</text>
                <text x="420" y="436">unit</text>
                <text x="40" y="452">Bytes</text>
                <text x="76" y="452">in</text>
                <text x="116" y="452">flight</text>
                <text x="64" y="468">|</text>
                <text x="216" y="500">UDP</text>
                <text x="260" y="500">socket</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
+--------------------------------------------------------+
|                       Media encoder                    |
+--------------------------------------------------------+
       ^                                       |
       |                                    Data unit
 target_bitrate                                |
       |                                       V
       |                                  +-----------+
+------------+                            |           |
|    Media   |                            |   Queue   |
|    Rate    |---------------+            |   Data    |
|   Control  |               |            |   Units   |
+------------+               |            |           |
       ^               target_bitrate     +-----------+
       |                     |                  |
    ref_wnd                  |               Data unit
      RTT                    |                  |
       |                     |                  v
+------------+               |           +--------------+
|  Network   |               +---------->|    Sender    |
| Congestion |     ref_wnd               | Transmission |
|  Control   |-------------------------->|   Control    |
+------------+     Bytes in flight       +--------------+
       ^                                        |
       |                                        |
Congestion Feedback                          Data unit
  Bytes in flight                               |
       |                                        v
+--------------------------------------------------------+
|                        UDP socket                      |
+--------------------------------------------------------+
]]></artwork>
        </artset>
      </figure>
      <t>Media frames are encoded and forwarded to the data unit queue in
<xref target="fig-sender-view"/>. The data units are sent by the sender transmission controller
from the data unit queue.</t>
      <t>The sender transmission controller (in case of multiple flows a transmission
scheduler) sends the data units to the UDP socket. The sender transmission
controller limits the sending rate so
that the number of bytes in flight is less than the reference window albeit with
a slack to avoid that packets are unnecessarily delayed in the data unit queue.
A pacing rate is calculated based on the target bitrate provided by the
media rate controller.</t>
      <t>Feedback about the received bytes as well as metadata to estimate the congestion
level or queuing delay are provided to the network congestion controller.
The network congestion controller calculated reference window and provides it
togteher with the bytes in flight to the sender transmission control.</t>
      <t>The reference window and the estimated RTT is further provided to the media rate
control to compute the appropriate target bitrate. The target bitrate is
updated whenever the reference window is updated. Additional parameters are also
communicated to make the rate control more stable when the congestion window is
very small or when L4S is not active.</t>
      <section anchor="network-cc">
        <name>Network Congestion Control</name>
        <t>The network congestion control sets reference window (ref_wnd)
which puts an upper limit on how many bytes can be in
flight, i.e., transmitted but not yet acknowledged. The reference window is
however not an absolute limit as slack is given to efficiently transmit
temporary larger media objects, such as video frames. This means that the
algoritm prefers to build up a queue in the network rather than on the sender
side. Additional congestion that this causes will reflect back and cause a
reduction of the reference window.</t>
        <t>Reference window is reduced if congestion is detected. Similar as for
LEDBAT the reference window is reduced either by a fixed fraction in
case of packet loss or Classic ECN marking, or if the estimated queue
delay exceeds a given threshold depending on how much the delay
exceeds the threshold.  SCReAMv2 reduces the reference window in
proportion to the fraction of marked packets if L4S is used (scalable
congestion control).</t>
        <artwork><![CDATA[
ref_wnd = BETA_LOSS * (BETA_ECN|l4s_alpha) * qtarget_alpha * ref_wnd
]]></artwork>
        <t>After a congestion event the reference window seeks to increase by one
segment per RTT until a certain number of RTT elapses. After this
initial congestion avoidance phase the refrence window increases
multiplicativly where the increase factor is adjusted relative to a
previous max value and the time elapsed since last congestion event.
This enables a faster convergence to a higher link speed.</t>
        <artwork><![CDATA[
ref_wnd = ref_wnd + increment
]]></artwork>
      </section>
      <section anchor="sender-tc">
        <name>Sender Transmission Control</name>
        <t>The sender transmission control limits sending rate based on the
relation of the estimated link throughput (bytes in flight) and the reference window.</t>
        <artwork><![CDATA[
send_wnd = ref_wnd * REF_WND_OVERHEAD * frame_size - bytes_in_flight
]]></artwork>
        <t>The respective sending rate is achived by applying packet pacing: Even
if the send window allows for the transmission of a number of packets,
these packets are not transmitted immediately; rather, they are
transmitted in intervals given by the packet size and the estimated
link throughput. Packets are generally paced at a higher rate than the
target bitrate, this makes it possible to transmit occasionally larger
video frames in a timely manner. Further, this mitigates issues with
ACK compression that can cause increased jitter and/or packet loss in
the media traffic.</t>
      </section>
      <section anchor="media-rate-control">
        <name>Media Rate Control</name>
        <t>The media rate control calculates the media rate based on the reference window and RTT.</t>
        <artwork><![CDATA[
target_bitrate = 8 * ref_wnd / s_rtt
]]></artwork>
        <t>The media rate needs to ramp up quickly enough to get a fair share of
the system resources when link throughput increases. Further, the
reaction to reduced throughput must be prompt in order to avoid
getting too much data queued in the data unit queue(s) in the sender.</t>
        <t>For the case that multiple
streams are enabled, the media rate among the streams is distrubuted according
to relative priorities.</t>
        <t>In cases where the sender's frame queues increase rapidly, such as in the case
of a Radio Access Type (RAT) handover, the SCReAMv2 sender MAY implement
additional actions, such as discarding of encoded media frames or frame skipping
in order to ensure that the data unit queues are drained quickly. Frame skipping
results in the frame rate being temporarily reduced. Which method to use is a
design choice and is outside the scope of this algorithm description.</t>
      </section>
    </section>
    <section anchor="scream-detailed-description">
      <name>Detailed Description of SCReAMv2 Sender Algorithm</name>
      <t>This section describes the sender-side algorithm in more detail. It is split
between the network congestion control, sender transmission control, and media
rate control.</t>
      <section anchor="sender-side-state">
        <name>Sender Side State</name>
        <t>The sender needs to maintain sending state and state about the received
feedback, as explained in the following subsections, as well as the following
configuration state:</t>
        <ul spacing="normal">
          <li>
            <t>l4s_active (false): Indicates that L4S is enabled and data units are indeed
marked.</t>
          </li>
        </ul>
        <section anchor="status-update-when-sending-data">
          <name>Status Update When Sending Data</name>
          <t>SCReAMv2 is a window-based and byte-oriented congestion control
protocol, where the number of bytes transmitted is inferred from the
size of the transmitted data units. Thus, a list of transmitted data
units and their respective transmission times (wall-clock time) MUST
be kept for further calculation. Further the following variables are
needed:</t>
          <ul spacing="normal">
            <li>
              <t>data_unit_size (0): Size [byte] of the last transmitted data unit.</t>
            </li>
            <li>
              <t>bytes_in_flight: The number of bytes in flight is computed as the sum of the
sizes of the data units ranging from the data unit most recently transmitted,
down to but not including the acknowledged data unit with the highest sequence
number.</t>
            </li>
          </ul>
          <t>bytes_in_flight can be also seen as the difference between the highest transmitted
byte sequence number and the highest acknowledged byte sequence number. As an
example: If a data unit with sequence number SN is transmitted and the last
acknowledgement indicates SN-5 as the highest received sequence number, then
bytes_in_flight is computed as the sum of the size of data units with sequence
number SN-4, SN-3, SN-2, SN-1, and SN. It does not matter if, for instance, the
data unit with sequence number SN-3 was lost -- the size of data unit with
sequence number SN-3 will still be considered in the computation of
bytes_in_flight.</t>
          <ul spacing="normal">
            <li>
              <t>bytes_in_flight_ratio (0.0): Ratio between the bytes_in_flight and the
reference window ref_wnd. This value should be computed at the beginning of the ACK
processing prior to updating the highest received sequence number acked.</t>
            </li>
            <li>
              <t>ref_wnd_ratio (0.0): Ratio between MSS and ref_wnd capped to not
exceed 1.0 (min(1.0, MSS / ref_wnd)).</t>
            </li>
            <li>
              <t>max_bytes_in_flight (0): The maximum number of bytes in flight in the current
round trip [byte].</t>
            </li>
            <li>
              <t>max_bytes_in_flight_prev (0): The maximum number of bytes in flight in
previous round trip [byte].</t>
            </li>
          </ul>
          <t>As bytes_in_flight can spike when congestion occurs, using the maximum of
max_bytes_in_flight and max_bytes_in_flight_prev
makes it more likely that an uncongested bytes_in_flight is used.</t>
        </section>
        <section anchor="status-update-on-receiving-feedback">
          <name>Status Update on Receiving Feedback</name>
          <t>The feedback from the receiver is assumed to consist of the following elements:</t>
          <ul spacing="normal">
            <li>
              <t>The wall-clock timestamp corresponding to the received data unit with the
highest sequence number.</t>
            </li>
            <li>
              <t>data_units_acked: A list of received data units' sequence numbers.</t>
            </li>
            <li>
              <t>data_units_acked_ce: An indication if data units are ECN-CE marked.
The ECN status can be either per data unit or an accumulated count of
ECN-CE marked data units.</t>
            </li>
            <li>
              <t>bytes_newly_acked (0): Number of bytes newly ACKed, reset to 0 when congestion
window is updated [byte].</t>
            </li>
            <li>
              <t>bytes_newly_acked_ce (0): Number of bytes newly ACKed and CE marked, reset to
0 when reference window is updated [byte].</t>
            </li>
          </ul>
          <t>bytes_newly_acked is incremented with a value
corresponding to how much the highest sequence number has increased
since the last feedback. As an example: If the previous
acknowledgement indicated the highest sequence number N and the new
acknowledgement indicated N+3, then bytes_newly_acked is incremented
by a value equal to the sum of the sizes of data units with sequence
number N+1, N+2, and N+3. Data units that are lost are also included,
which means that even though, e.g., data unit N+2 was lost, its size
is still included in the update of bytes_newly_acked. The
bytes_newly_acked_ce is, similar to bytes_newly_acked, a counter of
bytes newly acked with the extra condition that they are ECN-CE
marked. The bytes_newly_acked and bytes_newly_acked_ce are reset to
zero after a ref_wnd update.</t>
        </section>
      </section>
      <section anchor="network-cc-2">
        <name>Network Congestion Control</name>
        <t>This section explains the network congestion control, which calcultes the
reference window. The reference window gives an upper limit to the number of bytes in flight.</t>
        <section anchor="reaction-delay-loss-ce">
          <name>Congestion Detection: Delay, Data Unit Loss and ECN-CE</name>
          <t>Congestion is detected based on three different indicators:</t>
          <ul spacing="normal">
            <li>
              <t>Lost data units detected,</t>
            </li>
            <li>
              <t>ECN-CE marked data units detected either for classic ECN or L4S,</t>
            </li>
            <li>
              <t>Estimated queue delay exceeds a threshold.</t>
            </li>
          </ul>
          <t>A congestion event occurs if any of the above indicators are true AND it is at
least min(VIRTUAL_RTT,s_rtt) since the last congestion event. This ensures that
the reference window is reduced at most once per smoothed RTT.</t>
          <section anchor="reaction-loss">
            <name>Detecting Lost Data Units</name>
            <t>The reference window back-off due to loss events is deliberately a bit less than
is the case with TCP Reno, for example. TCP is generally used to transmit whole
files; the file is then like a source with an infinite bitrate until the whole
file has been transmitted. SCReAMv2, on the other hand, has a source which rate
is limited to a value close to the available transmit rate and often below that
value; the effect is that SCReAMv2 has less opportunity to grab free capacity
than a TCP-based file transfer. To compensate for this, it is RECOMMENDED to let
SCReAMv2 reduce the reference window less than what is the case with TCP when
loss events occur.</t>
            <t>Lost data unit detection is based on the received sequence number list. A
reordering window SHOULD be applied to prevent data unit reordering from triggering
loss events. The reordering window is specified as a time unit, similar to the
ideas behind Recent ACKnowledgement (RACK) <xref target="RFC8985"/>. The computation of the
reordering window is made possible by means of a lost flag in the list of
transmitted data units. This flag is set if the received sequence number list
indicates that the given data unit is missing. If later feedback indicates that
a previously lost marked data unit was indeed received, then the reordering window
is updated to reflect the reordering delay. The reordering window is given by
the difference in time between the event that the data unit was marked as lost and
the event that it was indicated as successfully received. Loss is detected if a
given data unit is not acknowledged within a time window (indicated by the
reordering window) after an data unit with a higher sequence number was
acknowledged.</t>
          </section>
          <section anchor="reaction-ecn-ce">
            <name>Receiving ECN-CE with classic ECN</name>
            <t>In classic ECN mode the ref_wnd is scaled by a fixed value (BETA_ECN).</t>
            <t>The reference window back-off due to an ECN event MAY be smaller than if a loss
event occurs. This is in line with the idea outlined in <xref target="RFC8511"/> to enable
ECN marking thresholds lower than the corresponding data unit drop thresholds.</t>
          </section>
          <section anchor="reaction-l4s-ce">
            <name>Receiving ECN-CE for L4S</name>
            <t>The ref_wnd is scaled down in proportion to the fraction of marked data units per
RTT. The scale down proportion is given by l4s_alpha, which is an EWMA filtered
version of the fraction of marked data units per RTT. This is inline with how DCTCP
works <xref target="RFC8257"/>. Additional methods are applied to make the reference window
reduction reasonably stable, especially when the reference window is only a few
MSS. In addition, because SCReAMv2 can quite often be source limited, additional
steps are taken to restore the reference window to a proper value after a long
period without congestion.</t>
            <t>l4s_alpha is calculated based in number of data units delivered (and marked)
the following way:</t>
            <artwork><![CDATA[
data_units_delivered_this_rtt += data_units_acked
data_units_marked_this_rtt += data_units_acked_ce
# l4s_alpha is updated at least every 10ms
if (now - last_update_l4s_alpha_time >= min(0.01,s_rtt)
  # l4s_alpha is calculated from data_units marked istf bytes marked
  fraction_marked_t = data_units_marked_this_rtt/
                      data_units_delivered_this_rtt

  l4s_alpha = L4S_AVG_G*fraction_marked_t + (1.0-L4S_AVG_G)*l4S_alpha

  last_update_l4s_alpha_time = now
  data_units_delivered_this_rtt = 0
  data_units_marked_this_rtt = 0
  last_fraction_marked = fraction_marked_t
end
]]></artwork>
            <t>This makes calculation of L4S alpha more accurate at very low bitrates,
given that the tail data unit in e.g a video frame is often smaller than MSS.</t>
            <t>The following variables are used:</t>
            <ul spacing="normal">
              <li>
                <t>l4s_alpha (0.0): Average fraction of marked data units per RTT.</t>
              </li>
              <li>
                <t>last_update_l4s_alpha_time (0): Last time l4s_alpha was updated [s].</t>
              </li>
              <li>
                <t>data_units_delivered_this_rtt (0): Counter for delivered data units.</t>
              </li>
              <li>
                <t>data_units_marked_this_rtt (0): Counter delivered and ECN-CE marked data units.</t>
              </li>
              <li>
                <t>last_fraction_marked (0.0): fraction marked data units in last update</t>
              </li>
            </ul>
            <t>The following constant is used</t>
            <ul spacing="normal">
              <li>
                <t>L4S_AVG_G (1/16): Exponentially Weighted Moving Average (EWMA) factor for l4s_alpha</t>
              </li>
            </ul>
          </section>
          <section anchor="reaction-delay">
            <name>Detecting Increased Queue Delay</name>
            <t>SCReAMv2 implements a delay-based congestion control approach where it mimics
L4S congestion marking when the averaged queue delay exceeds a target
threshold. This threshold is set to qdelay_target/2 and the congestion backoff
factor (l4s_alpha_v) increases linearly from 0 to 100% as qdelay_avg goes from
qdelay_target/2 to qdelay_target. The averaged qdelay (qdelay_avg) is used to
avoid that the SCReAMv2 congestion control over-reacts to scheduling jitter,
sudden delay spikes due to e.g. handover or link layer
retransmissions. Furthermore, the delay based congestion control is inactivated
when it is reasonably certain that L4S is active, i.e. L4S is enabled and
congested nodes apply L4S marking of data units. This reduces negative effects of
clockdrift, that the delay based control can introduce, whenever possible.</t>
            <t>qdelay_avg is updated with a slow attack, fast decay EWMA filter the
following way:</t>
            <artwork><![CDATA[
if (now - last_update_qdelay_avg_time >= s_rtt)
  if (qdelay < qdelay_avg)
    qdelay_avg = qdelay
  else
    qdelay_avg = QDELAY_AVG_G*qdelay + (1.0-QDELAY_AVG_G)*qdelay_avg
  end
  last_update_qdelay_avg_time = now
end
]]></artwork>
            <t>The following variables are used:</t>
            <ul spacing="normal">
              <li>
                <t>qdelay: When the sender receives feedback, the qdelay is calculated as outlined in
<xref target="RFC6817"/>. A qdelay sample is obtained for each received acknowledgement.</t>
              </li>
              <li>
                <t>last_update_qdelay_avg_time (0): Last time qdelay_avg was updated [s].</t>
              </li>
              <li>
                <t>s_rtt (0.0): Smoothed RTT [s], computed with a similar method to that
described in <xref target="RFC6298"/>.</t>
              </li>
            </ul>
            <t>The following constant is used:</t>
            <ul spacing="normal">
              <li>
                <t>QDELAY_AVG_G (1/4): Exponentially Weighted Moving Average (EWMA) factor for qdelay_avg</t>
              </li>
            </ul>
            <section anchor="competing-flows-compensation">
              <name>Competing Flows Compensation</name>
              <t>It is likely that a flow will have to share congested bottlenecks with other
flows that use a more aggressive congestion control algorithm (for example,
large FTP flows using loss-based congestion control). The worst condition occurs
when the bottleneck queues are of tail-drop type with a large buffer
size. SCReAMv2 takes care of such situations by adjusting the qdelay_target when
loss-based flows are detected, as shown in the pseudocode below.</t>
              <artwork><![CDATA[
adjust_qdelay_target(qdelay)
  qdelay_norm_t = qdelay / QDELAY_TARGET_LOW
  update_qdelay_norm_history(qdelay_norm_t)
  # Compute variance
  qdelay_norm_var_t = VARIANCE(qdelay_norm_history(200))
  # Compensation for competing traffic
  # Compute average
  qdelay_norm_avg_t = AVERAGE(qdelay_norm_history(50))
  # Compute upper limit to target delay
  new_target_t = qdelay_norm_avg_t + sqrt(qdelay_norm_var_t)
  new_target_t *= QDELAY_TARGET_LO
  if (loss_event_rate > 0.002)
    # Data unit losses detected
    qdelay_target = 1.5 * new_target_t
  else
    if (qdelay_norm_var_t < 0.2)
      # Reasonably safe to set target qdelay
      qdelay_target = new_target_t
    else
      # Check if target delay can be reduced; this helps prevent
      # the target delay from being locked to high values forever
      if (new_target_t < QDELAY_TARGET_LO)
        # Decrease target delay quickly, as measured queuing
        # delay is lower than target
        qdelay_target = max(qdelay_target * 0.5, new_target_t)
      else
        # Decrease target delay slowly
        qdelay_target *= 0.9
      end
    end
  end

  # Apply limits
  qdelay_target = min(QDELAY_TARGET_HI, qdelay_target)
  qdelay_target = max(QDELAY_TARGET_LO, qdelay_target)
]]></artwork>
              <t>The follwoing variable is used:</t>
              <ul spacing="normal">
                <li>
                  <t>loss_event_rate (0.0): The estimated fraction of RTTs with lost data units
detected.</t>
                </li>
              </ul>
              <t>Two temporary variables are calculated. qdelay_norm_avg_t is the long-term
average queue delay, qdelay_norm_var_t is the long-term variance of the queue
delay. A high qdelay_norm_var_t indicates that the queue delay changes; this can
be an indication that bottleneck bandwidth is reduced or that a competing flow
has just entered. Thus, it indicates that it is not safe to adjust the queue
delay target.</t>
              <t>A low qdelay_norm_var_t indicates that the queue delay is relatively stable. The
reason could be that the queue delay is low, but it could also be that a
competing flow is causing the bottleneck to reach the point that data unit losses
start to occur, in which case the queue delay will stay relatively high for a
longer time.</t>
              <t>The queue delay target is allowed to be increased if either the loss event rate
is above a given threshold or qdelay_norm_var_t is low. Both these conditions
indicate that a competing flow may be present. In all other cases, the queue
delay target is decreased.</t>
              <t>The function that adjusts the qdelay_target is simple and could produce false
positives and false negatives. The case that self-inflicted congestion by the
SCReAMv2 algorithm may be falsely interpreted as the presence of competing
loss-based FTP flows is a false positive. The opposite case -- where the
algorithm fails to detect the presence of a competing FTP flow -- is a false
negative.</t>
              <t>Extensive simulations have shown that the algorithm performs well in LTE and 5G
test cases and that it also performs well in simple bandwidth-limited bottleneck
test cases with competing FTP flows. However, the potential failure of the
algorithm cannot be completely ruled out. A false positive (i.e., when
self-inflicted congestion is mistakenly identified as competing flows) is
especially problematic when it leads to increasing the target queue delay, which
can cause the end-to-end delay to increase dramatically.</t>
              <t>If it is deemed unlikely that competing flows occur over the same bottleneck,
the algorithm described in this section MAY be turned off. One such case is
QoS-enabled bearers in 3GPP-based access such as LTE and 5G. However, when
sending over the Internet, often the network conditions are not known for sure,
so in general it is not possible to make safe assumptions on how a network is
used and whether or not competing flows share the same bottleneck. Therefore,
turning this algorithm off must be considered with caution, as it can lead to
basically zero throughput if competing with loss-based traffic.</t>
            </section>
          </section>
        </section>
        <section anchor="ref-wnd-update">
          <name>Reference Window Update</name>
          <t>The reference window update contains two parts. One that reduces the reference
window when congestion events (listed above) occur, and one part that
continously increases the reference window.</t>
          <t>The following variables are defined:</t>
          <ul spacing="normal">
            <li>
              <t>ref_wnd (MIN_REF_WND): Reference window [byte].</t>
            </li>
            <li>
              <t>ref_wnd_i (1): Reference window inflection point [byte].</t>
            </li>
            <li>
              <t>qdelay_target (QDELAY_TARGET_LO): qdelay target [s], a variable qdelay target
is introduced to manage cases where a fixed qdelay target would otherwise
starve the data flow under such circumstances (e.g., FTP competes for the
bandwidth over the same bottleneck). The qdelay target is allowed to vary
between QDELAY_TARGET_LO and QDELAY_TARGET_HI.</t>
            </li>
            <li>
              <t>last_congestion_detected_time (0): Last time congestion event occured [s].</t>
            </li>
            <li>
              <t>last_ref_wnd_i_update_time (0): Last time ref_wnd_i was updated [s].</t>
            </li>
          </ul>
          <t>Further the following constants are used (the RECOMMENDED values, within parentheses "()",
for the constants are deduced from experiments):</t>
          <ul spacing="normal">
            <li>
              <t>QDELAY_TARGET_LO (0.06): Target value for the minimum qdelay [s].</t>
            </li>
            <li>
              <t>QDELAY_TARGET_HI (0.4): Target value for the maximum qdelay [s]. This
parameter provides an upper limit to how much the target qdelay
(qdelay_target) can be increased in order to cope with competing loss-based
flows. However, the target qdelay does not have to be initialized to this high
value, as it would increase end-to-end delay and also make the rate control
and congestion control loops sluggish.</t>
            </li>
            <li>
              <t>MIN_REF_WND (3000): Minimum reference window [byte].</t>
            </li>
            <li>
              <t>BYTES_IN_FLIGHT_HEAD_ROOM (2.0): Extra headroom for bytes in flight.</t>
            </li>
            <li>
              <t>BETA_LOSS (0.7): ref_wnd scale factor due to loss event.</t>
            </li>
            <li>
              <t>BETA_ECN (0.8): ref_wnd scale factor due to ECN event.</t>
            </li>
            <li>
              <t>MSS (1000): Maximum segment size = Max data unit size [byte].</t>
            </li>
            <li>
              <t>REF_WND_OVERHEAD (1.5): Indicates how much bytes in flight is allowed to
exceed ref_wnd.</t>
            </li>
            <li>
              <t>POST_CONGESTION_DELAY_RTT (100): Determines how many RTTs after a congestion
event the reference window growth should be cautious.</t>
            </li>
            <li>
              <t>MUL_INCREASE_FACTOR (0.02): Determines how much (as a fraction of ref_wnd)
that the ref_wnd can increase per RTT.</t>
            </li>
            <li>
              <t>IS_L4S (false): Congestion control operates in L4S mode.</t>
            </li>
            <li>
              <t>VIRTUAL_RTT (0.025): Virtual RTT [s]. This mimics Prague's RTT fairness such that flows with RTT
below VIRTUAL_RTT should get a roughly equal share over an L4S path.</t>
            </li>
          </ul>
          <section anchor="reference-window-reduction">
            <name>Reference Window Reduction</name>
            <artwork><![CDATA[
# The reference window is updated at least every VIRTUAL_RTT
if (now - last_congestion_detected_time >= min(VIRTUAL_RTT,s_rtt)
  if (loss detected)
    is_loss_t = true
  end
  if (data units marked)
    is_ce_t = true
  end
  if (qdelay > qdelay_target/2)
    # It is expected that l4s_alpha is below a given value,
    l4_alpha_lim_t = 2 / target_bitrate * MSS * 8 / s_rtt
    if (l4s_alpha < l4_alpha_lim_t || !l4s_active)
      # L4S does not seem to be active
      l4s_alpha_v_t = min(1.0, max(0.0,
         (qdelay_avg - qdelay_target / 2) /
         (qdelay_target / 2)));
      is_virtual_ce_t = true
    end
  end
end

if (is_loss_t || is_ce_t || is_virtual_ce_t)
  if (now - last_ref_wnd_i_update_time > 10*s_rtt)
    # Update ref_wnd_i, no more often than every 10 RTTs
    # Additional median filtering over more congestion epochs
    # may improve accuracy of ref_wnd_i
    last_ref_wnd_i_update_time = now
    ref_wnd_i = ref_wnd
  end
end


# Either loss, ECN mark or increased qdelay is detected
if (is_loss_t)
  # Loss is detected
  ref_wnd = ref_wnd * BETA_LOSS
end
if (is_ce_t)
  # ECN-CE detected
  if (IS_L4S)
    # L4S mode
    backoff_t = l4s_alpha / 2

    # Increase stability for very small ref_wnd
    backOff_t *= max(0.5, 1.0 - ref_wnd_ratio)

    if (now - last_congestion_detected_time >
        100*max(VIRTUAL_RTT,s_rtt))
      # A long time (>100 RTTs) since last congested because
      # link throughput exceeds max video bitrate.
      # There is a certain risk that ref_wnd has increased way above
      # bytes in flight, so we reduce it here to get it better on
      # track and thus the congestion episode is shortened
      ref_wnd = min(ref_wnd, max_bytes_in_flight_prev)

      # Also, we back off a little extra if needed
      # because alpha is quite likely very low
      # This can in some cases be an over-reaction
      # but as this function should kick in relatively seldom
      # it should not be to too big concern
      backoff_t = max(backoff_t, 0.25)

      # In addition, bump up l4sAlpha to a more credible value
      # This may over react but it is better than
      # excessive queue delay
      l4sAlpha = 0.25
    end
    ref_wnd = (1.0 - backoff_t) * ref_wnd
  else
    # Classic ECN mode
    ref_wnd = ref_wnd * BETA_ECN
  end
end
if (is_virtual_ce_t)
  backoff_t = l4s_alpha_v_t / 2
  ref_wnd = (1.0 - backoff_t) * ref_wnd
end
ref_wnd = max(MIN_REF_WND, ref_wnd)

if (is_loss_t || is_ce_t || is_virtual_ce_t)
  last_congestion_detected_time = now
end
]]></artwork>
          </section>
          <section anchor="reference-window-increase">
            <name>Reference Window Increase</name>
            <artwork><![CDATA[
# Delay factor for multiplicative reference window increase
# after congestion

post_congestion_scale_t = max(0.0, min(1.0,
 (now - last_congestion_detected_time) /
  (POST_CONGESTION_DELAY_RTTS * max(VIRTUAL_RTT, s_rtt))))

# Scale factor for ref_wnd update
ref_wnd_scale_factor_t = 1.0 + (MUL_INCREASE_FACTOR  * ref_wnd) / MSS)


# Calculate bytes acked that are not CE marked
# For the case that only accumulated number of CE marked packets is
# reported by the feedback, it is necessary to make an approximation
# of bytes_newly_acked_ce based on average data unit size.
bytes_newly_acked_minus_ce_t = bytes_newly_acked-
                               bytes_newly_acked_ce

increment_t = bytes_newly_acked_minus_ce_t*ref_wnd_ratio

# Reduce increment for small RTTs
tmp_t = min(1.0, s_rtt / VIRTUAL_RTT)
increment_t *= tmp_t * tmp_t

# Apply limit to reference window growth when close to last
# known max value before congestion
scl_t = (ref_wnd-ref_wnd_i) / ref_wnd_i
scl_t *= 4
scl_t = scl_t * scl_t
scl_t = max(0.1, min(1.0, scl_t))
if (!is_l4s_active)
  increment_t *= scl_t
end

# Limit on CWND growth speed further for small CWND
# This is complemented with a corresponding restriction on CWND
# reduction
increment_t *= max(0.5,1.0-ref_wnd_ratio)

# Scale up increment with multiplicative increase
# Limit multiplicative increase when congestion occured
# recently and when reference window is close to the last
# known max value
float tmp_t = ref_wnd_scale_factor_t
if (tmp_t > 1.0)
  tmp_t = 1.0 + (tmp_t - 1.0) * post_congestion_scale_t * scl_t;
end
increment *= tmp_t

# Increase ref_wnd only if bytes in flight is large enough
# Quite a lot of slack is allowed here to avoid that bitrate
# locks to low values.
max_allowed_t = MSS + max(max_bytes_in_flight,
  max_bytes_in_flight_prev) * BYTES_IN_FLIGHT_HEAD_ROOM
int ref_wnd_t = ref_wnd + increment_t
if (ref_wnd_t <= max_allowed_t)
  ref_wnd = ref_wnd_t
end
]]></artwork>
            <t>The ref_wnd_scale_factor_t scales the reference window increase. The
ref_wnd_scale_factor_t is increased with larger ref_wnd to allow for a
multiplicative increase and thus a faster convergence when link capacity
increases.</t>
            <t>The multiplicative increase is restricted directly after a congestion event and
the restriction is gradually relaxed as the time since last congested
increased. The restriction makes the reference window growth to be no faster
than additive increase when congestion continusly occurs.  For L4S operation
this means that the SCReAMv2 algorithm will adhere to the 2 marked data units per
RTT equilibrium at steady state congestion, with the exception of the case
below.</t>
            <t>The reference window increase is restricted to values as small as 0.1MSS/RTT
when the reference window is close to the last known max value (ref_wnd_i). This
increases stability and reduces periodic overshoot. This restriction is applied
in full only for small reference windows when in L4S operation.</t>
            <t>It is particularly important that the reference window reflects the transmitted
bitrate especially in L4S mode operation. An inflated ref_wnd takes extra RTTs
to bring down to a correct value upon congestion and thus causes unnecessary
queue buildup. At the same time the reference window must be allowed to be large
enough to avoid that the SCReAMv2 algorithm begins to limit itself, given that
the target bitrate is calculated based on the ref_wnd. Two mechanisms are used
to manage this:</t>
            <ul spacing="normal">
              <li>
                <t>Restore correct value of ref_wnd upon congestion. This is done if is a
prolonged time since the link was congested. A typical example is that
SCReAMv2 has been rate limited, i.e the target bitrate has reached the
TARGET_BITRATE_MAX.</t>
              </li>
              <li>
                <t>Limit ref_wnd when the target_bitrate has reached TARGET_BITRATE_MAX. The
ref_wnd is restricted based on a history of the last max_bytes_in_flight
values. See <xref target="SCReAM-CPP-implementation"/> for details.</t>
              </li>
            </ul>
            <t>The two mechanisms complement one another.</t>
          </section>
        </section>
      </section>
      <section anchor="sender-transmission-control">
        <name>Sender Transmission Control</name>
        <t>The Sender Transmission control calculates of send window at the sender.
Data units are transmitted if allowed by the relation between the number of bytes
in flight and the reference window. This is controlled by the send window:</t>
        <ul spacing="normal">
          <li>
            <t>send_wnd (0): Upper limit to how many bytes can currently be
transmitted. Updated when ref_wnd is updated and when data unit is
transmitted [byte].</t>
          </li>
        </ul>
        <section anchor="send-window">
          <name>Send Window Calculation</name>
          <t>The basic design principle behind data unit transmission in SCReAM was to allow
transmission only if the number of bytes in flight is less than the congestion
window. There are, however, two reasons why this strict rule will not work
optimally:</t>
          <ul spacing="normal">
            <li>
              <t>Bitrate variations: Media sources such as video encoders generally produce
frames whose size always vary to a larger or smaller extent. The data unit queue
absorbs the natural variations in frame sizes. However, the data unit queue should
be as short as possible to prevent the end-to-end delay from increasing. A
strict 'send only when bytes in flight is less than the reference window' rule
can cause the data unit queue to grow simply because the send window is limited. The
consequence is that the reference window will not increase, or will increase
very slowly, because the reference window is only allowed to increase when
there is a sufficient amount of data in flight. The final effect is that the
media bitrate increases very slowly or not at all.</t>
            </li>
            <li>
              <t>Reverse (feedback) path congestion: Especially in transport over
buffer-bloated networks, the one-way delay in the reverse direction can jump
due to congestion. The effect is that the acknowledgements are delayed, and
the self-clocking is temporarily halted, even though the forward path is not
congested. The REF_WND_OVERHEAD allows for some degree of reverse path
congestion as the bytes in flight is allowed to exceed ref_wnd.</t>
            </li>
          </ul>
          <t>In SCReAMv2, the send window is given by the relation between the adjusted
reference window and the amount of bytes in flight according to the pseudocode
below. The multiplication of ref_wnd with REF_WND_OVERHEAD and
rel_framesize_high has the effect that bytes in flight is 'around' the ref_wnd
rather than limited by the ref_wnd when the link is congested.  The
implementation allows the data unit queue to be small even when the frame sizes vary
and thus increased e2e delay can be avoided.</t>
          <artwork><![CDATA[
send_wnd = ref_wnd * REF_WND_OVERHEAD * rel_framesize_high -
           bytes_in_flight
]]></artwork>
          <t>The send window is updated whenever an data unit is transmitted or an feedback
messaged is received.</t>
        </section>
        <section anchor="calculate-frame-size">
          <name>Calculate Frame Size</name>
          <t>The variable rel_framesize_high is based on calculation of the high percentile
of the frame sizes. The calculation is based on a histogram of the frame sizes
relative to the expected frame size given the target bitrate and frame
period.</t>
          <ul spacing="normal">
            <li>
              <t>rel_framesize_high (1.0): High percentile of frame size, normalized by nominal
frame size for the given target bitrate</t>
            </li>
            <li>
              <t>frame_period (0.02): The frame period [s].</t>
            </li>
            <li>
              <t>frame_size: the frame size of the last encoded frame</t>
            </li>
          </ul>
          <t>The calculation of rel_framesize_high is done for every new video frame
and is outlined roughly with the pseudo code below:</t>
          <artwork><![CDATA[
tmp_t = frame_size / (target_bitrate * frame_period / 8)

if (tmp_t > 1.0)
  # Insert sample into histogram
  insert_into_histogram(tmp_t)
  # Get high percentile
  rel_framesize_high = get_histogram_high_percentile()
end
]]></artwork>
          <t>A 75%-ile is used in <xref target="SCReAM-CPP-implementation"/>, the histogram can be made
leaky such that old samples are gradually forgotten.</t>
        </section>
        <section anchor="packet-pacing">
          <name>Packet Pacing</name>
          <t>Packet pacing is used in order to mitigate coalescing, i.e., when packets are
transmitted in bursts, with the risks of increased jitter and potentially
increased packet loss. Packet pacing is also recommended to be used with L4S and
also mitigates possible issues with queue overflow due to key-frame generation
in video coders.</t>
          <ul spacing="normal">
            <li>
              <t>pace_bitrate (1e6): Data unit pacing rate [bps].</t>
            </li>
            <li>
              <t>t_pace (1e-6): Pacing interval between data units [s].</t>
            </li>
          </ul>
          <t>The following constants are used by the packet pacing:</t>
          <ul spacing="normal">
            <li>
              <t>RATE_PACE_MIN (50000): Minimum pacing rate in [bps].</t>
            </li>
            <li>
              <t>PACKET_PACING_HEADROOM (1.5): Extra head room for packet pacing.</t>
            </li>
          </ul>
          <t>The time interval between consecutive data unit transmissions is
greater than or equal to t_pace, where t_pace is given by the equations below:</t>
          <artwork><![CDATA[
pace_bitrate = max(RATE_PACE_MIN, target_bitrate) *
               PACKET_PACING_HEADROOM
t_pace = data_unit_size * 8 / pace_bitrate
]]></artwork>
          <t>data_unit_size is the size of the last transmitted data unit. RATE_PACE_MIN is the
minimum pacing rate.</t>
        </section>
      </section>
      <section anchor="media-rate-control-2">
        <name>Media Rate Control</name>
        <t>The media rate control algorithm is executed whenever the reference window is
updated and calculates the target bitrate:</t>
        <ul spacing="normal">
          <li>
            <t>target_bitrate (0): Media target bitrate [bps].</t>
          </li>
        </ul>
        <t>The following constants are used by the media rate control:</t>
        <ul spacing="normal">
          <li>
            <t>BYTES_IN_FLIGHT_LIMIT</t>
          </li>
          <li>
            <t>BYTES_IN_FLIGHT_LIMIT_COMPENSATION</t>
          </li>
          <li>
            <t>PACKET_OVERHEAD (20) : Estimated packetization overhead [byte]</t>
          </li>
          <li>
            <t>TARGET_BITRATE_MIN: Minimum target bitrate in [bps] (bits per second).</t>
          </li>
          <li>
            <t>TARGET_BITRATE_MAX: Maximum target bitrate in [bps].</t>
          </li>
        </ul>
        <t>The target bitrate is essentiatlly based
on the reference window ref_wnd and the (smoothed) RTT s_rtt according to</t>
        <artwork><![CDATA[
target_bitrate = 8 * ref_wnd / s_rtt
]]></artwork>
        <t>The role of the media rate control is to strike a reasonable balance between a
low amount of queuing in the data unit queue(s) and a sufficient amount of data to
send in order to keep the data path busy. Because the reference window is
updated based on loss, ECN-CE and delay, so does the target rate also update.</t>
        <t>The code above however needs some modifications to work fine in a number of
scenarios</t>
        <ul spacing="normal">
          <li>
            <t>L4S is inactive, i.e L4S is either not enabled or congested bottlenecks do not
L4S mark data units</t>
          </li>
          <li>
            <t>ref_wnd is very small, just a few MSS or smaller</t>
          </li>
        </ul>
        <t>The complete pseudo code for adjustment of the target bitrate is shown below</t>
        <artwork><![CDATA[
tmp_t = 1.0

# limit bitrate if bytes in flight exceeds is close to or
# exceeds ref_wnd. This helps to avoid large rate fluctiations and
# variations in RTT
# Only applied when L4S is inactive
if (!l4s_active && bytes_in_flight_ratio > BYTES_IN_FLIGHT_LIMIT)
  tmp_t /= min(BYTES_IN_FLIGHT_LIMIT_COMPENSATION,
    bytesInFlightRatio / BYTES_IN_FLIGHT_LIMIT)
end

# Scale down rate slighty when the reference window is very
# small compared to MSS
tmp_t *= 1.0 - min(0.2, max(0.0, ref_wnd_ratio - 0.1))

# Additional compensation for packetization overhead,
# important when MSS is small
tmp_t_ *= mss/(mss + PACKET_OVERHEAD)

# Calculate target bitrate and limit to min and max allowed
# values
target_bitrate = tmp_t * 8 * ref_wnd / s_rtt
target_bitrate = min(TARGET_BITRATE_MAX,
  max(TARGET_BITRATE_MIN,target_bitrate))
]]></artwork>
        <section anchor="coder-errors">
          <name>Handling of systematic errors in video coders</name>
          <t>Some video encoders are prone to systematically generate an output bitrate that
is systematically larger or smaller than the target bitrate. SCReAMv2 can handle
some deviation inherently but for larger devation it becomes necessary to
compensate for this. The algorithm for this is detailed in
<xref target="SCReAM-CPP-implementation"/>.</t>
          <t>ToDo: A future draft version will describe this in more detail as it has been
fully integrated into SCReAMv2.</t>
        </section>
      </section>
    </section>
    <section anchor="scream-receiver">
      <name>Receiver Requirements on Feedback Intensity</name>
      <t>The simple task of the receiver is to feed back acknowledgements with with time
stamp and ECN bits indication for received data units to the sender. Upon reception
of each data unit, the receiver MUST maintain enough information to send the
aforementioned values to the sender via an RTCP transport- layer feedback
message. The frequency of the feedback message depends on the available RTCP
bandwidth. The requirements on the feedback elements and the feedback interval
are described below.</t>
      <t>SCReAMv2 benefits from relatively frequent feedback. It is RECOMMENDED that a
SCReAMv2 implementation follows the guidelines below.</t>
      <t>The feedback interval depends on the media bitrate. At low bitrates, it is
sufficient with a feedback every frame; while at high bitrates, a feedback
interval of roughly 5ms is preferred. At very high bitrates, even shorter
feedback intervals MAY be needed in order to keep the self-clocking in SCReAMv2
working well. One indication that feedback is too sparse is that the SCReAMv2
implementation cannot reach high bitrates, even in uncongested links. More
frequent feedback might solve this issue.</t>
      <t>The numbers above can be formulated as a feedback interval function that can be
useful for the computation of the desired RTCP bandwidth. The following equation
expresses the feedback rate:</t>
      <artwork><![CDATA[
# Assume 100 byte feedback packets
rate_fb = 0.02 * [average received rate] / (100.0 * 8.0);
rate_fb = min(1000, max(10, rate_fb))

# Calculate feedback intervals
fb_int = 1.0/rate_fb
]]></artwork>
      <t>Feedback should also forcibly be transmitted in any of these cases:</t>
      <ul spacing="normal">
        <li>
          <t>More than N data units received since last feedback has been transmitted</t>
        </li>
        <li>
          <t>A data unit with marker bit set or other last data unit for media frame is received</t>
        </li>
      </ul>
      <t>The transmission interval is not critical. So, in the case of multi-stream
handling between two hosts, the feedback for two or more synchronization sources
(SSRCs) can be bundled to save UDP/IP overhead. However, the final realized
feedback interval SHOULD NOT exceed 2*fb_int in such cases, meaning that a
scheduled feedback transmission event should not be delayed more than fb_int.</t>
      <t>SCReAMv2 works with AVPF regular mode; immediate or early mode is not required
by SCReAMv2 but can nonetheless be useful for RTCP messages not directly related
to SCReAMv2, such as those specified in <xref target="RFC4585"/>. It is RECOMMENDED to use
reduced-size RTCP <xref target="RFC5506"/>, where regular full compound RTCP transmission is
controlled by trr-int as described in <xref target="RFC4585"/>.</t>
      <t>While the guidelines above are somewhat RTCP specific, similar principles apply
to for instance QUIC.</t>
    </section>
    <section anchor="discussion">
      <name>Discussion</name>
      <t>This section covers a few discussion points.</t>
      <ul spacing="normal">
        <li>
          <t>Clock drift: SCReAM/SCReAMv2 can suffer from the same issues with clock drift
as is the case with LEDBAT <xref target="RFC6817"/>. However, Appendix A.2 in <xref target="RFC6817"/>
describes ways to mitigate issues with clock drift. A clockdrift compensation
method is also implemented in <xref target="SCReAM-CPP-implementation"/>. Furthermore, the
SCReAM implementation resets base delay history when it is determined that
clock drift becomes too large. This is achieved by reducing the target bitrate
for a few RTTs.</t>
        </li>
        <li>
          <t>Clock skipping: The sender or receiver clock can occasionally skip. Handling
of this is implemented in <xref target="SCReAM-CPP-implementation"/>.</t>
        </li>
        <li>
          <t>The target bitrate given by SCReAMv2 is the bitrate including the data unit and
Forward Error Correction (FEC) overhead. The media encoder SHOULD take this
overhead into account when the media bitrate is set. This means that the media
coder bitrate SHOULD be computed as: media_rate = target_bitrate -
data_unit_plus_fec_overhead_bitrate It is not necessary to make a 100% perfect
compensation for the overhead, as the SCReAM algorithm will inherently
compensate for moderate errors. Under-compensating for the overhead has the
effect of increasing jitter, while overcompensating will cause the bottleneck
link to become underutilized.</t>
        </li>
        <li>
          <t>The link utilization with SCReAMv2 can be lower than 100%. There are several
possible reasons to this:  </t>
          <ul spacing="normal">
            <li>
              <t>Large variations in frame sizes: Large variations in frame size makes
SCReAMv2 push down the target_bitrate to give sufficient headroom and avoid
queue buildup in the network. It is in general recommended to operate video
coders in low latency mode and enable GDR (Gradual Decoding Refresh) if
possible to minimize frame size variations.</t>
            </li>
            <li>
              <t>Link layer properties: Media transport in 5G in uplink typically requires to
transmit a scheduling request (SR) to get persmission to transmit
data. Because transmission of video is frame based, there is a high
likelihood that the channel becomes idle between frames (especially with
L4S), in which case a new SR/grant exchange is needed. This potentially
means that uplink transmission slots are unused with a lower link
utilization as a result.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Packet pacing is recommended, it is however possible to operate SCReAMv2 with
  packet pacing disabled. The code in <xref target="SCReAM-CPP-implementation"/> implements
  additonal mechanisms to achieve a high link utilization when packet pacing is
  disabled.</t>
        </li>
        <li>
          <t>Feedback issues: RTCP feedback packets <xref target="RFC8888"/> can be lost, this means that
  the loss detection in SCReAMv2 may trigger even though packets arrive safely
  on the receiver side. <xref target="SCReAM-CPP-implementation"/> solves this by using
  overlapping RTCP feedback, i.e RTCP feedback is transmitted no more seldom
  than every 16th packet, and where each RTCP feedback spans the last 32
  received packets. This however creates unnecessary overhead. <xref target="RFC3550"/> RR
  (Receiver Reports) can possibly be another solution to achieve better
  robustness with less overhead. QUIC <xref target="RFC9000"/> overcomes this issue because
  of inherent design.</t>
        </li>
        <li>
          <t>SCReAM has over time been evaluated in a number of different experiments, a
  few examples are found in <xref target="SCReAM-evaluation-L4S"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document does not require any IANA actions.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The feedback can be vulnerable to attacks similar to those that can affect
TCP. It is therefore RECOMMENDED that the RTCP feedback is at least integrity
protected. Furthermore, as SCReAM/SCReAMv2 is self-clocked, a malicious
middlebox can drop RTCP feedback packets and thus cause the self-clocking to
stall. However, this attack is mitigated by the minimum send rate maintained by
SCReAM/SCReAMv2 when no feedback is received.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3168" target="https://www.rfc-editor.org/info/rfc3168" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3168.xml">
          <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="RFC3550" target="https://www.rfc-editor.org/info/rfc3550" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3550.xml">
          <front>
            <title>RTP: A Transport Protocol for Real-Time Applications</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <author fullname="R. Frederick" initials="R." surname="Frederick"/>
            <author fullname="V. Jacobson" initials="V." surname="Jacobson"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This memorandum describes RTP, the real-time transport protocol. RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services. RTP does not address resource reservation and does not guarantee quality-of- service for real-time services. The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality. RTP and RTCP are designed to be independent of the underlying transport and network layers. The protocol supports the use of RTP-level translators and mixers. Most of the text in this memorandum is identical to RFC 1889 which it obsoletes. There are no changes in the packet formats on the wire, only changes to the rules and algorithms governing how the protocol is used. The biggest change is an enhancement to the scalable timer algorithm for calculating when to send RTCP packets in order to minimize transmission in excess of the intended rate when many participants join a session simultaneously. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="64"/>
          <seriesInfo name="RFC" value="3550"/>
          <seriesInfo name="DOI" value="10.17487/RFC3550"/>
        </reference>
        <reference anchor="RFC4585" target="https://www.rfc-editor.org/info/rfc4585" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4585.xml">
          <front>
            <title>Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)</title>
            <author fullname="J. Ott" initials="J." surname="Ott"/>
            <author fullname="S. Wenger" initials="S." surname="Wenger"/>
            <author fullname="N. Sato" initials="N." surname="Sato"/>
            <author fullname="C. Burmeister" initials="C." surname="Burmeister"/>
            <author fullname="J. Rey" initials="J." surname="Rey"/>
            <date month="July" year="2006"/>
            <abstract>
              <t>Real-time media streams that use RTP are, to some degree, resilient against packet losses. Receivers may use the base mechanisms of the Real-time Transport Control Protocol (RTCP) to report packet reception statistics and thus allow a sender to adapt its transmission behavior in the mid-term. This is the sole means for feedback and feedback-based error repair (besides a few codec-specific mechanisms). This document defines an extension to the Audio-visual Profile (AVP) that enables receivers to provide, statistically, more immediate feedback to the senders and thus allows for short-term adaptation and efficient feedback-based repair mechanisms to be implemented. This early feedback profile (AVPF) maintains the AVP bandwidth constraints for RTCP and preserves scalability to large groups. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4585"/>
          <seriesInfo name="DOI" value="10.17487/RFC4585"/>
        </reference>
        <reference anchor="RFC5506" target="https://www.rfc-editor.org/info/rfc5506" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5506.xml">
          <front>
            <title>Support for Reduced-Size Real-Time Transport Control Protocol (RTCP): Opportunities and Consequences</title>
            <author fullname="I. Johansson" initials="I." surname="Johansson"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <date month="April" year="2009"/>
            <abstract>
              <t>This memo discusses benefits and issues that arise when allowing Real-time Transport Protocol (RTCP) packets to be transmitted with reduced size. The size can be reduced if the rules on how to create compound packets outlined in RFC 3550 are removed or changed. Based on that analysis, this memo defines certain changes to the rules to allow feedback messages to be sent as Reduced-Size RTCP packets under certain conditions when using the RTP/AVPF (Real-time Transport Protocol / Audio-Visual Profile with Feedback) profile (RFC 4585). This document updates RFC 3550, RFC 3711, and RFC 4585. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5506"/>
          <seriesInfo name="DOI" value="10.17487/RFC5506"/>
        </reference>
        <reference anchor="RFC6298" target="https://www.rfc-editor.org/info/rfc6298" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6298.xml">
          <front>
            <title>Computing TCP's Retransmission Timer</title>
            <author fullname="V. Paxson" initials="V." surname="Paxson"/>
            <author fullname="M. Allman" initials="M." surname="Allman"/>
            <author fullname="J. Chu" initials="J." surname="Chu"/>
            <author fullname="M. Sargent" initials="M." surname="Sargent"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document defines the standard algorithm that Transmission Control Protocol (TCP) senders are required to use to compute and manage their retransmission timer. It expands on the discussion in Section 4.2.3.1 of RFC 1122 and upgrades the requirement of supporting the algorithm from a SHOULD to a MUST. This document obsoletes RFC 2988. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6298"/>
          <seriesInfo name="DOI" value="10.17487/RFC6298"/>
        </reference>
        <reference anchor="RFC6817" target="https://www.rfc-editor.org/info/rfc6817" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6817.xml">
          <front>
            <title>Low Extra Delay Background Transport (LEDBAT)</title>
            <author fullname="S. Shalunov" initials="S." surname="Shalunov"/>
            <author fullname="G. Hazel" initials="G." surname="Hazel"/>
            <author fullname="J. Iyengar" initials="J." surname="Iyengar"/>
            <author fullname="M. Kuehlewind" initials="M." surname="Kuehlewind"/>
            <date month="December" year="2012"/>
            <abstract>
              <t>Low Extra Delay Background Transport (LEDBAT) is an experimental delay-based congestion control algorithm that seeks to utilize the available bandwidth on an end-to-end path while limiting the consequent increase in queueing delay on that path. LEDBAT uses changes in one-way delay measurements to limit congestion that the flow itself induces in the network. LEDBAT is designed for use by background bulk-transfer applications to be no more aggressive than standard TCP congestion control (as specified in RFC 5681) and to yield in the presence of competing flows, thus limiting interference with the network performance of competing flows. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6817"/>
          <seriesInfo name="DOI" value="10.17487/RFC6817"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC9330" target="https://www.rfc-editor.org/info/rfc9330" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9330.xml">
          <front>
            <title>Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: Architecture</title>
            <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
            <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="G. White" initials="G." surname="White"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This document describes the L4S architecture, which enables Internet applications to achieve low queuing latency, low congestion loss, and scalable throughput control. L4S is based on the insight that the root cause of queuing delay is in the capacity-seeking congestion controllers of senders, not in the queue itself. With the L4S architecture, all Internet applications could (but do not have to) transition away from congestion control algorithms that cause substantial queuing delay and instead adopt a new class of congestion controls that can seek capacity with very little queuing. These are aided by a modified form of Explicit Congestion Notification (ECN) from the network. With this new architecture, applications can have both low latency and high throughput.</t>
              <t>The architecture primarily concerns incremental deployment. It defines mechanisms that allow the new class of L4S congestion controls to coexist with 'Classic' congestion controls in a shared network. The aim is for L4S latency and throughput to be usually much better (and rarely worse) while typically not impacting Classic performance.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9330"/>
          <seriesInfo name="DOI" value="10.17487/RFC9330"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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="RFC6365" target="https://www.rfc-editor.org/info/rfc6365" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6365.xml">
          <front>
            <title>Terminology Used in Internationalization in the IETF</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document provides a list of terms used in the IETF when discussing internationalization. The purpose is to help frame discussions of internationalization in the various areas of the IETF and to help introduce the main concepts to IETF participants. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="166"/>
          <seriesInfo name="RFC" value="6365"/>
          <seriesInfo name="DOI" value="10.17487/RFC6365"/>
        </reference>
        <reference anchor="RFC7478" target="https://www.rfc-editor.org/info/rfc7478" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7478.xml">
          <front>
            <title>Web Real-Time Communication Use Cases and Requirements</title>
            <author fullname="C. Holmberg" initials="C." surname="Holmberg"/>
            <author fullname="S. Hakansson" initials="S." surname="Hakansson"/>
            <author fullname="G. Eriksson" initials="G." surname="Eriksson"/>
            <date month="March" year="2015"/>
            <abstract>
              <t>This document describes web-based real-time communication use cases. Requirements on the browser functionality are derived from the use cases.</t>
              <t>This document was developed in an initial phase of the work with rather minor updates at later stages. It has not really served as a tool in deciding features or scope for the WG's efforts so far. It is being published to record the early conclusions of the WG. It will not be used as a set of rigid guidelines that specifications and implementations will be held to in the future.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7478"/>
          <seriesInfo name="DOI" value="10.17487/RFC7478"/>
        </reference>
        <reference anchor="RFC8298" target="https://www.rfc-editor.org/info/rfc8298" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8298.xml">
          <front>
            <title>Self-Clocked Rate Adaptation for Multimedia</title>
            <author fullname="I. Johansson" initials="I." surname="Johansson"/>
            <author fullname="Z. Sarker" initials="Z." surname="Sarker"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>This memo describes a rate adaptation algorithm for conversational media services such as interactive video. The solution conforms to the packet conservation principle and uses a hybrid loss-and-delay- based congestion control algorithm. The algorithm is evaluated over both simulated Internet bottleneck scenarios as well as in a Long Term Evolution (LTE) system simulator and is shown to achieve both low latency and high video throughput in these scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8298"/>
          <seriesInfo name="DOI" value="10.17487/RFC8298"/>
        </reference>
        <reference anchor="RFC8511" target="https://www.rfc-editor.org/info/rfc8511" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8511.xml">
          <front>
            <title>TCP Alternative Backoff with ECN (ABE)</title>
            <author fullname="N. Khademi" initials="N." surname="Khademi"/>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <author fullname="G. Armitage" initials="G." surname="Armitage"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <date month="December" year="2018"/>
            <abstract>
              <t>Active Queue Management (AQM) mechanisms allow for burst tolerance while enforcing short queues to minimise the time that packets spend enqueued at a bottleneck. This can cause noticeable performance degradation for TCP connections traversing such a bottleneck, especially if there are only a few flows or their bandwidth-delay product (BDP) is large. The reception of a Congestion Experienced (CE) Explicit Congestion Notification (ECN) mark indicates that an AQM mechanism is used at the bottleneck, and the bottleneck network queue is therefore likely to be short. Feedback of this signal allows the TCP sender-side ECN reaction in congestion avoidance to reduce the Congestion Window (cwnd) by a smaller amount than the congestion control algorithm's reaction to inferred packet loss. Therefore, this specification defines an experimental change to the TCP reaction specified in RFC 3168, as permitted by RFC 8311.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8511"/>
          <seriesInfo name="DOI" value="10.17487/RFC8511"/>
        </reference>
        <reference anchor="RFC8699" target="https://www.rfc-editor.org/info/rfc8699" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8699.xml">
          <front>
            <title>Coupled Congestion Control for RTP Media</title>
            <author fullname="S. Islam" initials="S." surname="Islam"/>
            <author fullname="M. Welzl" initials="M." surname="Welzl"/>
            <author fullname="S. Gjessing" initials="S." surname="Gjessing"/>
            <date month="January" year="2020"/>
            <abstract>
              <t>When multiple congestion-controlled Real-time Transport Protocol (RTP) sessions traverse the same network bottleneck, combining their controls can improve the total on-the-wire behavior in terms of delay, loss, and fairness. This document describes such a method for flows that have the same sender, in a way that is as flexible and simple as possible while minimizing the number of changes needed to existing RTP applications. This document also specifies how to apply the method for the Network-Assisted Dynamic Adaptation (NADA) congestion control algorithm and provides suggestions on how to apply it to other congestion control algorithms.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8699"/>
          <seriesInfo name="DOI" value="10.17487/RFC8699"/>
        </reference>
        <reference anchor="RFC8869" target="https://www.rfc-editor.org/info/rfc8869" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8869.xml">
          <front>
            <title>Evaluation Test Cases for Interactive Real-Time Media over Wireless Networks</title>
            <author fullname="Z. Sarker" initials="Z." surname="Sarker"/>
            <author fullname="X. Zhu" initials="X." surname="Zhu"/>
            <author fullname="J. Fu" initials="J." surname="Fu"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>The Real-time Transport Protocol (RTP) is a common transport choice for interactive multimedia communication applications. The performance of these applications typically depends on a well-functioning congestion control algorithm. To ensure a seamless and robust user experience, a well-designed RTP-based congestion control algorithm should work well across all access network types. This document describes test cases for evaluating performances of candidate congestion control algorithms over cellular and Wi-Fi networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8869"/>
          <seriesInfo name="DOI" value="10.17487/RFC8869"/>
        </reference>
        <reference anchor="RFC8985" target="https://www.rfc-editor.org/info/rfc8985" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8985.xml">
          <front>
            <title>The RACK-TLP Loss Detection Algorithm for TCP</title>
            <author fullname="Y. Cheng" initials="Y." surname="Cheng"/>
            <author fullname="N. Cardwell" initials="N." surname="Cardwell"/>
            <author fullname="N. Dukkipati" initials="N." surname="Dukkipati"/>
            <author fullname="P. Jha" initials="P." surname="Jha"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document presents the RACK-TLP loss detection algorithm for TCP. RACK-TLP uses per-segment transmit timestamps and selective acknowledgments (SACKs) and has two parts. Recent Acknowledgment (RACK) starts fast recovery quickly using time-based inferences derived from acknowledgment (ACK) feedback, and Tail Loss Probe (TLP) leverages RACK and sends a probe packet to trigger ACK feedback to avoid retransmission timeout (RTO) events. Compared to the widely used duplicate acknowledgment (DupAck) threshold approach, RACK-TLP detects losses more efficiently when there are application-limited flights of data, lost retransmissions, or data packet reordering events. It is intended to be an alternative to the DupAck threshold approach.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8985"/>
          <seriesInfo name="DOI" value="10.17487/RFC8985"/>
        </reference>
        <reference anchor="RFC8257" target="https://www.rfc-editor.org/info/rfc8257" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8257.xml">
          <front>
            <title>Data Center TCP (DCTCP): TCP Congestion Control for Data Centers</title>
            <author fullname="S. Bensley" initials="S." surname="Bensley"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="P. Balasubramanian" initials="P." surname="Balasubramanian"/>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="G. Judd" initials="G." surname="Judd"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This Informational RFC describes Data Center TCP (DCTCP): a TCP congestion control scheme for data-center traffic. DCTCP extends the Explicit Congestion Notification (ECN) processing to estimate the fraction of bytes that encounter congestion rather than simply detecting that some congestion has occurred. DCTCP then scales the TCP congestion window based on this estimate. This method achieves high-burst tolerance, low latency, and high throughput with shallow- buffered switches. This memo also discusses deployment issues related to the coexistence of DCTCP and conventional TCP, discusses the lack of a negotiating mechanism between sender and receiver, and presents some possible mitigations. This memo documents DCTCP as currently implemented by several major operating systems. DCTCP, as described in this specification, is applicable to deployments in controlled environments like data centers, but it must not be deployed over the public Internet without additional measures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8257"/>
          <seriesInfo name="DOI" value="10.17487/RFC8257"/>
        </reference>
        <reference anchor="RFC8888" target="https://www.rfc-editor.org/info/rfc8888" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8888.xml">
          <front>
            <title>RTP Control Protocol (RTCP) Feedback for Congestion Control</title>
            <author fullname="Z. Sarker" initials="Z." surname="Sarker"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <author fullname="V. Singh" initials="V." surname="Singh"/>
            <author fullname="M. Ramalho" initials="M." surname="Ramalho"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>An effective RTP congestion control algorithm requires more fine-grained feedback on packet loss, timing, and Explicit Congestion Notification (ECN) marks than is provided by the standard RTP Control Protocol (RTCP) Sender Report (SR) and Receiver Report (RR) packets. This document describes an RTCP feedback message intended to enable congestion control for interactive real-time traffic using RTP. The feedback message is designed for use with a sender-based congestion control algorithm, in which the receiver of an RTP flow sends back to the sender RTCP feedback packets containing the information the sender needs to perform congestion control.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8888"/>
          <seriesInfo name="DOI" value="10.17487/RFC8888"/>
        </reference>
        <reference anchor="RFC9000" target="https://www.rfc-editor.org/info/rfc9000" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9000.xml">
          <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="RFC9332" target="https://www.rfc-editor.org/info/rfc9332" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9332.xml">
          <front>
            <title>Dual-Queue Coupled Active Queue Management (AQM) for Low Latency, Low Loss, and Scalable Throughput (L4S)</title>
            <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
            <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
            <author fullname="G. White" initials="G." surname="White"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This specification defines a framework for coupling the Active Queue Management (AQM) algorithms in two queues intended for flows with different responses to congestion. This provides a way for the Internet to transition from the scaling problems of standard TCP-Reno-friendly ('Classic') congestion controls to the family of 'Scalable' congestion controls. These are designed for consistently very low queuing latency, very low congestion loss, and scaling of per-flow throughput by using Explicit Congestion Notification (ECN) in a modified way. Until the Coupled Dual Queue (DualQ), these Scalable L4S congestion controls could only be deployed where a clean-slate environment could be arranged, such as in private data centres.</t>
              <t>This specification first explains how a Coupled DualQ works. It then gives the normative requirements that are necessary for it to work well. All this is independent of which two AQMs are used, but pseudocode examples of specific AQMs are given in appendices.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9332"/>
          <seriesInfo name="DOI" value="10.17487/RFC9332"/>
        </reference>
        <reference anchor="Packet-conservation">
          <front>
            <title>Congestion Avoidance and Control</title>
            <author initials="V." surname="Jacobson" fullname="Van Jacobson">
              <organization/>
            </author>
            <date year="1988" month="August"/>
          </front>
          <seriesInfo name="DOI" value="10.1145/52325.52356"/>
          <refcontent>ACM SIGCOMM Computer Communication Review</refcontent>
        </reference>
        <reference anchor="LEDBAT-delay-impact" target="http://home.ifi.uio.no/michawe/research/publications/ledbat-impact-letters.pdf">
          <front>
            <title>Assessing LEDBAT's Delay Impact</title>
            <author initials="D." surname="Ros" fullname="David Ros">
              <organization/>
            </author>
            <author initials="M." surname="Welzl" fullname="Michael Welzl">
              <organization/>
            </author>
            <date year="2013" month="May"/>
          </front>
          <seriesInfo name="DOI" value="10.1109/LCOMM.2013.040213.130137"/>
          <refcontent>IEEE Communications Letters, Vol. 17, No. 5,</refcontent>
        </reference>
        <reference anchor="QoS-3GPP" target="http://www.3gpp.org/ftp/specs/archive/23_series/23.203/">
          <front>
            <title>Policy and charging control architecture</title>
            <author>
              <organization/>
            </author>
            <date year="2017" month="July"/>
          </front>
          <refcontent>3GPP TS 23.203</refcontent>
        </reference>
        <reference anchor="SCReAM-CPP-implementation" target="https://github.com/EricssonResearch/scream">
          <front>
            <title>SCReAM - Mobile optimised congestion control algorithm</title>
            <author initials="" surname="Ericsson Research">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SCReAM-evaluation-L4S" target="https://github.com/EricssonResearch/scream/blob/master/L4S-Results.pdf?raw=true">
          <front>
            <title>SCReAM - evaluations with L4S</title>
            <author initials="" surname="Ericsson Research">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="TFWC" target="http://www-dept.cs.ucl.ac.uk/staff/M.Handley/papers/tfwc-conext.pdf">
          <front>
            <title>Fairer TCP-Friendly Congestion Control Protocol for Multimedia Streaming Applications</title>
            <author initials="S." surname="Choi" fullname="Soo-Hyun Choi">
              <organization/>
            </author>
            <author initials="M." surname="Handley" fullname="Mark Handley">
              <organization/>
            </author>
            <date year="2007" month="December"/>
          </front>
          <seriesInfo name="DOI" value="10.1145/1364654.1364717"/>
        </reference>
      </references>
    </references>
    <?line 1348?>

<section anchor="acknowledgements">
      <name>Acknowledgments</name>
      <t>Zaheduzzaman Sarker was a co-author of RFC 8298 the previous version
of scream which this document was based on. We would like to thank the
following people for their comments, questions, and support during the
work that led to this memo: Mirja Kuehlewind.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8V9W3fb1pLmO37Fbnv1RHJI6mIrF+Uk3YosO+pj2T6SksyZ
Xj1aIAlKiEGAAUDJipP+ZfM2f2zqq6p9A0DZ6csaPdgSCexr7bp+VXs8Hifz
alamy+zQzOt00Y5/qW7Ssmmqcjyb3V2P68Xsq/2vv5rmzbiZ1Vm6vN0f7z5N
2rwt6JWLrFiMj4tq9i6bm/O0zczRPF21aZtXpVlUtTlbF22+zOZ5mqTTaZ3d
0jvH59nR2e1+Uk2bqsjarDk06CKZpe2hyd6vknxVH5q2Xjft/u7u17v7yd31
oTk+/vllktIIDs3Pp5dJs54u86ahftr7FY3k9OTyRZLcZuU6O0yMua6r9Ype
qsrrrOHR0K9tXRXm56p+l5fX5iWeMFuY5Da9sEzz4tDgr3/Os3YxqeprNJO3
N+vpobkuqrxcFzuDSyTrMqYlSpJ03d5UNUYwTugf/OQlTfB0Yv7FvqWfy6Kf
0gCXad37lvo/NCd1Pgs+y2SQubwyaSZuIP+c6ZOTWbXkzoO+zdnE/EyrkNXF
upxHvZ+l1+W66X/7QO9LfmVy5175aN9//b//56bI7vJu33n9S9r/8qGu8cbk
3TrTN+Kek7wkilsS7d0yCZjzF8f7e3tf29+/ePrFgf39y2dffmV/B+253w/2
9tzvX3zt3v2K/nC/f/3VgX/34Ev/zFeuna93d3fd70+f7h8yMbxN6Zy041lV
Nll9y4fkUGeo5ymg16PbKp+n5SwzaTm31KtPeyrTn7H/VRf+JyK4dIYjVobf
ydL/lJbdb+tsQeNqs5LO4NHxmbk4fXn85uyMOl6u1rTT+GW5LvOZnO3z7DbP
7vRdmk2eNVj+YEjP35wemr3dyd7es4Odg/2n+wcT+vfgC31iTsyCelpf0yk3
e19/9RWv0KuT598fXY7nWZHej/PlKp21hxvmHE6ZZ/x8Ys6rJvhU5vo8vc3n
0Te9N/l8FL8VvXfP8tlNmhXRt+FCnZ6cnMQL05hXWUvL1YzMT1UxMXtfjszr
amIORp+2Vrtf77zCuk/2d/eeTnaf7e7Tf3tP6Y8vo4U7S+8NHonJ56hpMuKJ
xN1kIT9rzHMspTnlpbQPp/V1RqO/advV4c7OTbXMJvkin6zzalJWO0tM+i7b
qbMmS+vZzc5qPS3s9HaKbD5NW92bcSGTnazmC96/v1UX46cv377tkPWjtxW1
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
IE79S2r+us5uigzR5kny/wB3ViDb190AAA==

-->

</rfc>
