<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ccwg-ratelimited-increase-10" category="std" consensus="true" submissionType="IETF" updates="4341, 5681, 9002, 9260, 9438" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Rate-Limited cwnd Increase">Increase of the Congestion Window when the Sender Is Rate-Limited</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ccwg-ratelimited-increase-10"/>
    <author initials="M." surname="Welzl" fullname="Michael Welzl">
      <organization>University of Oslo</organization>
      <address>
        <postal>
          <street>PO Box 1080 Blindern</street>
          <city>0316  Oslo</city>
          <country>Norway</country>
        </postal>
        <email>michawe@ifi.uio.no</email>
        <uri>http://welzl.at/</uri>
      </address>
    </author>
    <author initials="T." surname="Henderson" fullname="Tom Henderson">
      <organization>University of Washington</organization>
      <address>
        <postal>
          <street>185 Stevens Way</street>
          <city>Seattle, WA 98195</city>
          <country>United States</country>
        </postal>
        <email>tomh@tomh.org</email>
      </address>
    </author>
    <author initials="G." surname="Fairhurst" fullname="Godred Fairhurst">
      <organization>University of Aberdeen</organization>
      <address>
        <postal>
          <street>Fraser Noble Building</street>
          <city>Aberdeen, AB24 3UE</city>
          <country>UK</country>
        </postal>
        <email>gorry@erg.abdn.ac.uk</email>
        <uri>https://www.erg.abdn.ac.uk/</uri>
      </address>
    </author>
    <author initials="M. P." surname="Tahiliani" fullname="Mohit P. Tahiliani">
      <organization>National Institute of Technology Karnataka</organization>
      <address>
        <postal>
          <street>P. O. Srinivasnagar, Surathkal</street>
          <city>Mangalore, Karnataka - 575025</city>
          <country>India</country>
        </postal>
        <email>tahiliani@nitk.edu.in</email>
        <uri>https://tahiliani.in/</uri>
      </address>
    </author>
    <date year="2026" month="August" day="21"/>
    <area>Transport</area>
    <workgroup>Congestion Control Working Group</workgroup>
    <abstract>
      <?line 73?>

<t>This document specifies how transport protocols increase their congestion window when the sender is rate-limited, and updates RFCs 4341, 5681, 9002, 9260, and 9438.
Such a limitation can be caused by the sending application not supplying data or by receiver flow control.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-ccwg.github.io/draft-ietf-ccwg-ratelimited-increase/draft-ietf-ccwg-ratelimited-increase.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-ccwg-ratelimited-increase/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Congestion Control 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/ietf-wg-ccwg/draft-ietf-ccwg-ratelimited-increase"/>.</t>
    </note>
  </front>
  <middle>
    <?line 79?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>A sender of a congestion controlled transport protocol becomes "rate-limited" when it does not send any data
even though the congestion control rules would allow it to transmit data.
This could occur because the application has not provided sufficient data to fully utilize the congestion window (cwnd).
It could also occur because the receiver has limited the sender using flow control
(e.g., by the advertised TCP receiver window (rwnd) or by the connection or stream flow credit in QUIC).
Current RFCs specifying congestion control algorithms diverge regarding the rules for increasing the cwnd when the sender is rate-limited. This document provides a uniform behavior in (<xref target="rules"/>), and specifies updates to RFCs 4341, 5681, 9002, 9260, and 9438 in (<xref target="rfc-updates"/>).</t>
      <t>Congestion Window Validation (CWV) <xref target="RFC7661"/> provides an experimental specification defining how to manage a cwnd that has
become larger than the current flight size, and how to respond to detected congestion when this is the case.
In contrast, this present document concerns the increase in cwnd when a sender is rate-limited. These two topics are distinct,
but are related, because both describe the management of the cwnd when a sender does not fully utilize the current cwnd.</t>
      <t>An appendix provides an example of how rate-limited increase can play out.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses the terms defined in <xref section="2" sectionFormat="of" target="RFC5681"/>.</t>
        <t>Additionally, the following are defined:</t>
        <ul spacing="normal">
          <li>
            <t>cwnd-limited: A flow that has sent the maximum number of segments permitted by the cwnd, where the application utilises the allowed sending rate (based on the definition for TCP in Section 4.5.3 of <xref target="RFC7661"/>).</t>
          </li>
          <li>
            <t>rate-limited: A flow that does not consume more than one half of cwnd and hence operates in the non-validated phase. This includes periods when an application is either idle or chooses to send at a rate less than the maximum permitted by the cwnd (based on the definition for TCP in Section 3 of <xref target="RFC7661"/>).</t>
          </li>
          <li>
            <t>initcwnd: The initial value of the congestion window, also known as the "initial window" ("IW" in <xref target="RFC5681"/>).</t>
          </li>
          <li>
            <t>maxFS: the largest value of FlightSize since the last time that cwnd was decreased. If cwnd has never been decreased, maxFS is the maximum value of FlightSize since the start of the data transfer, and at least as large as initcwnd.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="rules">
      <name>Rate-Limited Increase</name>
      <t>When FlightSize &lt; cwnd, regardless of the current state of a congestion control algorithm, the following  "Rate-Limited Increase" rules apply for senders using a congestion controlled transport protocol:</t>
      <ul spacing="normal">
        <li>
          <t>The sender <bcp14>MUST</bcp14> initialise the maxFS parameter to initcwnd when the congestion control algorithm is started. Thereafter, when the FlightSize is updated, the sender also updates the maxFS:</t>
        </li>
      </ul>
      <artwork><![CDATA[
maxFS = max(FlightSize, maxFS)
]]></artwork>
      <ul spacing="normal">
        <li>
          <t>Upon a reduction of cwnd (for any reason), maxFS <bcp14>MUST</bcp14> be reset to zero. This ensures that maxFS is reinitialized using the first FlightSize measurement taken after the cwnd reduction.</t>
        </li>
        <li>
          <t>The sender <bcp14>MUST</bcp14> cap cwnd to be no larger than limit(maxFS).</t>
        </li>
      </ul>
      <t>The function limit() returns the maximum cwnd value the congestion control algorithm would yield by increasing for all ACKs that would be produced by successfully transmitting one window of size maxFS.
For example, for Slow Start, as specified in <xref target="RFC5681"/>, limit(maxFS)=2*maxFS, such that equation 2 in <xref target="RFC5681"/> becomes:</t>
      <artwork><![CDATA[
cwnd_new = cwnd + min (N, SMSS)
cwnd = min(cwnd_new, 2*maxFS)
]]></artwork>
      <t>where cwnd and SMSS follow their definitions in <xref target="RFC5681"/> and N is the number of previously unacknowledged bytes acknowledged in the incoming ACK.</t>
      <t>Similarly, with Rate-Limited Increase applied in Congestion Avoidance, limit(maxFS)=SMSS+maxFS, such that equation 3 in <xref target="RFC5681"/> becomes:</t>
      <artwork><![CDATA[
cwnd_new = cwnd + SMSS*SMSS/cwnd
cwnd = min(cwnd_new, SMSS+maxFS)
]]></artwork>
      <t>where cwnd and SMSS follow their definitions in <xref target="RFC5681"/>.</t>
      <t>NOTE: This specification defines the current method used to increase the cwnd for a rate-limited sender. Without a way to reduce cwnd when the transport sender becomes rate-limited, maxFS can stay valid for a long time, possibly not reflecting the reality of the end-to-end Internet path in use. This can be remedied by "Congestion Window Validation" in <xref target="RFC7661"/>, which also defines a "pipeACK" variable that measures the recently acknowledged size of the network pipe when the sender was rate-limited.</t>
      <section anchor="example">
        <name>Example</name>
        <t>The working of Rate-Limited Increase can be illustrated by showing the increase of cwnd in two scenarios: when the growth of cwnd is unconstrained, and when the rate-limited sender is constrained by Rate-Limited Increase. For simplicity, this example accounts for the cwnd in TCP segments (or QUIC packets), rather than bytes. In both cases, this assumes the initial cwnd (initcwnd) = 10 segments, as defined for TCP in <xref target="RFC6928"/> and QUIC in <xref target="RFC9002"/>, a single connection begins with Slow Start, the sender transmits a total of 14 segments but pauses after transmitting 10 segments and resumes the transmission for the remaining 4 segments afterward, no packets are lost, and an ACK is sent for every packet.</t>
        <section anchor="unconstrained-sender">
          <name>Unconstrained sender</name>
          <t>Initially, cwnd = initcwnd. Therefore, using initcwnd = 10 segments, the sender transmits 10 segments and pauses. Since the sender is in the Slow Start phase, the arrival of each ACK for the 10 sent segments increases the cwnd by 1 segment, resulting in the cwnd increasing to 20 segments. Subsequently, after the pause, the sender transmits 4 segments and pauses again. As a consequence, the arrival of 4 ACKs results in cwnd further increasing to 24 segments, even though the sender is rate-limited (i.e., has never sent more than 10 segments per round-trip time (RTT)).</t>
        </section>
        <section anchor="sender-constrained-by-rate-limited-increase">
          <name>Sender constrained by Rate-Limited Increase</name>
          <t>Initially, cwnd = initcwnd. Therefore, using initcwnd = 10 segments, the sender transmits 10 segments and pauses; note that FlightSize and maxFS are both 10 segments at this point. Since the sender is in the Slow Start phase, the arrival of each ACK for the 10 sent segments increases the cwnd by 1 segment, resulting in the cwnd increasing to 20 segments. Subsequently, when the sender resumes and transmits 4 new segments, Rate-Limited Increase constrains the growth of the cwnd because FlightSize &lt; cwnd and therefore this caps the cwnd to be no larger than limit(maxFS) = 2 X maxFS = 2 X 10 segments = 20 segments.</t>
        </section>
      </section>
      <section anchor="discussion">
        <name>Discussion</name>
        <t>If the sending rate is less than the rate permitted by the cwnd for multiple RTTs, limited either by the sending application or by the receiver-advertised window, a continuous increase in the cwnd would cause a mismatch between the cwnd and the capacity that the path supports (i.e., over-estimating the capacity).
Such unlimited growth in the cwnd is therefore disallowed.</t>
        <t>However, in most common congestion control algorithms, in the absence of an indication of congestion, a cwnd that has been fully utilized during an RTT (where a sender was cwnd-limited) permits the cwnd to be increased during the immediately following RTT. This increase is allowed by Rate-Limited Increase.</t>
        <section anchor="rate-based-congestion-control">
          <name>Rate-based congestion control</name>
          <t>The present document updates congestion control specifications that use a cwnd to limit the number of unacknowledged bytes (or packets) that a sender is allowed to emit. Use of a cwnd variable to control sending rate is not the only mechanism available and not the only mechanism that is used in practice.</t>
          <t>Congestion control algorithms can also constrain data transmission by explicitly calculating the sending rate over some time interval, by "pacing" packets (injecting pauses in between their transmission) or via combinations of the above (e.g., BBR combines these three methods <xref target="I-D.ietf-ccwg-bbr"/>). The guiding principle behind Rate-Limited Increase applies to all congestion control algorithms: in the absence of a congestion indication, a sender is allowed to increase its rate from the amount of data that it has transmitted during the previous RTT (this holds irrespective of whether the sender is rate-limited or not).</t>
          <t>Rate-based congestion control algorithms <bcp14>MUST</bcp14> ensure their maximum sustained rate is
limited to a value that is not greater than would have been
permitted by the Rate-Limited Increase method defined in <xref target="rules"/>.</t>
        </section>
        <section anchor="pacing">
          <name>Pacing</name>
          <t>Pacing mechanisms seek to avoid the negative impacts associated with "bursts" (flights of packets transmitted back-to-back). Rate-Limited Increase introduces a limit using "maxFS", which is based on the number of bytes in flight during a previous RTT; thus, as long as the number of bytes in flight per RTT is unaffected by pacing, Rate-Limited Increase does not constrain the use of pacing mechanisms.</t>
        </section>
      </section>
    </section>
    <section anchor="rfc-updates">
      <name>Updates to RFCs 4341, 5681, 9002, 9260, and 9438</name>
      <section anchor="rfc-4341-profile-for-datagram-congestion-control-protocol-dccp-congestion-control-id-2-tcp-like-congestion-control">
        <name>RFC 4341: Profile for Datagram Congestion Control Protocol (DCCP) Congestion Control ID 2: TCP-like Congestion Control</name>
        <t>According to <xref target="RFC4341"/>, a DCCP CCID specifying TCP-like behavior is allowed to grow the cwnd without limit during an uncongested period when it sends at a rate unconstrained by the current cwnd.
This document updates <xref section="5.1" sectionFormat="of" target="RFC4341"/> by adding the text in <xref target="rules"/> to specify how the cwnd is managed when the sender is rate-limited.</t>
      </section>
      <section anchor="rfc-5681-tcp-congestion-control">
        <name>RFC 5681: TCP Congestion Control</name>
        <t><xref target="RFC5681"/> specifies no limit on the cwnd growth in the standard TCP behavior
when a TCP sender is unable to send at the maximum rate allowed by the cwnd.</t>
        <t>This document updates <xref section="3.1" sectionFormat="of" target="RFC5681"/> by adding the text in <xref target="rules"/> to specify how the cwnd is managed when the sender is rate-limited.</t>
      </section>
      <section anchor="rfc-9002-quic-loss-detection-and-congestion-control">
        <name>RFC 9002: QUIC Loss Detection and Congestion Control</name>
        <t><xref section="7.8" sectionFormat="of" target="RFC9002"/> states:</t>
        <ul empty="true">
          <li>
            <t>"When bytes in flight is smaller than the congestion window and sending is not pacing limited, the congestion window is underutilized. This can happen due to insufficient application data or flow control limits. When this occurs, the congestion window <bcp14>SHOULD NOT</bcp14> be increased in either slow start or congestion avoidance."</t>
          </li>
        </ul>
        <t>This limits the cwnd growth in accordance with Rate-Limited Increase, but it is more conservative.</t>
        <t>This document updates <xref target="RFC9002"/> by replacing the final sentence of the cited text with the text in <xref target="rules"/> to specify how the cwnd is managed when the sender is rate-limited.</t>
      </section>
      <section anchor="rfc-9260-stream-control-transmission-protocol">
        <name>RFC 9260: Stream Control Transmission Protocol</name>
        <t><xref section="7.2.1" sectionFormat="of" target="RFC9260"/> states:</t>
        <ul empty="true">
          <li>
            <t>"When cwnd is less than or equal to ssthresh, an SCTP endpoint <bcp14>MUST</bcp14> use the slow-start algorithm to
increase cwnd only if the current congestion window is being fully utilized and the data sender
is not in Fast Recovery.
Only when these two conditions are met can the cwnd be increased; otherwise, the cwnd <bcp14>MUST NOT</bcp14> be increased."</t>
          </li>
        </ul>
        <t>The quoted statement from <xref target="RFC9260"/> limits cwnd growth in accordance with Rate-Limited Increase, but it is more conservative. <xref section="7.2.1" sectionFormat="of" target="RFC9260"/> only discusses Slow Start. Congestion Avoidance is discussed in <xref section="7.2.2" sectionFormat="of" target="RFC9260"/>; however, this section does not contain a similar rule. It is therefore clear that the quoted statement from <xref target="RFC9260"/> only applies to Slow Start.</t>
        <t>This document updates <xref target="RFC9260"/> by replacing the final sentence of the quoted text with the text in <xref target="rules"/> to specify how the cwnd is managed when the sender is rate-limited.</t>
        <t><xref section="7.2.2" sectionFormat="of" target="RFC9260"/> is also updated to add text in <xref target="rules"/>.</t>
        <t>This ensures that the update applies to both Slow Start and Congestion Avoidance.</t>
      </section>
      <section anchor="rfc-9438-cubic-for-fast-and-long-distance-networks">
        <name>RFC 9438: CUBIC for Fast and Long-Distance Networks</name>
        <t><xref section="5.8" sectionFormat="of" target="RFC9438"/> states:</t>
        <ul empty="true">
          <li>
            <t>"Cubic doesn't increase cwnd when it's limited by the sending application or rwnd".</t>
          </li>
        </ul>
        <t>This limits the cwnd growth in accordance with Rate-Limited Increase, but it
is more conservative.</t>
        <t>This document updates <xref target="RFC9438"/> by replacing the quoted text with the text in <xref target="rules"/> to specify how the cwnd is managed when the sender is rate-limited.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>While congestion control designs could result in unwanted competing traffic, they do not directly result in new security considerations.</t>
      <t>The security considerations are the same as for other
congestion control methods.  Such methods rely on the receiver
appropriately acknowledging receipt of data.  The ability of an on-path or off-path attacker to influence congestion control depends
upon the security properties of the transport protocol being used.
Transport protocols that provide authentication (including those using encryption), or are carried over protocols that provide authentication,
can protect their congestion control algorithm from network attack. This is orthogonal to the specification of congestion control rules.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests no IANA action.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC5681">
          <front>
            <title>TCP Congestion Control</title>
            <author fullname="M. Allman" initials="M." surname="Allman"/>
            <author fullname="V. Paxson" initials="V." surname="Paxson"/>
            <author fullname="E. Blanton" initials="E." surname="Blanton"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document defines TCP's four intertwined congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. In addition, the document specifies how TCP should begin transmission after a relatively long idle period, as well as discussing various acknowledgment generation methods. This document obsoletes RFC 2581. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5681"/>
          <seriesInfo name="DOI" value="10.17487/RFC5681"/>
        </reference>
        <reference anchor="RFC9002">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes loss detection and congestion control mechanisms for QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
        <reference anchor="RFC4341">
          <front>
            <title>Profile for Datagram Congestion Control Protocol (DCCP) Congestion Control ID 2: TCP-like Congestion Control</title>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <author fullname="E. Kohler" initials="E." surname="Kohler"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document contains the profile for Congestion Control Identifier 2 (CCID 2), TCP-like Congestion Control, in the Datagram Congestion Control Protocol (DCCP). CCID 2 should be used by senders who would like to take advantage of the available bandwidth in an environment with rapidly changing conditions, and who are able to adapt to the abrupt changes in the congestion window typical of TCP's Additive Increase Multiplicative Decrease (AIMD) congestion control. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4341"/>
          <seriesInfo name="DOI" value="10.17487/RFC4341"/>
        </reference>
        <reference anchor="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes the Stream Control Transmission Protocol (SCTP) and obsoletes RFC 4960. It incorporates the specification of the chunk flags registry from RFC 6096 and the specification of the I bit of DATA chunks from RFC 7053. Therefore, RFCs 6096 and 7053 are also obsoleted by this document. In addition, RFCs 4460 and 8540, which describe errata for SCTP, are obsoleted by this document.</t>
              <t>SCTP was originally designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks. It is also suited to be used for other applications, for example, WebRTC.</t>
              <t>SCTP is a reliable transport protocol operating on top of a connectionless packet network, such as IP. It offers the following services to its users:</t>
              <t>The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9260"/>
          <seriesInfo name="DOI" value="10.17487/RFC9260"/>
        </reference>
        <reference anchor="RFC9438">
          <front>
            <title>CUBIC for Fast and Long-Distance Networks</title>
            <author fullname="L. Xu" initials="L." surname="Xu"/>
            <author fullname="S. Ha" initials="S." surname="Ha"/>
            <author fullname="I. Rhee" initials="I." surname="Rhee"/>
            <author fullname="V. Goel" initials="V." surname="Goel"/>
            <author fullname="L. Eggert" initials="L." role="editor" surname="Eggert"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and long-distance networks. CUBIC has been adopted as the default TCP congestion control algorithm by the Linux, Windows, and Apple stacks.</t>
              <t>This document updates the specification of CUBIC to include algorithmic improvements based on these implementations and recent academic work. Based on the extensive deployment experience with CUBIC, this document also moves the specification to the Standards Track and obsoletes RFC 8312. This document also updates RFC 5681, to allow for CUBIC's occasionally more aggressive sending behavior.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9438"/>
          <seriesInfo name="DOI" value="10.17487/RFC9438"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7661">
          <front>
            <title>Updating TCP to Support Rate-Limited Traffic</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="A. Sathiaseelan" initials="A." surname="Sathiaseelan"/>
            <author fullname="R. Secchi" initials="R." surname="Secchi"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document provides a mechanism to address issues that arise when TCP is used for traffic that exhibits periods where the sending rate is limited by the application rather than the congestion window. It provides an experimental update to TCP that allows a TCP sender to restart quickly following a rate-limited interval. This method is expected to benefit applications that send rate-limited traffic using TCP while also providing an appropriate response if congestion is experienced.</t>
              <t>This document also evaluates the Experimental specification of TCP Congestion Window Validation (CWV) defined in RFC 2861 and concludes that RFC 2861 sought to address important issues but failed to deliver a widely used solution. This document therefore reclassifies the status of RFC 2861 from Experimental to Historic. This document obsoletes RFC 2861.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7661"/>
          <seriesInfo name="DOI" value="10.17487/RFC7661"/>
        </reference>
        <reference anchor="RFC6928">
          <front>
            <title>Increasing TCP's Initial Window</title>
            <author fullname="J. Chu" initials="J." surname="Chu"/>
            <author fullname="N. Dukkipati" initials="N." surname="Dukkipati"/>
            <author fullname="Y. Cheng" initials="Y." surname="Cheng"/>
            <author fullname="M. Mathis" initials="M." surname="Mathis"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document proposes an experiment to increase the permitted TCP initial window (IW) from between 2 and 4 segments, as specified in RFC 3390, to 10 segments with a fallback to the existing recommendation when performance issues are detected. It discusses the motivation behind the increase, the advantages and disadvantages of the higher initial window, and presents results from several large-scale experiments showing that the higher initial window improves the overall performance of many web services without resulting in a congestion collapse. The document closes with a discussion of usage and deployment for further experimental purposes recommended by the IETF TCP Maintenance and Minor Extensions (TCPM) working group.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6928"/>
          <seriesInfo name="DOI" value="10.17487/RFC6928"/>
        </reference>
        <reference anchor="I-D.ietf-ccwg-bbr">
          <front>
            <title>BBR Congestion Control</title>
            <author fullname="Neal Cardwell" initials="N." surname="Cardwell">
              <organization>Google</organization>
            </author>
            <author fullname="Ian Swett" initials="I." surname="Swett">
              <organization>Google</organization>
            </author>
            <author fullname="Joseph Beshay" initials="J." surname="Beshay">
              <organization>Meta</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   This document specifies the BBR congestion control algorithm.  BBR
   ("Bottleneck Bandwidth and Round-trip propagation time") uses recent
   measurements of a transport connection's delivery rate, round-trip
   time, and packet loss rate to build an explicit model of the network
   path.  BBR then uses this model to control both how fast it sends
   data and the maximum volume of data it allows in flight in the
   network at any time.  Relative to loss-based congestion control
   algorithms such as Reno [RFC5681] or CUBIC [RFC9438], BBR offers
   substantially higher throughput for bottlenecks with shallow buffers
   or random losses, and substantially lower queueing delays for
   bottlenecks with deep buffers (avoiding "bufferbloat").  BBR can be
   implemented in any transport protocol that supports packet-delivery
   acknowledgment.  Thus far, open source implementations are available
   for TCP [RFC9293] and QUIC [RFC9000].  This document specifies
   version 3 of the BBR algorithm, BBRv3.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ccwg-bbr-06"/>
        </reference>
      </references>
    </references>
    <?line 269?>

<section anchor="an-example-using-cwnd-represented-in-bytes">
      <name>An Example Using cwnd Represented in Bytes</name>
      <t>The following informative example is provided for a sender that maintains the cwnd in bytes. 36 packets (or segments in the case of TCP) are sent in this example over four rounds of transmission. This shows the initial growth of the cwnd by a rate-limited sender, followed by a transmission that uses the full available cwnd. The SMSS (QUIC MPS)=1000 bytes. N is the number of previously unacknowledged bytes in a received acknowledgement. For simplicity, in this example the receiver sends an ACK for each received packet.</t>
      <t>The initial sender state is:</t>
      <artwork><![CDATA[
  Sender sequence number (seqno) = 0
  SMSS = 1000 bytes
  cwnd = 10000 bytes (initcwnd)
  maxFS = 10000 bytes (initcwnd)
  FlightSize (FS) = 0 bytes
  ssthresh is infinity, i.e. the congestion control algorithm
  is in slow start.
]]></artwork>
      <t>The network path’s bandwidth-delay product is such that, throughout this example,
all packets in each round are sent before an ACK is received for the first packet in a round.
One ACK is generated for each received packet.</t>
      <t>Round 1, the sender has 4000B to send in 4 packets (1000B);  cwnd=10000</t>
      <artwork><![CDATA[
  Send  seqno=0;    FS=1000; maxFS=10000
  Send  seqno=1000; FS=2000; maxFS=10000
  Send  seqno=2000; FS=3000; maxFS=10000
  Send  seqno=3000; FS=4000; maxFS=10000
]]></artwork>
      <t>Received 4 ACKs (each N=1000); maxFS=10000
cwnd_new += N; cwnd = min(cwnd_new, 2*maxFS)</t>
      <artwork><![CDATA[
  ACK for  1000 ACK’ed=1000; FS-=1000: cwnd+= 1000; cwnd=11000
  ACK for  2000 ACK’ed=1000; FS-=1000: cwnd+= 1000; cwnd=12000
  ACK for  3000 ACK’ed=1000; FS-=1000: cwnd+= 1000; cwnd=13000
  ACK for  4000 ACK’ed=1000; FS-=1000: cwnd+= 1000; cwnd=14000
]]></artwork>
      <t>Note: This round maxFS was not increased and cwnd was increased.</t>
      <t>Round 2, the sender has 8000B to send in 8 packets (1000B), cwnd=14000</t>
      <artwork><![CDATA[
  Send  seqno=4000; FS=1000; maxFS=10000
  Send  seqno=5000; FS=2000; maxFS=10000
  Send  seqno=6000; FS=3000; maxFS=10000
  Send  seqno=7000; FS=4000; maxFS=10000
  Send  seqno=8000; FS=5000; maxFS=10000
  Send  seqno=9000; FS=6000; maxFS=10000
  Send seqno=10000; FS=7000; maxFS=10000
  Send seqno=11000; FS=8000; maxFS=10000
]]></artwork>
      <t>Received 8 ACKs (N=1000); maxFS=10000
cwnd_new += N; cwnd = min(cwnd_new, 2*maxFS)</t>
      <artwork><![CDATA[
  ACK for  5000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=15000
  ACK for  6000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=16000
  ACK for  7000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=17000
  ACK for  8000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=18000
  ACK for  9000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=19000
  ACK for 10000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=20000
  ACK for 11000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
  ACK for 12000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
]]></artwork>
      <t>Note: This round maxFS was not increased and cwnd was limited to 2*maxFS.</t>
      <t>Round 3, the sender has 4000B to send in 4 packets (1000B), cwnd=20000</t>
      <artwork><![CDATA[
  Send seqno=12000; FS=1000; maxFS=10000
  Send seqno=13000; FS=2000; maxFS=10000
  Send seqno=14000; FS=3000; maxFS=10000
  Send seqno=15000; FS=4000; maxFS=10000
]]></artwork>
      <t>Received 4 ACKs (N=1000); maxFS=10000
cwnd_new += N; cwnd = min(cwnd_new, 2*maxFS)</t>
      <artwork><![CDATA[
  ACK for 13000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
  ACK for 14000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
  ACK for 15000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
  ACK for 16000 ACK’ed=1000; FS-=1000: cwnd+=0;    cwnd=20000
]]></artwork>
      <t>Note: This round maxFS was not increased and cwnd was not increased.</t>
      <t>Round 4, the sender has 20000B to send in 20 packets (1000B), cwnd=20000</t>
      <artwork><![CDATA[
  Send seqno=16000; FS= 1000; maxFS=10000
  Send seqno=17000; FS= 2000; maxFS=10000
  Send seqno=18000; FS= 3000; maxFS=10000
  Send seqno=19000; FS= 4000; maxFS=10000
  Send seqno=20000; FS= 5000; maxFS=10000
  Send seqno=21000; FS= 6000; maxFS=10000
  Send seqno=22000; FS= 7000; maxFS=10000
  Send seqno=23000; FS= 8000; maxFS=10000
  Send seqno=24000; FS= 9000; maxFS=10000
  Send seqno=25000; FS=10000; maxFS=10000
  Send seqno=26000; FS=11000; maxFS=11000
  Send seqno=27000; FS=12000; maxFS=12000
  Send seqno=28000; FS=13000; maxFS=13000
  Send seqno=29000; FS=14000; maxFS=14000
  Send seqno=30000; FS=15000; maxFS=15000
  Send seqno=31000; FS=16000; maxFS=16000
  Send seqno=32000; FS=17000; maxFS=17000
  Send seqno=33000; FS=18000; maxFS=18000
  Send seqno=34000; FS=19000; maxFS=19000
  Send seqno=35000; FS=20000; maxFS=20000
]]></artwork>
      <t>Received 20 ACKs (N=1000); maxFS=20000
cwnd_new += N; cwnd = min(cwnd_new, 2*maxFS)</t>
      <artwork><![CDATA[
  ACK for 17000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=21000
  ACK for 18000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=22000
  ACK for 19000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=23000
  ACK for 20000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=24000
  ACK for 21000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=25000
  ACK for 22000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=26000
  ACK for 23000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=27000
  ACK for 24000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=28000
  ACK for 25000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=29000
  ACK for 26000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=30000
  ACK for 27000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=31000
  ACK for 28000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=32000
  ACK for 29000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=33000
  ACK for 30000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=34000
  ACK for 31000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=35000
  ACK for 32000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=36000
  ACK for 33000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=37000
  ACK for 34000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=38000
  ACK for 35000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=39000
  ACK for 36000 ACK’ed=1000; FS-=1000: cwnd+=1000; cwnd=40000
]]></artwork>
      <t>Note: In this round, maxFS increased and therefore cwnd increased to 2*maxFS.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <ul spacing="normal">
        <li>
          <t>-00 was the first individual submission for feedback by CCWG.</t>
        </li>
        <li>
          <t>-01 includes editorial improvements
          </t>
          <ul spacing="normal">
            <li>
              <t>Removes application interaction with QUIC pacing, since pacing might be within the QUIC stack.</t>
            </li>
            <li>
              <t>Adds explicit mention of DCCP/CCID2.</t>
            </li>
            <li>
              <t>Adds this change log.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>-02 addresses comments from IETF-119
          </t>
          <ul spacing="normal">
            <li>
              <t>Discusses rate-based controls and pacing.</t>
            </li>
            <li>
              <t>Trims the list of possible RFCs to update.</t>
            </li>
            <li>
              <t>Some editorial fixes: "congestion control algorithm" instead of "mechanism" for consistency with RFC5033.bis; earlier definition of maxFS; explicit mention of RFCs to update in abstract.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>-03 addresses comments from IETF-120
          </t>
          <ul spacing="normal">
            <li>
              <t>Introduces a third rule, with <bcp14>MAY</bcp14>, that avoids having an unvalidated long-lived maxFS (using pipeACK from RFC 7661).</t>
            </li>
            <li>
              <t>Changes "inc" to "limit" and adapts the wording of rule 2 to make it clearer (thanks to Neal Cardwell).</t>
            </li>
            <li>
              <t>Appendix: updates ns-3 in line with the recent implementation.</t>
            </li>
            <li>
              <t>Appendix: makes the RFC 9002 text clearer and shorter.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-00
          </t>
          <ul spacing="normal">
            <li>
              <t>adds Mohit Tahiliani as a co-author</t>
            </li>
            <li>
              <t>refines the "rule" text (shorter, clearer)</t>
            </li>
            <li>
              <t>adds an example</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-01
          </t>
          <ul spacing="normal">
            <li>
              <t>Clarified what we mean with an RTT</t>
            </li>
            <li>
              <t>rephrased example regarding initcwnd, citing RFCs 6928 and 9002</t>
            </li>
            <li>
              <t>removed the too vague rule 1 and made rule 2 (now rule 1) a <bcp14>MUST</bcp14></t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-02
          </t>
          <ul spacing="normal">
            <li>
              <t>Improved the last sentence of section 3.1.2.</t>
            </li>
            <li>
              <t>Removed a confusing and unnecessary sentence about pacing (as suggested at IETF-123).</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-03
          </t>
          <ul spacing="normal">
            <li>
              <t>The editors checked rule 2, and found that rule 1 was sufficient, and did not depend on the ordering of rules in newCWV (RFC7661), hence rule 2 was finally removed.</t>
            </li>
            <li>
              <t>Cleaned language and improved text explaining how this complements RFC7661.</t>
            </li>
            <li>
              <t>Checked/updated definitions.</t>
            </li>
            <li>
              <t>Added an example with cwnd in bytes.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-04
          </t>
          <ul spacing="normal">
            <li>
              <t>Repeated definitions from RFC 7661 instead of just pointing at the RFC</t>
            </li>
            <li>
              <t>Made RFC 7661 informational</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-05
          </t>
          <ul spacing="normal">
            <li>
              <t>Rephrased references to RFC 7661</t>
            </li>
            <li>
              <t>Nits</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-06
          </t>
          <ul spacing="normal">
            <li>
              <t>Changed some TCP-specific language so it applies to QUIC too</t>
            </li>
            <li>
              <t>RFC 4341 added to list of updated RFCs in the abstract</t>
            </li>
            <li>
              <t>Nits</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-07
          </t>
          <ul spacing="normal">
            <li>
              <t>Updated this list</t>
            </li>
            <li>
              <t>Made RFC 4341 reference normative</t>
            </li>
            <li>
              <t>Fixed Updates list to match boilerplate</t>
            </li>
            <li>
              <t>Moved some of appendix B to the main text as a new section that (only) defines the RFC updates.</t>
            </li>
            <li>
              <t>Updated description lines in appendix A</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-08
          </t>
          <ul spacing="normal">
            <li>
              <t>Addressed a comment from Eric Vyncke about the paragraph on rate-based cc. algs.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-09
          </t>
          <ul spacing="normal">
            <li>
              <t>Corrections and additions proposed by Mahesh Jethanandani</t>
            </li>
          </ul>
        </li>
        <li>
          <t>draft-ietf-ccwg-ratelimited-increase-10
          </t>
          <ul spacing="normal">
            <li>
              <t>Corrections to accounting of bytes in example in the Appendix</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Neal Cardwell and Martin Duke for suggesting improvements to this document. Thanks are due to the various IETF reviewers, and especially to Lars Eggert and Mahesh Jethanandani.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
wjuOfisByNewm2l9XIPkMPg/CgGc4XpgAAA=

-->

</rfc>
