<?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.35 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-tcpm-rst-diagnostic-payload-01" category="exp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="RST Diagnostic Payload">TCP RST Diagnostic Payload</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-tcpm-rst-diagnostic-payload-01"/>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Tirumaleswar Reddy">
      <organization>Nokia</organization>
      <address>
        <postal>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <author fullname="Jason Xing">
      <organization>Tencent</organization>
      <address>
        <email>kerneljasonxing@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="April" day="23"/>
    <area/>
    <workgroup>TCP Maintenance and Minor Extensions</workgroup>
    <keyword>service diagnostic</keyword>
    <keyword>service function</keyword>
    <keyword>troubelshooting</keyword>
    <keyword>diagnostic</keyword>
    <keyword>serviceability</keyword>
    <keyword>root cause</keyword>
    <keyword>anomaly</keyword>
    <abstract>
      <?line 60?>
<t>This document specifies an experimental diagnostic payload format returned in TCP
   RST segments. Such payloads are used to share with an endpoint the
   reasons for which a TCP connection has been reset.  Sharing this
   information is meant to ease diagnostic and troubleshooting.</t>
      <t>This specification builds on provisions that are already present in RFC 9293 "Transmission Control Protocol (TCP)".
   As such, this document does not require any change to RFC 9293.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    TCP Maintenance and Minor Extensions  mailing list (tcpm@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/tcpm/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/draft-boucadair-tcpm-rst-diagnostic-payload"/>.</t>
    </note>
  </front>
  <middle>
    <?line 69?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>A TCP connection <xref target="RFC9293"/> can be reset by a peer for various
   reasons, e.g., received data does not correspond to an active
   connection.  Also, a TCP connection can be reset by an on-path
   service function (e.g., Carrier Grade NAT (CGN) <xref target="RFC6888"/>, NAT64
   <xref target="RFC6146"/>, or firewall) for several reasons.  Typically, a Network
   Address Translator (NAT) function can generate an RST segment to
   notify an endpoint upon the expiry of the lifetime of the
   corresponding mapping entry or because an RST segment was received
   from a peer (<xref section="2.2" sectionFormat="of" target="RFC7857"/>).</t>
      <t>A TCP connection can also be
   closed by a user or an application at any time.  However, the peer
   that receives an RST segment does not have any hint about the reason
   that led to terminating the connection.  Likewise, the application
   that relies upon such a TCP connection may not easily identify the
   reason for the connection reset. Troubleshooting such events at
   the remote side of the connection that receives the RST segment may
   not be trivial.</t>
      <t>This document fills this void by specifying an experimental format of the
   diagnostic payload returned in an RST segment. This design is
   backward compatible with TCP as further clarified in <xref target="bc"/>.</t>
      <t>The generic procedure for processing an RST segment is specified in
   <xref section="3.5.3" sectionFormat="of" target="RFC9293"/>. Only the deviations from that procedure
   to insert and validate a diagnostic payload is provided in <xref target="payload"/>.</t>
      <t>This document specifies the format and the overall approach to ease
   maintaining the list of codes while allowing for adding new codes as
   needed in the future and accommodating any existing vendor-specific
   codes.  An initial version of error codes is available in <xref target="initial"/>.
   However, the authoritative source to retrieve the full list of error
   codes is the IANA-maintained registry (<xref target="causes"/>).</t>
      <t><xref target="examples"/> provides a set of examples to illustrate the use of TCP RST
   diagnostic payloads.</t>
      <t><xref target="socket-api"/> provides an informative discussion of socket API considerations.
   Implementation and experimental validation are detailed in <xref target="sec-validation"/>.</t>
      <t>Experiment goals are listed in <xref target="sec-goals"/>.</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?>

<t>This document makes use of the terms defined in <xref section="4" sectionFormat="of" target="RFC9293"/>.</t>
      <t>SEG.LEN is defined in <xref section="3.3.1" sectionFormat="of" target="RFC9293"/>.</t>
      <t>This document uses the following terms:</t>
      <dl>
        <dt>RST diagnostic payload:</dt>
        <dd>
          <t>The payload of an RST message that conveys diagnostic data.</t>
        </dd>
        <dt>RST with diagnostic payload:</dt>
        <dd>
          <t>An RST segment that includes diagnostic payload.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-goals">
      <name>Experiment Description &amp; Goals</name>
      <t>The main objective of this experiment is to have a common format
  of RST diagnostic payload that would be used as basis for consistent
  testing and evaluation in a variety of deployment contexts
  (Internet, data centers, application clients/servers provided and managed by the same entity,
  clients and servers software owned by distinct entities, etc.).</t>
      <t>Experiments reports are encouraged to share the main lessons
  learned in these experimentations. Specifically, the following items are of interest:</t>
      <dl>
        <dt>Delivery &amp; on-path device interference:</dt>
        <dd>
          <t>Identify and share issues (or lack thereof) related to the delivery of RST with diagnostic payload.</t>
        </dd>
        <dt>CPU/load impact:</dt>
        <dd>
          <t>Assess CPU/load impact (or lack thereof) of handling RSTs, including when a mix of RSTs with and without diagnostic payload are sent by an endpoint.</t>
        </dd>
        <dt>Standard reset reasons:</dt>
        <dd>
          <t>Assess whether the list of code reasons (<xref target="causes"/>) reflects observed reset cases.</t>
        </dd>
        <dt>Integration of socket API extensions:</dt>
        <dd>
          <t>Exercise the socket API extensions and identify any required adjustement (<xref target="socket-api"/>).</t>
        </dd>
        <dt>Operational guidance:</dt>
        <dd>
          <t>Strengthen the operational guidance for deploying RSTs with diagnostic payload.</t>
        </dd>
      </dl>
    </section>
    <section anchor="payload">
      <name>RST Diagnostic Payload</name>
      <section anchor="compact">
        <name>Payload Format</name>
        <t>This section defines the message format to convey RST diagnostic payload. This format is designed to minimize the length of the payload.</t>
        <t>The format of the RST diagnostic payload is shown in <xref target="format-1"/>.</t>
        <figure anchor="format-1">
          <name>Structure of the RST Diagnostic Payload</name>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             0x33AA            |          reason-code          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                              pen                              |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The RST diagnostic payload comprises a magic number that is used to
   unambiguously identify an RST payload that follows this
   specification.  It <bcp14>MUST</bcp14> be set to 0x33AA.</t>
        <t>The descriptions of other fields shown in <xref target="format-1"/> are as follows:</t>
        <dl>
          <dt>reason-code:</dt>
          <dd>
            <t>This field takes a value from an available registry (IANA or vendor-specific).</t>
          </dd>
          <dt/>
          <dd>
            <t>Value 0 is reserved and <bcp14>MUST NOT</bcp14> be used.</t>
          </dd>
          <dt/>
          <dd>
            <t>The reason code is taken from the "TCP Failure Causes" registry (<xref target="causes"/>) if "pen" is set to 0.</t>
          </dd>
          <dt/>
          <dd>
            <t>It is <bcp14>RECOMMENDED</bcp14> that implementations support all codes defined in <xref target="initial"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>If the "pen" is not set to 0, then the reason code refers to the registry of the entity specified by the "pen" parameter.</t>
          </dd>
          <dt>pen:</dt>
          <dd>
            <t>Includes a Private Enterprise Number (PEN) <xref target="Private-Enterprise-Numbers"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>The reserved PEN value "0" is used to indicate that the reason code refers to the IANA-maintained registry (<xref target="causes"/>).</t>
          </dd>
        </dl>
        <t>SEG.LEN <bcp14>MUST</bcp14> be 8 for an RST with diagnostic payload.</t>
      </section>
      <section anchor="behavior">
        <name>Behavior</name>
        <t>Malformed RST diagnostic payloads that include the magic
   numbers 0x33AA <bcp14>MUST</bcp14> be silently ignored by the receiver.
   RSTs that carry such malformed diagnostic payloads are handled like an RST without payload.</t>
        <t>A peer that receives a valid diagnostic payload may pass the reset
   reason information to the local application in addition to the
   information (<bcp14>MUST</bcp14>-12) described in <xref section="3.6" sectionFormat="of" target="RFC9293"/>.  That
   information may also be logged locally, unless a local policy
   specifies otherwise.  How the information is passed to an application
   and how it is stored locally is implementation-specific.</t>
        <t>Because new codes may be supported by a sender, receivers <bcp14>SHOULD NOT</bcp14>
   discard received RST diagnostic payloads with an unknown reason code unless
   configured otherwise.</t>
      </section>
    </section>
    <section anchor="examples">
      <name>Some Examples</name>
      <t><xref target="fig-1"/> depicts an example of an RST diagnostic payload that is
   generated to inform the peer that the TCP connection is reset because
   an ACK was received from that peer while the connection is still in
   the LISTEN state (<xref section="3.10.7.2" sectionFormat="of" target="RFC9293"/>).</t>
      <figure anchor="fig-1">
        <name>Example of an RST Diagnostic Payload with Reason Code</name>
        <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             0x33AA            |               0x02            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                              0x00                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>An RST diagnostic payload may also be sent by an on-path service
   function.  For example, the following diagnostic payload is returned
   by a NAT function upon expiry of the mapping entry to which the TCP
   connection is bound (<xref target="fig-2"/>).</t>
      <figure anchor="fig-2">
        <name>Example of an RST Diagnostic Payload to Report Connection Timeout</name>
        <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             0x33AA            |              0x0E             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                              0x00                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t><xref target="fig-3"/> illustrates an RST diagnostic payload that is returned by a
   peer that resets a TCP connection for a reason code 1234 (0x4D2) defined by a
   vendor with the private enterprise number 32473 (0x7ED9).</t>
      <figure anchor="fig-3">
        <name>Example of an RST Diagnostic Payload to Report Vendor-Specific Reason Code</name>
        <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             0x33AA            |              0x4D2            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                            0x7ED9                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t><xref target="fig-3"/> uses the Enterprise Number 32473 defined for documentation
   use <xref target="RFC5612"/>.</t>
    </section>
    <section anchor="ops-cons">
      <name>Operational Considerations</name>
      <section anchor="bc">
        <name>Backward Compatibility</name>
        <t>Returning diagnostic data in an RST segment is consistent with
   the provision in <xref section="3.5.3" sectionFormat="of" target="RFC9293"/> for RST segments, especially:</t>
        <blockquote>
          <t>"TCP implementations <bcp14>SHOULD</bcp14> allow a received RST segment to
 include data (SHLD-2)."</t>
        </blockquote>
        <t>Also, this document does not change the conditions under which an RST
   segment is generated (<xref section="3.5.2" sectionFormat="of" target="RFC9293"/>).</t>
      </section>
      <section anchor="multiple-rsts">
        <name>Multiple RSTs</name>
        <t>Per <xref section="3.6" sectionFormat="of" target="RFC9293"/>, one or more RST segments can be sent
   to reset a connection.</t>
        <t>Sending more RST segments to reset a connection can be used
   to mitigate deployment contexts where some on-path devices may
   discard RSTs with payload data.</t>
        <t>Whether a TCP endpoint elects to send more
   than one RST with only a subset of them that include the diagnostic
   payload is implementation-specific.</t>
      </section>
      <section anchor="sec-man">
        <name>Manageability</name>
        <t>TCP server implementations should support the following parameters:</t>
        <ul spacing="normal">
          <li>
            <t>A parameter to control the activation of RSTs with diagnostic payload.</t>
          </li>
          <li>
            <t>A parameter to expose the set of reason codes that are supported by an implementation.</t>
          </li>
          <li>
            <t>A parameter to control whether "empty" RSTs are also sent together with an RST with diagnostic payload.</t>
          </li>
          <li>
            <t>A rate-limit of RSTs with diagnostic payload.</t>
          </li>
          <li>
            <t>Counters to track sent/received RSTs with diagnostic payload.</t>
          </li>
          <li>
            <t>Counters to track received invalid RSTs with diagnostic payload.</t>
          </li>
        </ul>
      </section>
      <section anchor="maintenance">
        <name>Maintenance</name>
        <t>As new reason codes may be added to the IANA registry, there is a risk that the codes
  that are supported by an implementation do not match the latest version in the registry. Deviations can be detected using the exposure parameter in <xref target="sec-man"/>.</t>
        <t>It is <bcp14>RECOMMENDED</bcp14> to proceed with regular software updates to align with the latest version in the registry.</t>
      </section>
    </section>
    <section anchor="socket-api">
      <name>Socket API Considerations (Informative)</name>
      <t>This section describes how the socket API  can  be extended to provide a way
for an application to use the functionality described in this document.</t>
      <t>This section is informational only.</t>
      <t>The API described in this section can change in a non-backwards compatible way
during the evolution of this document due to changed functionality or gained
experience during the implementation.</t>
      <section anchor="socket-options">
        <name>Socket Options</name>
        <t><xref target="socket-options-table"/> provides an overview of the <tt>IPPROTO_TCP</tt>-level socket
options defined in this section.</t>
        <table anchor="socket-options-table">
          <name>Socket Options</name>
          <thead>
            <tr>
              <th align="left">Option Name</th>
              <th align="left">Data Type</th>
              <th align="left">Set</th>
              <th align="left">Get</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>TCP_RST_REASON_ENABLE</tt></td>
              <td align="left">
                <tt>uint32_t</tt></td>
              <td align="left">X</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>TCP_RST_REASON_CODE</tt></td>
              <td align="left">
                <tt>struct tcp_rst_reason</tt></td>
              <td align="left">X</td>
              <td align="left">X</td>
            </tr>
          </tbody>
        </table>
        <section anchor="enable-the-sending-of-the-diagnostic-payload-tcprstreasonenable">
          <name>Enable the Sending of the Diagnostic Payload (<tt>TCP_RST_REASON_ENABLE</tt>)</name>
          <t>Using <tt>setsockopt()</tt> with the <tt>IPPROTO_TCP</tt>-level socket option with the
name <tt>TCP_RST_REASON_ENABLE</tt> enables or disables the sending of the
diagnostic payload using a reason-code and pen.
The <tt>option_value</tt> of type <tt>uint32_t</tt> specifies the pen in host byte order
to use.
When 0 is used (<xref section="3" sectionFormat="of" target="RFC9371"/>), the reason-codes from the registry
specified in <xref target="causes"/> are used.
When 0xffffffff is used (<xref section="3" sectionFormat="of" target="RFC9371"/>), the sending is disabled.
The default is that the sending of a diagnostic payload is disabled.
An implementation might not support the use of PENs different from zero and
0xffffffff.</t>
        </section>
        <section anchor="get-or-set-the-diagnostic-payload-as-code-tcprstreasoncode">
          <name>Get or Set the Diagnostic Payload as Code (<tt>TCP_RST_REASON_CODE</tt>)</name>
          <t>Using <tt>getsockopt()</tt> with the <tt>IPPROTO_TCP</tt>-level socket option with the
name <tt>TCP_RST_REASON_CODE</tt> allows the caller to retrieve the reason-code and
the pen of the diagnostic payload in the received RST segment, which terminated
the corresponding TCP connection.</t>
          <t>Using <tt>setsockopt()</tt> with this socket option allows the caller to provide
reason-code and pen to be sent as part of the diagnostic payload when the
application triggers the sending of a RST segment by using <tt>close()</tt>.
In addition to using <tt>close()</tt> in combination with the <tt>SOL_SOCKET</tt>-level
socket option with name <tt>SO_LINGER</tt>, the application can just provide the
<tt>TCP_RR_RST_ON_CLOSE</tt> flag in <tt>trr_flags</tt>. This way the application can
trigger the sending of a RST segment by calling <tt>setsockopt()</tt> once followed
by <tt>close()</tt>.</t>
          <t>For accepted sockets, this socket option is inherited from the listening socket.</t>
          <t>The following structure is used as the <tt>option_value</tt>:</t>
          <sourcecode type="c"><![CDATA[
struct tcp_rst_reason {
        uint16_t trr_flags;
        uint16_t trr_code;
        uint32_t trr_pen;
};
]]></sourcecode>
          <dl>
            <dt><tt>trr_flags</tt>:</dt>
            <dd>
              <dl>
                <dt>This field is reported as 0 for <tt>getsockopt()</tt> calls. For <tt>setsockopt()</tt></dt>
                <dd>
                  <t/>
                </dd>
                <dt>calls, the following flag can be used:</dt>
                <dd>
                  <t/>
                </dd>
                <dt><tt>TCP_RR_RST_ON_CLOSE</tt>:</dt>
                <dd>
                  <t>When this flag is set, calling <tt>close()</tt> triggers the sending of a RST segment
similar to case, where the <tt>SOL_SOCKET</tt>-level socket option with name
<tt>SO_LINGER</tt> is used to enable lingering with the linger time of 0.
When this flag is cleared, the corresponding functionality is disabled.</t>
                </dd>
              </dl>
            </dd>
            <dt><tt>trr_code</tt>:</dt>
            <dd>
              <t>The reason-code in host byte order to be interpreted in combination with
the PEN provided in <tt>trr_pen</tt>. In case of <tt>trr_pen</tt> being
zero, <tt>trr_code</tt> refers to a value in the registry defined in
<xref target="causes"/>.</t>
            </dd>
            <dt><tt>trr_pen</tt>:</dt>
            <dd>
              <t>The PEN in host byte order to is used in combination with the reason-code
specified in <tt>trr_code</tt>.
When this socket option is used with <tt>setsockopt()</tt>, it is an error to use
zero as a value for <tt>trr_pen</tt> as long as <tt>trr_code</tt> is not
zero.</t>
            </dd>
          </dl>
          <t>When <tt>getsockopt()</tt> with this socket option is performed on a socket, which
has not received a RST with a diagnostic payload containing a reason-code and
pen, zero is provided as the <tt>trr_code</tt> and <tt>trr_pen</tt>.
When <tt>setsockopt()</tt> with a <tt>trr_code</tt> and <tt>trr_pen</tt> of zero
is performed, the special handling of RST segments sent during the ungraceful
termination of the TCP connection is disabled.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t><xref target="RFC9293"/> discusses TCP-related security considerations. In
   particular, RST-specific attacks and their mitigations are discussed
   in <xref section="3.10.7.3" sectionFormat="of" target="RFC9293"/>.</t>
      <t>The presence of vendor-specific reason codes may be used
   to fingerprint hosts.  Such a concern does not apply if the reason
   codes are taken from the IANA-maintained registry.  Implementers are,
   thus, encouraged to register new codes within IANA instead of
   maintaining specific registries.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="causes">
        <name>New Registry for TCP Failure Causes</name>
        <t>This document requests IANA to create a new registry entitled "TCP
   Failure Causes" under the "Transmission Control Protocol (TCP)
   Parameters" registry group <xref target="IANA-TCP"/>.</t>
        <t>Values are taken from the 1-65535 range.</t>
        <t>The assignment policy for this registry is "Expert Review"
   (<xref section="4.5" sectionFormat="of" target="RFC8126"/>). See more guidance at <xref target="de"/>.</t>
        <t>The registry is initially populated with the values listed in
   <xref target="initial"/>.</t>
        <table anchor="initial">
          <name>Initial TCP Failure Causes</name>
          <thead>
            <tr>
              <th align="center">Value</th>
              <th align="left">Description</th>
              <th align="left">Specification (if available)</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">0</td>
              <td align="left">Reserved</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">1</td>
              <td align="left">Illegal option length</td>
              <td align="left">
                <xref section="3.1" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">2</td>
              <td align="left">Desynchronized state</td>
              <td align="left">
                <xref section="3.5.1" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">3</td>
              <td align="left">New data is received after CLOSE is called</td>
              <td align="left">Sections 3.6.1 and  3.10.7.1 of <xref target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">4</td>
              <td align="left">ABORT process</td>
              <td align="left">
                <xref section="3.10.5" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">5</td>
              <td align="left">Unexpected ACK received by non-synchronized state connection</td>
              <td align="left">
                <xref section="3.10.7" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">6</td>
              <td align="left">Unexpected SYN in the window</td>
              <td align="left">
                <xref section="3.10.7" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">7</td>
              <td align="left">Unexpected security compartment</td>
              <td align="left">
                <xref section="A.1" sectionFormat="of" target="RFC9293"/></td>
            </tr>
            <tr>
              <td align="center">8</td>
              <td align="left">Malformed message</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">9</td>
              <td align="left">Not authorized</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">10</td>
              <td align="left">Resource exceeded</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">11</td>
              <td align="left">Network failure</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">12</td>
              <td align="left">Reset received from the peer</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">13</td>
              <td align="left">Destination unreachable</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">14</td>
              <td align="left">Connection timeout</td>
              <td align="left">ThisDocument</td>
            </tr>
            <tr>
              <td align="center">15</td>
              <td align="left">Too much outstanding data</td>
              <td align="left">
                <xref section="3.6" sectionFormat="of" target="RFC8684"/></td>
            </tr>
            <tr>
              <td align="center">16</td>
              <td align="left">Unacceptable performance</td>
              <td align="left">
                <xref section="3.6" sectionFormat="of" target="RFC8684"/></td>
            </tr>
            <tr>
              <td align="center">17</td>
              <td align="left">Middlebox interference</td>
              <td align="left">
                <xref section="3.6" sectionFormat="of" target="RFC8684"/></td>
            </tr>
          </tbody>
        </table>
        <t>Note that codes in the 8-14 range can be used by service functions (CGN, firewall, proxy, etc.).</t>
        <ul empty="true">
          <li>
            <t>Note to the RFC Editor: Please replace ThisDocument with the RFC number assigned to this document.</t>
          </li>
        </ul>
      </section>
      <section anchor="de">
        <name>Guidelines for the Designated Experts</name>
        <t>Criteria that should be applied by the designated experts include
   determining whether the proposed registration duplicates existing
   entries and whether the registration description is clear and fits
   the purpose of this registry.</t>
        <t>The designated experts may approve registration once they checked
   that the new requested code is not covered by an existing code and if
   the provided reasoning to register the new code is acceptable.  A
   registration request may supply a pointer to a specification where
   that code is defined.  However, a registration may be accepted even
   if no permanent and readily available public specification is
   available.</t>
        <t>Registration requests are to be sent to <eref target="mailto:rst-diag-review@ietf.org">rst-diag-review@ietf.org</eref>
   and are evaluated within a three-week review period on the advice of
   one or more designated experts.  Within the review period, the
   designated experts will either approve or deny the registration
   request, communicating this decision to the review list and IANA.
   Denials should include an explanation and, if applicable, suggestions
   as to how to make the request successful.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8684">
          <front>
            <title>TCP Extensions for Multipath Operation with Multiple Addresses</title>
            <author fullname="A. Ford" initials="A." surname="Ford"/>
            <author fullname="C. Raiciu" initials="C." surname="Raiciu"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="O. Bonaventure" initials="O." surname="Bonaventure"/>
            <author fullname="C. Paasch" initials="C." surname="Paasch"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>TCP/IP communication is currently restricted to a single path per connection, yet multiple paths often exist between peers. The simultaneous use of these multiple paths for a TCP/IP session would improve resource usage within the network and thus improve user experience through higher throughput and improved resilience to network failure.</t>
              <t>Multipath TCP provides the ability to simultaneously use multiple paths between peers. This document presents a set of extensions to traditional TCP to support multipath operation. The protocol offers the same type of service to applications as TCP (i.e., a reliable bytestream), and it provides the components necessary to establish and use multiple TCP flows across potentially disjoint paths.</t>
              <t>This document specifies v1 of Multipath TCP, obsoleting v0 as specified in RFC 6824, through clarifications and modifications primarily driven by deployment experience.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8684"/>
          <seriesInfo name="DOI" value="10.17487/RFC8684"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-TCP" target="https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml#">
          <front>
            <title>Transmission Control Protocol (TCP) Parameters</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Private-Enterprise-Numbers" target="https://www.iana.org/assignments/enterprise-numbers">
          <front>
            <title>Private Enterprise Numbers</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC6888">
          <front>
            <title>Common Requirements for Carrier-Grade NATs (CGNs)</title>
            <author fullname="S. Perreault" initials="S." role="editor" surname="Perreault"/>
            <author fullname="I. Yamagata" initials="I." surname="Yamagata"/>
            <author fullname="S. Miyakawa" initials="S." surname="Miyakawa"/>
            <author fullname="A. Nakagawa" initials="A." surname="Nakagawa"/>
            <author fullname="H. Ashida" initials="H." surname="Ashida"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document defines common requirements for Carrier-Grade NATs (CGNs). It updates RFC 4787.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="127"/>
          <seriesInfo name="RFC" value="6888"/>
          <seriesInfo name="DOI" value="10.17487/RFC6888"/>
        </reference>
        <reference anchor="RFC6146">
          <front>
            <title>Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This document describes stateful NAT64 translation, which allows IPv6-only clients to contact IPv4 servers using unicast UDP, TCP, or ICMP. One or more public IPv4 addresses assigned to a NAT64 translator are shared among several IPv6-only clients. When stateful NAT64 is used in conjunction with DNS64, no changes are usually required in the IPv6 client or the IPv4 server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6146"/>
          <seriesInfo name="DOI" value="10.17487/RFC6146"/>
        </reference>
        <reference anchor="RFC7857">
          <front>
            <title>Updates to Network Address Translation (NAT) Behavioral Requirements</title>
            <author fullname="R. Penno" initials="R." surname="Penno"/>
            <author fullname="S. Perreault" initials="S." surname="Perreault"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="S. Sivakumar" initials="S." surname="Sivakumar"/>
            <author fullname="K. Naito" initials="K." surname="Naito"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document clarifies and updates several requirements of RFCs 4787, 5382, and 5508 based on operational and development experience. The focus of this document is Network Address Translation from IPv4 to IPv4 (NAT44).</t>
              <t>This document updates RFCs 4787, 5382, and 5508.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="127"/>
          <seriesInfo name="RFC" value="7857"/>
          <seriesInfo name="DOI" value="10.17487/RFC7857"/>
        </reference>
        <reference anchor="RFC5612">
          <front>
            <title>Enterprise Number for Documentation Use</title>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>This document describes an Enterprise Number (also known as SMI Network Management Private Enterprise Code) for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5612"/>
          <seriesInfo name="DOI" value="10.17487/RFC5612"/>
        </reference>
        <reference anchor="RFC9371">
          <front>
            <title>Registration Procedures for Private Enterprise Numbers (PENs)</title>
            <author fullname="A. Baber" initials="A." surname="Baber"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes how Private Enterprise Numbers (PENs) are registered by IANA. It shows how to request a new PEN and how to modify a current PEN. It also gives a brief overview of PEN uses.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9371"/>
          <seriesInfo name="DOI" value="10.17487/RFC9371"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
      </references>
    </references>
    <?line 496?>

<section anchor="sec-validation">
      <name>Implementation and Experimental Validation in Linux</name>
      <t>Questions and concerns have been raised regarding whether RST with payload affects the normal termination of flows across different software platforms, operating systems, middleboxes, etc. Even though <xref section="3.5.3" sectionFormat="of" target="RFC9293"/> explicitly allows this behavior, a full implementation is needed to widely verify if unexpected cases can happen in the real world.</t>
      <t>The overall design in Linux is to pre-allocate a large enough zeroed buffer, put a reset reason code in the first byte and sent it out to verify whether the RST with payload can be possibly declined by any equipment in between two sides and the other side successfully parses the RST with payload.</t>
      <section anchor="implementation">
        <name>Implementation</name>
        <t>The following implementation is accomplished on top of Linux 6.16:</t>
        <dl>
          <dt><strong>Payload Attachment</strong>:</dt>
          <dd>
            <t>Allocate a 1000-byte data payload attached to all generated RST packets.</t>
          </dd>
          <dt><strong>Reason Code Encoding</strong>:</dt>
          <dd>
            <t>The first byte of the payload is used to store a predefined reset reason code that is listed in include/net/rstreason.h file, while the remainder of the payload is zero-padded. The reason code is generated by the existing mechanism called <eref target="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d5115a55ffb52">TCP reset reasons</eref>.</t>
          </dd>
          <dt><strong>Handling of Reset Types</strong>:</dt>
          <dd>
            <t>The implementation distinguishes between the two primary reset scenarios in <tt>tcp_send_active_reset()</tt> and <tt>tcp_v4_send_reset()</tt> respectively:
</t>
            <ul spacing="normal">
              <li>
                <t>For an <strong>Active Reset</strong>, initiated proactively by the local system, the payload is placed in the linear area of the socket buffer (<tt>sk_buff</tt>).</t>
              </li>
              <li>
                <t>For a <strong>Passive Reset</strong>, sent in response to an unexpected or invalid incoming packet, the payload is stored in the non-linear (paged) area of the <tt>sk_buff</tt>.</t>
              </li>
            </ul>
          </dd>
        </dl>
        <t>Complete patch is shown in <xref target="patch"/>.</t>
        <figure anchor="patch">
          <name>Complete Patch</name>
          <artwork><![CDATA[
diff --git a/include/net/tcp.h b/include/net/tcp.h
index b3815d104340..0b32257774c8 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -62,6 +62,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 #define MAX_TCP_OPTION_SPACE 40
 #define TCP_MIN_SND_MSS                48
 #define TCP_MIN_GSO_SIZE       (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
+#define PAYLOAD_LEN 1000

 /*
  * Never offer a window over 32767 without using window scaling. Some
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 84d3d556ed80..49250e6bd6a1 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -741,6 +741,7 @@ static bool tcp_v4_ao_sign_reset(const struct sock *sk, struct sk_buff *skb,
 static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb,
                              enum sk_rst_reason reason)
 {
+       u32 len = sizeof(struct tcphdr) + REPLY_OPTIONS_LEN + PAYLOAD_LEN;
        const struct tcphdr *th = tcp_hdr(skb);
        struct {
                struct tcphdr th;
@@ -757,6 +758,7 @@ static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb,
 #endif
        u64 transmit_time = 0;
        struct sock *ctl_sk;
+       char buffer[len];
        struct net *net;
        u32 txhash = 0;

@@ -786,7 +788,8 @@ static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb,
        }

        memset(&arg, 0, sizeof(arg));
-       arg.iov[0].iov_base = (unsigned char *)&rep;
+       memset(&buffer, 0, len);
+       arg.iov[0].iov_base = (unsigned char *)buffer;
        arg.iov[0].iov_len  = sizeof(rep.th);

        net = sk ? sock_net(sk) : skb_dst_dev_net_rcu(skb);
@@ -911,6 +914,10 @@ static void tcp_v4_send_reset(const struct sock *sk, struct sk_buff *skb,
                ctl_sk->sk_mark = 0;
                ctl_sk->sk_priority = 0;
        }
+       memcpy(buffer, (char *)&rep, arg.iov[0].iov_len);
+       /* put rst reason into the first byte in payload */
+       buffer[arg.iov[0].iov_len] = reason;
+       arg.iov[0].iov_len += PAYLOAD_LEN;
        ip_send_unicast_reply(ctl_sk, sk,
                              skb, &TCP_SKB_CB(skb)->header.h4.opt,
                              ip_hdr(skb)->saddr, ip_hdr(skb)->daddr,
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index b616776e3354..c07dd009a0de 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -3628,12 +3628,14 @@ void tcp_send_fin(struct sock *sk)
 void tcp_send_active_reset(struct sock *sk, gfp_t priority,
                           enum sk_rst_reason reason)
 {
+       u32 len = MAX_TCP_HEADER + PAYLOAD_LEN;
+       char payload[PAYLOAD_LEN];
        struct sk_buff *skb;

        TCP_INC_STATS(sock_net(sk), TCP_MIB_OUTRSTS);

        /* NOTE: No TCP options attached and we never retransmit this. */
-       skb = alloc_skb(MAX_TCP_HEADER, priority);
+       skb = alloc_skb(len, priority);
        if (!skb) {
                NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPABORTFAILED);
                return;
@@ -3641,8 +3643,13 @@ void tcp_send_active_reset(struct sock *sk, gfp_t priority,

        /* Reserve space for headers and prepare control bits. */
        skb_reserve(skb, MAX_TCP_HEADER);
+       skb_put(skb, PAYLOAD_LEN);
        tcp_init_nondata_skb(skb, tcp_acceptable_seq(sk),
                             TCPHDR_ACK | TCPHDR_RST);
+       memset(payload, 0, PAYLOAD_LEN);
+       payload[0] = reason;
+       skb_store_bits(skb, 0, payload, PAYLOAD_LEN);
+       TCP_SKB_CB(skb)->end_seq += PAYLOAD_LEN;
        tcp_mstamp_refresh(tcp_sk(sk));
        /* Send it off. */
        if (tcp_transmit_skb(sk, skb, 0, priority))
]]></artwork>
        </figure>
      </section>
      <section anchor="experimental-validation">
        <name>Experimental Validation</name>
        <t>To ensure a thorough evaluation, a multi-layered experimental methodology was designed, progressing from basic functional checks to complex, real-world compatibility and stability tests. The whole implementation has been deployed in Tencent's production environment for almost six months.</t>
        <section anchor="functional-verification">
          <name>Functional Verification</name>
          <t>The basic functionality test is using iperf or iperf3 to construct a normal termination senario. The <tt>tcpdump</tt> tool with <tt>-X</tt> option effectively helps to show the <tt>[RST+]</tt> flag and the 1000-byte payload, confirming that the kernel correctly generated and transmitted the augmented RST packets.</t>
          <t>Two servers, designated as Client A and Server B. The test is conducted as following:</t>
          <ol spacing="normal" type="1"><li>
              <t>Start the <tt>iperf3</tt> server on Server B (<tt>iperf3 -s</tt>).</t>
            </li>
            <li>
              <t>Initiate a connection from Client A to Server B (<tt>iperf3 -c [IP_of_B]</tt>).</t>
            </li>
            <li>
              <t>After the connection is established, one of the <tt>iperf3</tt> processes is terminated using the <tt>kill</tt> command, triggering the kernel to send an RST packet.</t>
            </li>
            <li>
              <t>Simultaneously, <tt>tcpdump</tt> is run on either host to capture the reset packet using the filter: <tt>'tcp[tcpflags] &amp; tcp-rst != 0' -X -nn -vv -S</tt>.</t>
            </li>
          </ol>
        </section>
        <section anchor="compatibility-verification">
          <name>Compatibility Verification</name>
          <dl>
            <dt><strong>Hardwares and Kernels</strong>:</dt>
            <dd>
              <t>Tests were conducted on various Linux distributions (e.g., Ubuntu or CentOS) with different kernel versions. The physical hosts were equipped with a range of network interface cards (NICs), including Intel <tt>i40e</tt>, <tt>ixgbe</tt>, and Mellanox <tt>mlx5</tt>.</t>
            </dd>
            <dt><strong>Virtualization</strong>:</dt>
            <dd>
              <t>The mechanism was tested in a virtualized environment where the VM used a <tt>virtio_net</tt> driver and the host employed DPDK to redirect packets in the host.</t>
            </dd>
            <dt><strong>Middleboxes</strong>:</dt>
            <dd>
              <t>Tests were performed with Layer 4 (L4) and Layer 7 (L7) gateways placed between the client and server to verify correct packet parsing and forwarding.</t>
            </dd>
            <dt><strong>Wide Area Network (WAN)</strong>:</dt>
            <dd>
              <t>The setup was tested over long-haul international links to simulate complex conditions, including China-to-Singapore (RTT &gt; 30ms) and China-to-Germany (RTT &gt; 200ms).</t>
            </dd>
          </dl>
          <t>In conclusion, across all complex environment tests, the RST packets with payloads were successfully received by the peer. No instances of packets being dropped or mishandled by intermediate middleboxes, gateways, or diverse hardware and software configurations were observed.</t>
        </section>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The "diagnostic payload" name is inspired by <xref section="5.5.2" sectionFormat="of" target="RFC7252"/>
  that was cited by Carsten Bormann in the tcpm mailing list.</t>
      <t>Thanks to Jon Shallow, Neal Cardwell, Lars Eggert, Eric Dumazet, Rick Jones, Yoshifumi Nishida, Li Jinghui, and Gleb Smirnoff for the review and comments.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Michael Tüxen">
        <organization/>
        <address>
          <email>tuexen@fh-muenster.de</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
AxhhPQPydQAA

-->

</rfc>
