<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-quic-ack-frequency-13" category="std" consensus="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title>QUIC Acknowledgment Frequency</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-quic-ack-frequency-13"/>
    <author initials="J." surname="Iyengar" fullname="Jana Iyengar">
      <organization>Fastly</organization>
      <address>
        <email>jri.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="I." surname="Swett" fullname="Ian Swett">
      <organization>Google</organization>
      <address>
        <email>ianswett@google.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/>
    <area>Transport</area>
    <workgroup>QUIC</workgroup>
    <abstract>
      <?line 90?>

<t>This document specifies an extension to QUIC that enables an endpoint to
request its peer change its behavior when sending or delaying acknowledgments.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <?line 95?>

<t>Discussion of this draft takes place on the QUIC working group mailing list
(quic@ietf.org), which is archived at
<eref target="https://mailarchive.ietf.org/arch/search/?email_list=quic"/>. Source
code and issues list for this draft can be found at
<eref target="https://github.com/quicwg/ack-frequency"/>.</t>
      <t>Working Group information can be found at <eref target="https://github.com/quicwg"/>.</t>
    </note>
  </front>
  <middle>
    <?line 105?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The QUIC transport protocol recommends sending an ACK frame after receiving at
least two ack-eliciting packets; see <xref section="13.2" sectionFormat="of" target="QUIC-TRANSPORT"/>.
However, the data receiver determines how frequently to send acknowledgments
in response to ack-eliciting packets, without any ability for the data sender
to influence this behavior. This document specifies an extension to
QUIC that enables an endpoint to request its peer change its behavior when sending or
delaying acknowledgments.</t>
      <t>This document defines a new transport parameter that indicates support of this
extension and specifies two new frame types to request changes to the peer's
acknowledgement behavior.</t>
      <section anchor="terms-and-definitions">
        <name>Terms and Definitions</name>
        <t>The keywords "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>
        <t>In the rest of this document, "sender" refers to a QUIC data sender (and
acknowledgment receiver). Similarly, "receiver" refers to a QUIC data receiver
(and acknowledgment sender).</t>
        <t>This document uses terms, definitions, and notational conventions described in
Section <xref target="QUIC-TRANSPORT" section="1.2" sectionFormat="bare"/> and Section <xref target="QUIC-TRANSPORT" section="1.3" sectionFormat="bare"/> of <xref target="QUIC-TRANSPORT"/>.</t>
      </section>
    </section>
    <section anchor="motivation">
      <name>Motivation</name>
      <t>A receiver acknowledges received packets, but can delay sending these
acknowledgments. Delaying acknowledgments can impact a data sender's
throughput, loss detection and congestion controller performance, as well
as CPU utilization at both endpoints.</t>
      <t>Reducing the frequency of acknowledgments can improve connection and
endpoint performance in the following ways:</t>
      <ul spacing="normal">
        <li>
          <t>Sending UDP datagrams is very CPU intensive on some platforms. A data
receiver can decrease its CPU usage by reducing the number of
acknowledgement-only packets sent. Experience shows that this
reduction can be critical for high packet rate connections.</t>
        </li>
        <li>
          <t>Similarly, receiving UDP datagrams can also be CPU intensive. Reducing the
acknowledgement frequency also reduces the data sender's CPU usage because
it receives and processes fewer acknowledgment-only packets.</t>
        </li>
        <li>
          <t>For asymmetric link technologies, such as DOCSIS, LTE, and satellite,
connection throughput in the forward path can become constrained
when the reverse path is filled by acknowledgment packets <xref target="RFC3449"/>.
When traversing such links, reducing the number of acknowledgments can achieve
higher connection throughput, lower the impact on other flows or optimise the
overall use of transmission resources <xref target="Cus22"/>.</t>
        </li>
        <li>
          <t>The rate of acknowledgment packets can reduce link efficiency, including
transmission opportunities or battery life, as well as transmission
opportunities available to other flows sharing the same link.</t>
        </li>
      </ul>
      <t>However, as discussed in <xref target="implementation"/>, a unilateral reduction in
acknowledgement frequency can lead to undesirable consequences for congestion
control and loss recovery. <xref target="QUIC-TRANSPORT"/> specifies a simple delayed
acknowledgment mechanism (<xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/>) without any
ability for the data sender to influence this behavior.  A data sender's constraints
on the acknowledgment frequency need to be taken into account to maximize
congestion controller and loss recovery performance. This extension provides
a mechanism for a data sender to signal its preferences and constraints.</t>
    </section>
    <section anchor="nego">
      <name>Negotiating Extension Use</name>
      <t>After a data receiver advertises support for this extension, two new frames
can be sent by the data sender to provide guidance about delaying and sending
ACK frames. These frames are the ACK_FREQUENCY frame
(see <xref target="ack-frequency-frame"/>) and the IMMEDIATE_ACK frame
(see <xref target="immediate-ack-frame"/>).</t>
      <t>Endpoints advertise their support for receiving ACK_FREQUENCY and IMMEDIATE_ACK
frames as described in this document by sending the following transport
parameter (<xref section="7.2" sectionFormat="of" target="QUIC-TRANSPORT"/>):</t>
      <dl>
        <dt>min_ack_delay (0xff04de1b):</dt>
        <dd>
          <t>A variable-length integer representing the minimum amount of time, in
microseconds, that the endpoint sending this value is willing to
delay an acknowledgment. This limit could be based on the data receiver's
clock or timer granularity. min_ack_delay is used by the data sender to
avoid requesting too small a value in the Requested Max Ack Delay field of the
ACK_FREQUENCY frame.</t>
        </dd>
      </dl>
      <t>An endpoint's min_ack_delay MUST NOT be greater than its max_ack_delay.
Endpoints that support this extension MUST treat receipt of a min_ack_delay that
is greater than the max_ack_delay as a connection error of type
TRANSPORT_PARAMETER_ERROR. Note that while the endpoint's max_ack_delay
transport parameter is in milliseconds (<xref section="18.2" sectionFormat="of" target="QUIC-TRANSPORT"/>),
min_ack_delay is specified in microseconds.</t>
      <t>The min_ack_delay transport parameter is a unilateral indication of support for
receiving ACK_FREQUENCY frames.  If an endpoint sends the transport parameter,
the peer is allowed to send ACK_FREQUENCY and IMMEDIATE_ACK frames independent
of whether it also sends the min_ack_delay transport parameter or not.</t>
      <t>Until an ACK_FREQUENCY or IMMEDIATE_ACK frame is received, sending the min_ack_delay transport
parameter does not cause the endpoint to change its acknowledgment behavior.</t>
      <t>Endpoints MUST NOT remember the value of the min_ack_delay transport parameter
they received for use in a subsequent connection. Consequently, ACK_FREQUENCY
and IMMEDIATE_ACK frames cannot be sent in 0-RTT packets, as per
<xref section="7.4.1" sectionFormat="of" target="QUIC-TRANSPORT"/>.</t>
      <t>This Transport Parameter is encoded as per <xref section="18" sectionFormat="of" target="QUIC-TRANSPORT"/>.</t>
    </section>
    <section anchor="ack-frequency-frame">
      <name>ACK_FREQUENCY Frame</name>
      <t>Delaying acknowledgments as much as possible reduces work done by the endpoints
as well as network load. A data sender's loss detection and congestion control
mechanisms however need to be tolerant of this delay at the peer. A data sender
signals the conditions under which it wants to receive ACK frames using an
ACK_FREQUENCY frame, shown below:</t>
      <artwork><![CDATA[
ACK_FREQUENCY Frame {
  Type (i) = 0xaf,
  Sequence Number (i),
  Ack-Eliciting Threshold (i),
  Requested Max Ack Delay (i),
  Reordering Threshold (i),
}
]]></artwork>
      <t>Following the common frame format described in <xref section="12.4" sectionFormat="of" target="QUIC-TRANSPORT"/>, ACK_FREQUENCY frames have a type of 0xaf, and contain the
following fields:</t>
      <dl>
        <dt>Sequence Number:</dt>
        <dd>
          <t>A variable-length integer representing the sequence number assigned to the
ACK_FREQUENCY frame by the sender so receivers ignore obsolete
frames.  A sending endpoint MUST send monotonically increasing values in
the Sequence Number field to allow obsolete ACK_FREQUENCY frames to be
ignored when packets are processed out of order.</t>
        </dd>
        <dt>Ack-Eliciting Threshold:</dt>
        <dd>
          <t>A variable-length integer representing the maximum number of ack-eliciting
packets the recipient of this frame receives without sending an acknowledgment.
A receiving endpoint SHOULD send at least one ACK frame after receiving more
than this many ack-eliciting packets. A value of 0 results in
a receiver immediately acknowledging every ack-eliciting packet. By default, an
endpoint sends an ACK frame for every other ack-eliciting packet, as specified in
<xref section="13.2.2" sectionFormat="of" target="QUIC-TRANSPORT"/>, which corresponds to a value of 1.</t>
        </dd>
        <dt>Requested Max Ack Delay:</dt>
        <dd>
          <t>A variable-length integer representing the value to which the data sender
requests the data receiver update its max_ack_delay
(<xref section="18.2" sectionFormat="of" target="QUIC-TRANSPORT"/>). The value of this field is in
microseconds, unlike the max_ack_delay transport parameter, which is in
milliseconds. On receipt of a valid value, the endpoint SHOULD update
its max_ack_delay to the value provided by the peer. Note that values
of 2^14 milliseconds or greater are invalid for max_ack_delay, as specified in
<xref section="18.2" sectionFormat="of" target="QUIC-TRANSPORT"/>. A value smaller than the min_ack_delay
advertised by the peer is also invalid. Receipt of an invalid value MUST be
treated as a connection error of type PROTOCOL_VIOLATION.</t>
        </dd>
        <dt>Reordering Threshold:</dt>
        <dd>
          <t>A variable-length integer that indicates the maximum packet
reordering before eliciting an immediate ACK, as specified in <xref target="out-of-order"/>.
If no ACK_FREQUENCY frames have been received, the data receiver immediately
acknowledges any subsequent packets that are received out-of-order, as specified
in <xref section="13.2" sectionFormat="of" target="QUIC-TRANSPORT"/>, corresponding to a default value of 1.
A value of 0 indicates out-of-order packets do not elicit an immediate ACK.</t>
        </dd>
      </dl>
      <t>ACK_FREQUENCY frames are ack-eliciting and congestion controlled. When an
ACK_FREQUENCY frame is lost, the sender is encouraged to send another
ACK_FREQUENCY frame, unless an ACK_FREQUENCY frame with a larger Sequence Number
value has already been sent. However, it is not forbidden to retransmit the lost
frame (see <xref section="13.3" sectionFormat="of" target="QUIC-TRANSPORT"/>), because the receiver will ignore
duplicate or out-of-order ACK_FREQUENCY frames based on the Sequence Number.</t>
      <t>A receiving endpoint MUST ignore a received ACK_FREQUENCY frame unless the
Sequence Number value in the frame is greater than the largest processed
value.</t>
    </section>
    <section anchor="immediate-ack-frame">
      <name>IMMEDIATE_ACK Frame</name>
      <t>A sender can use an ACK_FREQUENCY frame to reduce the number of acknowledgments
sent by a receiver, but doing so increases the likelihood that time-sensitive
feedback is delayed as well. For example, as described in <xref target="loss"/>, delaying
acknowledgments can increase the time it takes for a sender to detect packet
loss. Sending an IMMEDIATE_ACK frame can help mitigate this problem.</t>
      <t>An IMMEDIATE_ACK frame can be useful in other situations as well. For example,
if a sender wants an immediate RTT measurement or if a sender wants to establish
receiver liveness as quickly as possible. PING frames
(<xref section="19.2" sectionFormat="of" target="QUIC-TRANSPORT"/>) are ack-eliciting, but if a PING frame is
sent without an IMMEDIATE_ACK frame, the receiver might not immediately send
an ACK based on its local ACK strategy.</t>
      <t>By definition IMMEDIATE_ACK frames are ack-eliciting and they are also
congestion controlled. An endpoint SHOULD send a packet containing an ACK frame
immediately upon receiving an IMMEDIATE_ACK frame. An endpoint MAY delay sending
an ACK frame despite receiving an IMMEDIATE_ACK frame. For example, an endpoint
might do this if a large number of received packets contain an IMMEDIATE_ACK or
if the endpoint is under heavy load.</t>
      <artwork><![CDATA[
IMMEDIATE_ACK Frame {
  Type (i) = 0x1f,
}
]]></artwork>
      <t>IMMEDIATE_ACK frames do not need to be retransmitted.</t>
    </section>
    <section anchor="sending">
      <name>Sending Acknowledgments</name>
      <t>Prior to receiving an ACK_FREQUENCY frame, endpoints send acknowledgments as
specified in <xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/>.</t>
      <t>After receiving an ACK_FREQUENCY frame and updating its max_ack_delay and
Ack-Eliciting Threshold values (<xref target="ack-frequency-frame"/>), the data receiver
sends an acknowledgment when one of the following conditions are met since the
last acknowledgement was sent:</t>
      <ul spacing="normal">
        <li>
          <t>The number of received ack-eliciting packets is greater than the
Ack-Eliciting Threshold.</t>
        </li>
        <li>
          <t>max_ack_delay amount of time has passed and at least one ack-eliciting packet
has been received.</t>
        </li>
      </ul>
      <t>An acknowledgment can be sent earlier based on the value of the
Reordering Threshold when a gap in packet numbers is detected,
see <xref target="out-of-order"/>.</t>
      <t><xref target="congestion"/> and <xref target="batch"/> describe exceptions to this strategy.</t>
      <t>All packets still have to be acknowledged at least once with this extension,
as stated in <xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/>. With larger values for
Ack-Eliciting Threshold or the Reordering Threshold, implementations are more
likely to accumulate multiple new ACK ranges before sending an ACK. As such,
implementations have to take more care to avoid truncating ACK ranges before
they are sent at least once. As discussed in <xref section="13.2.3" sectionFormat="of" target="QUIC-TRANSPORT"/>,
this does not guarantee that every acknowledgment is seen by the sender.
When ACK frames are sent less often, receivers can either wait until an ACK is
acknowledged <xref section="13.2.4" sectionFormat="of" target="QUIC-TRANSPORT"/> before trimming ranges or
be more conservative when trimming ACK ranges to accommodate for the possible
loss of ACK frames.</t>
      <section anchor="response-to-long-idle-periods">
        <name>Response to long idle periods</name>
        <t>It is important to receive timely feedback after long idle periods,
e.g. update stale RTT measurements. When no acknowledgment has been sent in
over one smoothed round trip time (<xref section="5.3" sectionFormat="of" target="QUIC-RECOVERY"/>),
receivers are encouraged to send an acknowledgment soon after receiving
an ack-eliciting packet. This is not an issue specific to this document,
but the mechanisms specified herein could create excessive delays.</t>
      </section>
      <section anchor="out-of-order">
        <name>Response to Out-of-Order Packets</name>
        <t>As specified in <xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/>, endpoints are expected to
send an immediate acknowledgment upon receipt of a reordered ack-eliciting
packet. After an ACK_FREQUENCY frame with a Reordering Threshold value other
than 1 has been received, this extension delays immediate acknowledgements
to reordered ack-eliciting packets and the gaps they can create.</t>
        <t>If the most recent ACK_FREQUENCY frame received from the peer has a Reordering
Threshold value of 0, the endpoint SHOULD NOT send an immediate
acknowledgment in response to packets received out of order, and instead
rely on the peer's Ack-Eliciting Threshold and Requested Max Ack Delay
for sending acknowledgments.</t>
        <t>If the most recent ACK_FREQUENCY frame received from the peer has a Reordering
Threshold value larger than 1, the endpoint tests the amount of reordering
before deciding to send an acknowledgment. The specification uses the following
definitions:</t>
        <dl>
          <dt>Largest Unacked:</dt>
          <dd>
            <t>The largest packet number among all received ack-eliciting packets.</t>
          </dd>
          <dt>Largest Acked:</dt>
          <dd>
            <t>The Largest Acknowledged value sent in an ACK frame.</t>
          </dd>
          <dt>Largest Reported Missing:</dt>
          <dd>
            <t>The largest packet number that could be declared lost with the specified
Reordering Threshold, which is Largest Acked - Reordering Threshold.</t>
          </dd>
          <dt>Unreported Missing:</dt>
          <dd>
            <t>Packets with packet numbers between the Largest Unacked and Largest Reported
Missing that have not yet been received.</t>
          </dd>
        </dl>
        <t>An endpoint that receives an ACK_FREQUENCY frame with a non-zero Reordering
Threshold value SHOULD send an immediate ACK whenever it receives an ack-eliciting,
out-of order packet whose packet number is outside the reordering window of the peer,
i.e. when
* the difference between the smallest Unreported Missing packet and the
  Largest Unacked packet is greater than or equal to the Reordering
  Threshold value; or
* the received packet number is less than or equal to <tt>Largest Acked - Reordering Threshold</tt>.</t>
        <t>The first condition triggers an ACK as soon as the reordering threshold is reached and
a packet can be declared lost at the sender. The second condition addresses packets
that have been received later, out of order and are already spuriously declared lost
by the sender. This enables the sender to detect spurious retransmissions and revert
the congestion control status accordingly.</t>
        <t>Sending such an additional ACK resets the max_ack_delay timer and the
Ack-Eliciting Threshold counter, as any ACK would.</t>
        <t>See <xref target="examples"/> for examples explaining this behavior. See <xref target="set-threshold"/>
for guidance on how to choose the reordering threshold value when sending
ACK_FREQUENCY frames.</t>
        <section anchor="examples">
          <name>Examples</name>
          <t>Note that the following examples assume that packets are
processed one-by-one in the received order as indicated below.</t>
          <t>When the reordering threshold is 1, any time a packet is received
and there is a missing packet, an immediate acknowledgement is sent.</t>
          <t>If the reordering theshold is 3 and acknowledgements are only sent due to
reordering, the sequence in <xref target="ack-reordering-3"/> would occur:</t>
          <table anchor="ack-reordering-3">
            <name>Acknowledgement behavior with a reordering threshold of 3</name>
            <thead>
              <tr>
                <th align="left">Received Packet</th>
                <th align="left">Largest Unacked</th>
                <th align="left">Largest Acked</th>
                <th align="left">Largest Reported Missing</th>
                <th align="left">Unreported Missing</th>
                <th align="left">Send Acknowledgement</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">0</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">1</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">3</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">4</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">5</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2</td>
                <td align="left">Yes (5 - 2 &gt;= 3)</td>
              </tr>
              <tr>
                <td align="left">8</td>
                <td align="left">8</td>
                <td align="left">5</td>
                <td align="left">2</td>
                <td align="left">6,7</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">9</td>
                <td align="left">5</td>
                <td align="left">2</td>
                <td align="left">6,7</td>
                <td align="left">Yes (9 - 6 &gt;= 3)</td>
              </tr>
              <tr>
                <td align="left">10</td>
                <td align="left">10</td>
                <td align="left">9</td>
                <td align="left">6</td>
                <td align="left">7</td>
                <td align="left">Yes (10 - 7 &gt;= 3)</td>
              </tr>
            </tbody>
          </table>
          <t>Note that in this example, the receipt of packet 9 triggers an ACK
that reports both packets 6 and 7 as missing. However,
the receipt of packet 10 needs to trigger another immediate ACK
because the sender will be unable to declare packet 7 as lost
(with a reordering threshold of 3) until it receives an ACK
reporting the reception of packet 10.</t>
          <t>If the reordering threshold is 5 and acknowledgements are only sent due to
reordering, the sequence in <xref target="ack-reordering-5"/> would occur:</t>
          <table anchor="ack-reordering-5">
            <name>Acknowledgement behavior with a reordering threshold of 5</name>
            <thead>
              <tr>
                <th align="left">Received Packet</th>
                <th align="left">Largest Unacked</th>
                <th align="left">Largest Acked</th>
                <th align="left">Largest Reported Missing</th>
                <th align="left">Unreported Missing</th>
                <th align="left">Send Acknowledgement</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">0</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">1</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">3</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">5</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2,4</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">6</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2,4</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">7</td>
                <td align="left">7</td>
                <td align="left">-</td>
                <td align="left">-</td>
                <td align="left">2,4</td>
                <td align="left">Yes  (7 - 2 &gt;= 5)</td>
              </tr>
              <tr>
                <td align="left">8</td>
                <td align="left">8</td>
                <td align="left">7</td>
                <td align="left">2</td>
                <td align="left">4</td>
                <td align="left">No</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">9</td>
                <td align="left">7</td>
                <td align="left">2</td>
                <td align="left">4</td>
                <td align="left">Yes  (9 - 4 &gt;= 5)</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="congestion">
        <name>Expediting Explicit Congestion Notification (ECN) Signals</name>
        <t>If the Ack-Eliciting Threshold is larger than 1, an endpoint SHOULD send
an immediate acknowledgement when a packet marked with the ECN Congestion
Experienced (CE) <xref target="RFC3168"/> codepoint in the IP header is received and
the previously received packet was not marked CE. From there on, if multiple
consecutive CE-marked packets are received or only non-CE-marked packet received,
the endpoint resumes sending acknowledgements based on the Ack-Eliciting
Threshold or max_ack_delay. Therefore, CE-marking only triggers an immediate
acknowledgement when there is a transition from non-CE-marked to CE-marked.</t>
        <t>If the Ack-Eliciting Threshold is 0, every ack-eliciting packet is immediately
acknowledged, whether it is CE marked or not. If the Ack-Eliciting Threshold
is 1, the default behavior as specified in RFC9000 applies, which recommends to
immediately acknowledge all packets marked with CE (see
<xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/>).</t>
        <t>Acknowledging the first CE marked packet immediately maintains
the peer's response time to congestion events, while also
reducing the ACK rate compared to <xref section="13.2.1" sectionFormat="of" target="QUIC-TRANSPORT"/> during
extreme congestion or when peers are using DCTCP <xref target="RFC8257"/> or other
congestion controllers (e.g. <xref target="I-D.ietf-tsvwg-aqm-dualq-coupled"/>) that mark
more frequently than classic ECN <xref target="RFC3168"/>.</t>
      </section>
      <section anchor="batch">
        <name>Batch Processing of Packets</name>
        <t>To avoid sending multiple acknowledgments in rapid succession, an endpoint can
process all packets in a batch before determining whether to send an ACK frame
in response, as stated in <xref section="13.2.2" sectionFormat="of" target="QUIC-TRANSPORT"/>.</t>
      </section>
    </section>
    <section anchor="computation-of-probe-timeout-period">
      <name>Computation of Probe Timeout Period</name>
      <t>After requesting an update to the data receivers's max_ack_delay, a data sender
can use this new value in later computations of its Probe Timeout (PTO) period;
see <xref section="5.2.1" sectionFormat="of" target="QUIC-RECOVERY"/>.</t>
      <t>Until the packet carrying the ACK_FREQUENCY frame is acknowledged, the endpoint
MUST use the greater of the current max_ack_delay and the value that is in flight
when computing the PTO period. Doing so avoids spurious PTOs that can be caused by
an update that decreases the peer's max_ack_delay.</t>
      <t>While it is expected that endpoints will have only one ACK_FREQUENCY frame in
flight at any given time, this extension does not prohibit having more than one
in flight. When using max_ack_delay for PTO computations, endpoints MUST use
the maximum of the current value and all those in flight.</t>
      <t>When the number of in-flight ack-eliciting packets is larger than the
ACK-Eliciting Threshold, an endpoint can expect that the peer will not need to
wait for its max_ack_delay period before sending an acknowledgment. In such
cases, the endpoint MAY exclude the peer's max_ack_delay from its PTO
calculation.  When Reordering Threshold is set to 0 and loss prevents the peer
from receiving enough packets to trigger an immediate acknowledgment, the receiver
will wait max_ack_delay, increasing the chances of a premature PTO.
Therefore, if Reordering Threshold is set to 0, the PTO MUST be larger than the
peer's max_ack_delay.</t>
      <t>When sending PTO packets, one can include an IMMEDIATE_ACK frame to elicit an
immediate acknowledgment. This avoids delaying acknowledgements of PTO packets
by the acknowledgment delay, reducing tail latency and allowing the sender
to exclude the peer's max_ack_delay from subsequent PTO calculations.</t>
    </section>
    <section anchor="implementation">
      <name>Determining Acknowledgment Frequency</name>
      <t>This section provides some guidance on a sender's choice of acknowledgment
frequency and discusses some additional considerations. Implementers can select
an appropriate strategy to meet the needs of their applications and congestion
controllers.</t>
      <section anchor="congestion-control">
        <name>Congestion Control</name>
        <t>A sender needs to be responsive to notifications of congestion, such as
a packet loss or an ECN CE marking. Decreasing the acknowledgment frequency
can delay a sender's response to network congestion or cause it to underutilize
the available bandwidth.</t>
        <t>To limit the consequences of reduced acknowledgment frequency, a sender
can use the extension in this draft to request a receiver
to send an acknowledgment at least once per round trip,
when there are ack-eliciting packets in flight, in the following ways:</t>
        <t>A data sender can set the Requested Max Ack Delay value
to no more than the estimated round trip time.
The sender can also improve feedback and robustness to
variation in the path RTT by setting the Ack-Eliciting Threshold
to a value no larger than number of maximum-sized packets that fit
into the current congestion window.
Alternatively, a sender can send an IMMEDIATE_ACK frame if no acknowledgement
has been received for more than one round trip time.  If the
packet containing an IMMEDIATE_ACK is lost, detection of that loss
will be delayed by the Reordering Threshold or Requested Max Ack Delay.</t>
        <t>When setting the Requested Max Ack Delay as a function of the RTT, it is usually
better to use the Smoothed RTT (smoothed_rtt) (<xref section="5.3" sectionFormat="of" target="QUIC-RECOVERY"/>) or another
estimate of the typical RTT, but not the minimum RTT (min_rtt)
(<xref section="5.2" sectionFormat="of" target="QUIC-RECOVERY"/>). This avoids eliciting an
unnecessarily high number of acknowledgments when min_rtt is much smaller than
smoothed_rtt.</t>
        <t>Note that the congestion window and the RTT estimate change over the lifetime of a
connection and therefore might require sending updates in an ACK_FREQUENCY frames to
ensure optimal performance, though not every change should trigger an update.
Usually, it is not necessary to send an ACK_FREQUENCY frame more than once per
RTT and likely even less frequently. Ideally, an ACK_FREQUENCY frame is sent only
when a relevant change in the congestion window or smoothed RTT is detected that
impacts the local setting of the reordering threshold or locally-selected calculation
of the either Ack-Eliciting Threshold or the Requested Max Ack Delay.</t>
        <t>It is possible that the RTT is smaller than the receiver's timer granularity,
as communicated via the min_ack_delay transport parameter, preventing the
receiver from sending an acknowledgment every RTT in time unless packets are
acknowledged immediately.  In these cases, Reordering Threshold values other than 1
can delay loss detection more than an RTT.</t>
        <section anchor="application-limited-connections">
          <name>Application-Limited Connections</name>
          <t>A congestion controller that is limited by the congestion window relies upon receiving
acknowledgments to send additional data into the network.  An increase in
acknowledgment delay increases the delay in sending data, which can reduce the
achieved throughput.  Congestion window growth can also depend upon receiving
acknowledgments. This can be particularly significant in slow start
(<xref section="7.3.1" sectionFormat="of" target="QUIC-RECOVERY"/>), when delaying acknowledgments can delay
the increase in congestion window and can create larger packet bursts.</t>
          <t>If the sender is application-limited, acknowledgments can be delayed
unnecessarily when entering idle periods. Therefore, if no further data is
buffered to be sent, a sender can send an IMMEDIATE_ACK frame with the last data
packet before an idle period to avoid waiting for the acknowledgment delay.</t>
          <t>If there are no inflight packets, no acknowledgments will be received for at least
a round trip when sending resumes. The max_ack_delay and Ack-Eliciting Threshold
values used by the receiver can further delay acknowledgments.  In this case, the
sender can include an IMMEDIATE_ACK or ACK_FREQUENCY frame in the first
Ack-Eliciting packet to avoid waiting for substantially more than a round trip
for an acknowledgment.</t>
        </section>
      </section>
      <section anchor="burst-mitigation">
        <name>Burst Mitigation</name>
        <t>Receiving an acknowledgment can allow a sender to release new packets into the
network. If a sender is designed to rely on the timing of peer acknowledgments
("ACK clock"), delaying acknowledgments can cause undesirable bursts of data
into the network. In keeping with <xref section="7.7" sectionFormat="of" target="QUIC-RECOVERY"/>, a sender
can either employ pacing or limit bursts to the initial congestion window.</t>
      </section>
      <section anchor="loss">
        <name>Loss Detection and Timers</name>
        <t>Acknowledgments are fundamental to reliability in QUIC. Consequently,
delaying or reducing the frequency of acknowledgments can cause loss detection
at the sender to be delayed.</t>
        <t>A QUIC sender detects loss using packet thresholds on receiving an
acknowledgment (<xref section="6.1.1" sectionFormat="of" target="QUIC-RECOVERY"/>); delaying the
acknowledgment therefore delays this method of detecting losses.</t>
        <t>Reducing acknowledgment frequency reduces the number of RTT samples that a
sender receives (<xref section="5" sectionFormat="of" target="QUIC-RECOVERY"/>), making a sender's RTT estimate
less responsive to changes in the path's RTT. As a result, any mechanisms that
rely on an accurate RTT estimate, such as time-threshold-based loss detection (<xref section="6.1.2" sectionFormat="of" target="QUIC-RECOVERY"/>) or the Probe Timeout (PTO) (<xref section="6.2" sectionFormat="of" target="QUIC-RECOVERY"/>),
will be less responsive to changes in the path's RTT, resulting in either
delayed or unnecessary packet transmissions.</t>
        <t>A sender might use timers to detect loss of PMTU probe packets
(<xref section="14" sectionFormat="of" target="QUIC-TRANSPORT"/>). A sender MAY
bundle an IMMEDIATE_ACK frame with any PMTU probes to avoid triggering such
timers.</t>
      </section>
      <section anchor="migration">
        <name>Connection Migration</name>
        <t>To avoid additional delays to connection migration confirmation when using this
extension, a client can bundle an IMMEDIATE_ACK frame with the first non-probing
frame (<xref section="9.2" sectionFormat="of" target="QUIC-TRANSPORT"/>) it sends or it can send only an
IMMEDIATE_ACK frame, which is a non-probing frame.</t>
        <t>An endpoint's congestion controller and RTT estimator are reset upon
confirmation of migration (<xref section="9.4" sectionFormat="of" target="QUIC-TRANSPORT"/>);
this changes the pattern of acknowledgments received after migration.</t>
        <t>Therefore, an endpoint that has sent an ACK_FREQUENCY frame earlier in the
connection ought to send a new ACK_FREQUENCY frame upon confirmation of
connection migration with updated information, e.g. to consider the new RTT estimate.</t>
      </section>
    </section>
    <section anchor="set-threshold">
      <name>Setting the Reordering Threshold Value</name>
      <t>To ensure timely loss detection, a data sender can send a Reordering Threshold
value that is the same as the loss detection packet threshold. If the
reordering threshold is smaller than the packet threshold, an acknowledgement is
unnecessarily sent before the packet can be declared lost. If the value is
larger, it can cause unnecessary delays in loss detection
(<xref section="6.1.1" sectionFormat="of" target="QUIC-RECOVERY"/>).</t>
      <t>In order to avoid unnecessary immediate acknowledgements, senders SHOULD
implement adaptive packet threshold loss detection and communicate the
increased Reordering Threshold value to the receiver.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>An improperly configured or malicious data sender could request a
data receiver to acknowledge more frequently than its available resources
permit. However, there are two limits that make such an attack largely
inconsequential. First, the acknowledgment rate is bounded by the rate at which
data is received. Second, ACK_FREQUENCY and IMMEDIATE_ACK frames can only request
an increase in the acknowledgment rate, but cannot enforce it.</t>
      <t><xref section="21.9" sectionFormat="of" target="QUIC-TRANSPORT"/> provides further guidance on peer denial of service
attacks that could abuse control frames, including ACK frames as well as the newly herein specified
ACK_FREQUENCY and IMMEDIATE_ACK frames, to cause disproportional
processing costs without observable impact on the state of the connection.
Especially, the IMMEDIATE_ACK frame does not only imply processing cost for receiving
and processing the control frame itself but can also cause additional sending of
packets. However, in general, with this extension, a sender cannot force a receiver to acknowledge
more frequently than the receiver considers safe based on its resource constraints.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document defines a new transport parameter to advertise support of the
extension described in this document and two new frame types to registered
by IANQ in the respective "QUIC Protocol" registries under
<eref target="https://www.iana.org/assignments/quic/quic.xhtml">https://www.iana.org/assignments/quic/quic.xhtml</eref>.</t>
      <section anchor="quic-transport-parameter">
        <name>QUIC Transport Parameter</name>
        <t>The following entry in <xref target="transport-parameters"/> has been requested to be provisionally added to
the "QUIC Transport Parameters" registry under the "QUIC Protocol" heading.</t>
        <table anchor="transport-parameters">
          <name>Addition to QUIC Transport Parameters Entries</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Parameter Name.</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0xff04de1b</td>
              <td align="left">min_ack_delay</td>
              <td align="left">
                <xref target="nego"/></td>
            </tr>
          </tbody>
        </table>
        <t>When this document is approved, IANA is requested to assign a permanent allocation
of a codepoint in the 0-63 range to replace the provisional codepoint described above.</t>
      </section>
      <section anchor="quic-frame-types">
        <name>QUIC Frame Types</name>
        <t>The following frame types have requested to be provisionally added to the "QUIC Frame Types"
registry under the "QUIC Protocol" heading.</t>
        <table anchor="frame-types">
          <name>Addition to QUIC Frame Types Entries</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Frame Name</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0xaf</td>
              <td align="left">ACK_FREQUENCY</td>
              <td align="left">
                <xref target="ack-frequency-frame"/></td>
            </tr>
            <tr>
              <td align="left">0x1f</td>
              <td align="left">IMMEDIATE_ACK</td>
              <td align="left">
                <xref target="immediate-ack-frame"/></td>
            </tr>
          </tbody>
        </table>
        <t>When this document is approved, IANA is requested to change the registration to
a permanent allocation of these frame types with the values described above.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="QUIC-TRANSPORT">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author initials="J." surname="Iyengar" fullname="Jana Iyengar" role="editor">
              <organization>Fastly</organization>
            </author>
            <author initials="M." surname="Thomson" fullname="Martin Thomson" role="editor">
              <organization>Mozilla</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="QUIC-RECOVERY">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author initials="J." surname="Iyengar" fullname="Jana Iyengar" role="editor">
              <organization>Fastly</organization>
            </author>
            <author initials="I." surname="Swett" fullname="Ian Swett" role="editor">
              <organization>Google</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="Cus22">
          <front>
            <title>Reducing the acknowledgement frequency in IETF QUIC</title>
            <author initials="A." surname="Custura" fullname="A. Custura">
              <organization>University of Aberdeen</organization>
            </author>
            <author initials="T." surname="Jones" fullname="T. Jones">
              <organization>University of Aberdeen</organization>
            </author>
            <author initials="R." surname="Secchi" fullname="R. Secchi">
              <organization>University of Aberdeen</organization>
            </author>
            <author initials="G." surname="Fairhurst" fullname="G. Fairhurst">
              <organization>University of Aberdeen</organization>
            </author>
            <date year="2022" month="October"/>
          </front>
          <seriesInfo name="DOI" value="10.1002/sat.1466"/>
          <seriesInfo name="name" value="IJSCN"/>
        </reference>
        <reference anchor="RFC3449">
          <front>
            <title>TCP Performance Implications of Network Path Asymmetry</title>
            <author fullname="H. Balakrishnan" initials="H." surname="Balakrishnan"/>
            <author fullname="V. Padmanabhan" initials="V." surname="Padmanabhan"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="M. Sooriyabandara" initials="M." surname="Sooriyabandara"/>
            <date month="December" year="2002"/>
            <abstract>
              <t>This document describes TCP performance problems that arise because of asymmetric effects. These problems arise in several access networks, including bandwidth-asymmetric networks and packet radio subnetworks, for different underlying reasons. However, the end result on TCP performance is the same in both cases: performance often degrades significantly because of imperfection and variability in the ACK feedback from the receiver to the sender. The document details several mitigations to these effects, which have either been proposed or evaluated in the literature, or are currently deployed in networks. These solutions use a combination of local link- layer techniques, subnetwork, and end-to-end mechanisms, consisting of: (i) techniques to manage the channel used for the upstream bottleneck link carrying the ACKs, typically using header compression or reducing the frequency of TCP ACKs, (ii) techniques to handle this reduced ACK frequency to retain the TCP sender's acknowledgment-triggered self- clocking and (iii) techniques to schedule the data and ACK packets in the reverse direction to improve performance in the presence of two-way traffic. Each technique is described, together with known issues, and recommendations for use. A summary of the recommendations is provided at the end of the document. 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="69"/>
          <seriesInfo name="RFC" value="3449"/>
          <seriesInfo name="DOI" value="10.17487/RFC3449"/>
        </reference>
        <reference anchor="RFC3168">
          <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="RFC8257">
          <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="I-D.ietf-tsvwg-aqm-dualq-coupled">
          <front>
            <title>Dual-Queue Coupled Active Queue Management (AQM) for Low Latency, Low Loss, and Scalable Throughput (L4S)</title>
            <author fullname="Koen De Schepper" initials="K." surname="De Schepper">
              <organization>Nokia Bell Labs</organization>
            </author>
            <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
              <organization>Independent</organization>
            </author>
            <author fullname="Greg White" initials="G." surname="White">
              <organization>CableLabs</organization>
            </author>
            <date day="29" month="August" year="2022"/>
            <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.

 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="Internet-Draft" value="draft-ietf-tsvwg-aqm-dualq-coupled-25"/>
        </reference>
      </references>
    </references>
    <?line 711?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The following people directly contributed key ideas that shaped this draft:
Bob Briscoe, Kazuho Oku, Marten Seemann.</t>
      <t>Thanks for the reviews by Lucas Pardue, Martin Thomson,
Magnus Westerlund, Kazuho Oku, Marten Seemann, Gorry Fairhurst,
Ingemar Johansson, Christian Huitema, Michael Eriksson, Martin Duke,
Nick Banks, Gaurav Singh, Mike Bishop, Neal Cardwell, Rui Paulo,
Joseph Beshay, Alexis La Goutte, Vidhi Goel, Dmitri Tikhonov,
Marco Munizaga and Matt Joras.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
WiqyyyeAPWFNtULg8H8B7VMGYCWCAAA=

-->

</rfc>
