<?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.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-gage-quic-pathmgmt-05" category="exp" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="QUIC Path Management">QUIC Path Management for Multi-Path Configurations</title>
    <seriesInfo name="Internet-Draft" value="draft-gage-quic-pathmgmt-05"/>
    <author initials="W." surname="Gage" fullname="Bill Gage">
      <organization>Unaffiliated</organization>
      <address>
        <postal>
          <city>Ottawa</city>
          <country>Canada</country>
        </postal>
        <email>billgage.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="November" day="28"/>
    <area>Internet</area>
    <workgroup>QUIC Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 64?>

<t>This document defines path management procedures for QUIC that operate independently of the connection management procedures defined in RFC9000. The path management procedures enable a multipath configuration between endpoints by allowing QUIC packets associated with any connection identifier to be transported over any of the paths established between the endpoints. As a consequence, the principles and operations of RFC9000 are retained regardless of the path used to a convey QUIC packet.</t>
    </abstract>
  </front>
  <middle>
    <?line 69?>

<section anchor="intro">
      <name>Introduction</name>
      <t>Architecturally, one may consider two models for data transport over multiple paths: model (A) is a collection of uni-path connection constructs while model (B) is a uni-path connection construct operating over a collection of paths.</t>
      <t>Model (A) is like multipath TCP <xref target="MPTCP"/> that uses multiple TCP connections, one for each of the paths. Model (B) is like a single TCP connection operating over a layer 2 link aggregation group <xref target="LAG"/>. In model (B), a TCP segment can be transmitted in an IP datagram over any of the links in the LAG.</t>
      <t>In model (B), path management is distinct from connection management. Conceptually, a connection entity sits on top of a path management entity. A packet transmitted by a connection entity is redirected over one of the available paths by the path management entity. A packet received over any of the available paths is redirected by the path management entity to the connection associated with the packet. The addition, removal and maintenance of paths is handled by the path management entity in a way that is transparent to the connection entities.</t>
      <figure anchor="fig-path-model">
        <name>Model (B)</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="296" viewBox="0 0 296 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,160 L 8,192" fill="none" stroke="black"/>
              <path d="M 16,32 L 16,64" fill="none" stroke="black"/>
              <path d="M 16,96 L 16,128" fill="none" stroke="black"/>
              <path d="M 48,128 L 48,160" fill="none" stroke="black"/>
              <path d="M 72,64 L 72,96" fill="none" stroke="black"/>
              <path d="M 80,160 L 80,192" fill="none" stroke="black"/>
              <path d="M 96,160 L 96,192" fill="none" stroke="black"/>
              <path d="M 136,32 L 136,64" fill="none" stroke="black"/>
              <path d="M 136,128 L 136,160" fill="none" stroke="black"/>
              <path d="M 160,32 L 160,64" fill="none" stroke="black"/>
              <path d="M 168,160 L 168,192" fill="none" stroke="black"/>
              <path d="M 216,64 L 216,96" fill="none" stroke="black"/>
              <path d="M 216,160 L 216,192" fill="none" stroke="black"/>
              <path d="M 256,128 L 256,160" fill="none" stroke="black"/>
              <path d="M 280,32 L 280,64" fill="none" stroke="black"/>
              <path d="M 280,96 L 280,128" fill="none" stroke="black"/>
              <path d="M 288,160 L 288,192" fill="none" stroke="black"/>
              <path d="M 16,32 L 136,32" fill="none" stroke="black"/>
              <path d="M 160,32 L 280,32" fill="none" stroke="black"/>
              <path d="M 16,64 L 136,64" fill="none" stroke="black"/>
              <path d="M 160,64 L 280,64" fill="none" stroke="black"/>
              <path d="M 16,96 L 280,96" fill="none" stroke="black"/>
              <path d="M 16,128 L 280,128" fill="none" stroke="black"/>
              <path d="M 8,160 L 80,160" fill="none" stroke="black"/>
              <path d="M 96,160 L 168,160" fill="none" stroke="black"/>
              <path d="M 216,160 L 288,160" fill="none" stroke="black"/>
              <path d="M 8,192 L 80,192" fill="none" stroke="black"/>
              <path d="M 96,192 L 168,192" fill="none" stroke="black"/>
              <path d="M 216,192 L 288,192" fill="none" stroke="black"/>
              <g class="text">
                <text x="68" y="52">Connection</text>
                <text x="120" y="52">X</text>
                <text x="212" y="52">Connection</text>
                <text x="264" y="52">Y</text>
                <text x="100" y="116">PATH</text>
                <text x="164" y="116">MANAGEMENT</text>
                <text x="36" y="180">Path</text>
                <text x="64" y="180">1</text>
                <text x="124" y="180">Path</text>
                <text x="152" y="180">2</text>
                <text x="192" y="180">...</text>
                <text x="244" y="180">Path</text>
                <text x="272" y="180">n</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
 +--------------+  +--------------+
 | Connection X |  | Connection Y |
 +------+-------+  +------+-------+
        |                 |
 +------+-----------------+-------+
 |        PATH MANAGEMENT         |
 +---+----------+--------------+--+
     |          |              |
+----+---+ +----+---+     +----+---+
| Path 1 | | Path 2 | ... | Path n |
+--------+ +--------+     +--------+
]]></artwork>
        </artset>
      </figure>
      <t>This document describes multi-path QUIC procedures using model (B). In particular, a QUIC packet can be sent over any of the available (and unrestricted) paths. Since connection identifiers are independent of path, a QUIC packet received over any path is processed in the same way as a packet received over the single path construct of <xref target="RFC9000"/> -- i.e. there is a single application data packet number space and an ACK received over any path contains unambiguous packet numbers. While congestion control must clearly be path-specific, connection management, key management and packet loss recovery are not path-specific.</t>
      <section anchor="conventions">
        <name>Conventions</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
        </t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses the following terminology:</t>
        <dl>
          <dt>path:</dt>
          <dd>
            <t>an association with the 4-tuple of an IP/UDP datagram (source IP address, destination IP address, source UDP port, and destination UDP port). The term "path" is used for consistency with other multipath protocols such as <xref target="MPTCP"/> since, in fact, an endpoint has no knowledge of the path a datagram follows through the network beyond the first hop to a network access point.</t>
          </dd>
          <dt>PathID:</dt>
          <dd>
            <t>path identifier.</t>
          </dd>
          <dt>PMQUIC:</dt>
          <dd>
            <t>path-managed QUIC (as defined in this document).</t>
          </dd>
          <dt>session:</dt>
          <dd>
            <t>a collection of QUIC connections and paths used to exchange QUIC packets between two endpoints.</t>
          </dd>
        </dl>
      </section>
      <section anchor="notation">
        <name>Notation</name>
        <t>This document uses the field notation defined in <xref target="RFC9000"/> and quoted below:</t>
        <blockquote>
          <t>Individual fields use the following notational conventions, with all lengths in bits:</t>
          <t>x (A): Indicates that x is A bits long</t>
          <t>x (i): Indicates that x holds an integer value using the variable length encoding described in <xref section="16" sectionFormat="comma" target="RFC9000"/></t>
          <t>x (A..B): Indicates that x can be any length from A to B; A can be omitted to indicate a minimum of zero bits, and B can be omitted to indicate no set upper limit; values in this format always end on a byte boundary</t>
          <t>x (L) = C: Indicates that x has a fixed value of C; the length of x is described by L, which can use any of the length forms above</t>
          <t>x (L) = C..D: Indicates that x has a value in the range from C to D, inclusive, with the length described by L, as above</t>
          <t>x (L)...: Indicates that x is repeated zero or more times and that each instance has a length of L</t>
        </blockquote>
      </section>
    </section>
    <section anchor="multipathmgmt">
      <name>Multipath Management</name>
      <t>Connection migration to a new path is already supported in <xref target="RFC9000"/>. While <xref target="RFC9000"/> only defines communication over one path at any given time, path-managed QUIC (PMQUIC) provides multiple paths between session endpoints where the paths can be simultaneously active and used to exchange QUIC packets. PMQUIC also provides facilities to explicitly manage the use of paths.</t>
      <t>PMQUIC is based on several basic design points:</t>
      <ul spacing="normal">
        <li>
          <t>Re-use the mechanisms of <xref target="RFC9000"/> as much as possible. In particular, PMQUIC uses path validation based on <xref target="RFC9000"/> and re-uses all of the connection management, key management and loss recovery procedures of <xref target="RFC9000"/>.</t>
        </li>
        <li>
          <t>Use the same packet header formats as <xref target="RFC9000"/> to avoid differences between multipath and non-multipath traffic over a particular path.</t>
        </li>
        <li>
          <t>Do not modify frame formats defined in <xref target="RFC9000"/>; if necessary, define new frame types for path management operations.</t>
        </li>
      </ul>
      <t>PMQUIC changes the path management mechanisms specified in <xref section="9" sectionFormat="of" target="RFC9000"/>:</t>
      <ul spacing="normal">
        <li>
          <t>allow simultaneous transmission of non-probing frames on multiple paths;</t>
        </li>
        <li>
          <t>continue using an existing path even if non-probing frames have been received on another path;</t>
        </li>
        <li>
          <t>manage the removal of paths that have been abandoned or lost.</t>
        </li>
      </ul>
      <t>In addition, PMQUIC changes several QUIC path-specific procedures described in <xref target="RFC9002"/>:</t>
      <ul spacing="normal">
        <li>
          <t>congestion control;</t>
        </li>
        <li>
          <t>RTT measurements;</t>
        </li>
        <li>
          <t>path maximum payload size discovery.</t>
        </li>
      </ul>
    </section>
    <section anchor="highlevel">
      <name>High-level Overview</name>
      <t>PMQUIC enables the simultaneous use of different paths to exchange non-probing QUIC frames. This differs from <xref target="RFC9000"/> where the connection migration procedure selects only one path to exchange non-probing frames.</t>
      <t>A PMQUIC session between endpoints starts with a standard QUIC handshake over an initial (default) path. As indicated by <xref target="RFC9000"/>, an endpoint MUST NOT attempt to activate a new path before the handshake is confirmed. The endpoints use a new <tt>max_active_paths</tt> transport parameter during the initial cryptographic handshake to negotiate the use of path management capabilities (<xref target="transport_max_active_paths"/>). The <tt>max_active_paths</tt> transport parameter indicates support for path management operations and limits the maximum number of active paths that can be used between the endpoints.</t>
      <t>To add a new path to an existing PMQUIC session, an endpoint starts a path validation on the chosen path. A new path can only be used to transport non-probing frames once the path has been validated using mechanisms similar to those described in <xref section="8.2" sectionFormat="of" target="RFC9000"/>. New PM_CHALLENGE and PM_CHALLENGE_RESPONSE frames are used to validate the path and to assign an identifier to the path. A new PM_STATUS frame may be used to control use of a path and a new PM_ABANDON frame may be used to abandon a path between endpoints, preventing further use of that path to exchange QUIC packets. In addition, a new PM_ADDRESS frame can be used by an endpoint to advertise an IP address that may be used by the peer endpoint to establish a new path.</t>
      <t>PM_STATUS and PM_ABANDON frames include a path identifier that is assigned to the affected path, allowing the frame to be forwarded over any of the (allowable) paths active at the time of transmission.</t>
      <t>PMQUIC operations do not change the basic operations described in <xref target="RFC9000"/>. In particular, <em>none</em> of the following procedures described in <xref target="RFC9000"/> are affected by the use of multiple paths:</t>
      <ul spacing="normal">
        <li>
          <t>connection management (e.g. the use of NEW_CONNECTION_ID frames and subsequent rotation of connection identifiers);</t>
        </li>
        <li>
          <t>key management (e.g. use of key phase bit) and derivation of AEAD parameters;</t>
        </li>
        <li>
          <t>packet loss detection and loss recovery (e.g. using type 0x02 ACK frames).</t>
        </li>
      </ul>
      <t>However, changes to <xref target="RFC9002"/> procedures are required to deal with path-dependent characteristics such as path MTU size, RTT and congestion.</t>
    </section>
    <section anchor="pathid">
      <name>Path Identification</name>
      <t>A path is associated with the 4-tuple of an IP/UDP datagram (source IP address, destination IP address, source UDP port, and destination UDP port). However, PMQUIC explicitly assigns an identifier to each path to decouple path management from the 4-tuple of the IP/UDP datagram used to transport a QUIC packet.</t>
      <t>A path identifier is an integer assigned to a path by an endpoint that unambiguously identifies the path within the session from the perspective of that endpoint. The initial (default) path (i.e. the path used for the exchange of QUIC initial and handshake packets) is implicitly assigned path identifier (PathID) 0 (zero) for the client and PathID 1 (one) for the server. Other than PathID 0 and PathID 1, each endpoint independently selects the path identifier that it wants to assign to a new path and communicates the chosen PathID to its peer in a PM_CHALLENGE/PM_CHALLENGE_RESPONSE transaction.</t>
      <t>An endpoint MUST choose a different PathID for each path in the session -- i.e. a path identifier assigned to one path MUST NOT be reused by the endpoint as the identifier for a different path within the session. For example, a PathID may be a monotonically increasing value, or a randomly generated value, or a sequence of bytes with some internal structure. Since each endpoint independently selects its path identifier, the two endpoints may choose different PathIDs to refer to the same path. A server MAY choose to use the PathID provided by the client in the PM_CHALLENGE frame or the server may choose a different PathID.</t>
      <t>A received path identifier that is invalid MUST be treated as a connection error using transport error code <tt>Error_pmInvalidPathID</tt> (<xref target="connectionerrors"/>).</t>
      <t>QUIC connections exist and are managed independently of paths. An outgoing QUIC packet may be transmitted over any of the available and active paths, subject to any constraints that may have been placed on path usage by either of the QUIC endpoints (<xref target="packetsched"/>). Similarly, an incoming QUIC packet received over any path will be processed according to <xref target="RFC9000"/>, as though it had been received over a uni-path transport between the QUIC endpoints.</t>
    </section>
    <section anchor="path-activation-and-removal">
      <name>Path Activation and Removal</name>
      <t>PMQUIC provides mechanisms for adding new paths to a session and for removing unused or unusable paths from a session.</t>
      <section anchor="pathactivation">
        <name>Path Activation</name>
        <t>To initiate communications over a new path, an endpoint MUST send a PM_CHALLENGE frame in the first QUIC packet conveyed over the new path. The PM_CHALLENGE frame contains a new path identifier (PathID) and an unpredictable nonce (<xref target="frame_challenge"/>).</t>
        <t>The PM_CHALLENGE frame is encapsulated (in a QUIC packet) in an IP/UDP datagram where the 4-tuple of the datagram corresponds to the new path. The destination IP address and UDP port may be provided by the peer endpoint (<xref target="pathadvertisement"/>) or may be discovered by a mechanism that is outside the scope of this document.</t>
        <t>To protect against correlation of communications across different IP addresses, it is RECOMMENDED that an endpoint use a new destination connection identifier in the QUIC packet containing the PM_CHALLENGE frame. The new destination connection identifier would have been previously provided by the peer endpoint in a NEW_CONNECTION_ID frame (<xref section="19.15" sectionFormat="comma" target="RFC9000"/>).</t>
        <t>The peer endpoint confirms use of the new path by sending a PM_CHALLENGE_RESPONSE frame (<xref target="frame_response"/>) that echoes the received nonce and provides a local PathID as a reference for the path (<xref target="pathid"/>). Again, it is RECOMMENDED that the peer endpoint use a new destination connection identifier in the QUIC packet containing the PM_CHALLENGE_RESPONSE frame.</t>
        <t>In implementations with decoupling between the path management and connection management entities, the PM_CHALLENGE and PM_CHALLENGE_RESPONSE frames MAY be sent in a QUIC packet using a current connection identifier. An endpoint can disable this behaviour by including a <tt>disable_path_migration</tt> transport parameter in the initial cryptographic handshake (<xref target="transport_disable_path_migration"/>). An endpoint using a zero-length connection identifier MUST NOT include a <tt>disable_path_migration</tt> transport parameter in the initial handshake.</t>
        <t>The peer endpoint may refuse use of the new path by not sending a PM_CHALLENGE_RESPONSE in response to the PM_CHALLENGE or by sending a PM_CHALLENGE_RESPONSE with a path status parameter (<xref target="parameter_pathStatus"/>) set to <tt>Status_NotAvailable</tt>.</t>
        <t>If the initiating endpoint does not receive a confirming PM_CHALLENGE_RESPONSE frame, it may transmit a new PM_CHALLENGE frame using the same (or a different) IP/UDP 4-tuple but MUST use a new PathID and a different nonce.</t>
        <t>To guard against reception of a PM_CHALLENGE frame in an IP/UDP datagram with a spoofed source address, an endpoint receiving a PM_CHALLENGE frame on a new path SHOULD send its own PM_CHALLENGE frame in an IP/UDP datagram that is separate from the IP/UDP datagram used to convey its PM_CHALLENGE_RESPONSE frame.</t>
      </section>
      <section anchor="pathmigration">
        <name>Path Migration</name>
        <t>If an endpoint determines that a non-probing frame is received (in a QUIC packet) in an IP/UDP datagram where the 4-tuple of the datagram corresponds to a new path, this is considered a passive migration event (e.g. due to a NAT rebinding). Similar to <xref section="9.3" sectionFormat="comma" target="RFC9000"/>, the endpoint detecting the new path MUST initiate path validation (<xref target="pathactivation"/>) by sending a PM_CHALLENGE frame to the peer endpoint.</t>
        <t>The endpoint detecting the new path SHOULD send non-probing frames over a different path, if available (<xref target="packetsched"/>), until a subsequent PM_CHALLENGE_RESPONSE frame is received. The endpoint MAY send non-probing frames over the new path if no other path is available.</t>
      </section>
      <section anchor="pathremoval">
        <name>Path Removal</name>
        <t>To terminate communications over an established path, an endpoint sends a PM_ABANDON frame (<xref target="frame_abandon"/>) containing the PathID of the path to be abandoned. A PM_ABANDON frame may be transmitted over any path that is active (and allowable) at the time of transmission. Abandoning a path has no effect on a QUIC connection.</t>
        <t>If the endpoint does not receive an ACK to the QUIC packet containing the PM_ABANDON frame, the PM_ABANDON frame may be retransmitted over the same or a different path.</t>
        <t>The reason for abandoning a path may be one of the following (<xref target="iana_abandon_reason"/>):</t>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Reason_Failing</tt></dt>
              <dd>
                <t>indicating that the path is failing (e.g. the path is experiencing excessive transmission errors);</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_Lost</tt></dt>
              <dd>
                <t>indicating that the path is no longer available to the endpoint;</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_NoAck</tt></dt>
              <dd>
                <t>indicating that the endpoint failed to received ACKs for QUIC packets transmitted over the path;</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_Timeout</tt></dt>
              <dd>
                <t>indicating that a idle timer expired with no QUIC packets transmitted or received over the path;</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_MaxData</tt></dt>
              <dd>
                <t>indicating that the maximum amount of data allowed to be sent on the path has been reached.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_Unspecified</tt></dt>
              <dd>
                <t>indicating that the reason is unknown or is otherwise unspecified.</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="pathmaintain">
      <name>Path Maintenance</name>
      <t>Once a path between endpoints has been validated, PMQUIC provides mechanisms for defining and updating operational parameters related to the path.</t>
      <section anchor="pathstatus">
        <name>Path Transmission Status</name>
        <t>An endpoint may indicate its initial path transmission status in a PM_CHALLENGE frame (<xref target="frame_challenge"/>) or in the corresponding PM_CHALLENGE_RESPONSE frame (<xref target="frame_response"/>). By default, the initial path transmission status is <tt>Status_Available</tt> (<xref target="pathstatusvalue"/>).</t>
        <t>Subsequently, an initiating endpoint may send a PM_STATUS frame (<xref target="frame_status"/>) to inform its peer endpoint of the desired status of a path (<xref target="pathstatusvalue"/>) and, optionally, to update operational parameters associated with the path (<xref target="parameter_group_ops"/>).</t>
        <t>Each PM_STATUS frame includes a status sequence number that is generated by the initiating endpoint; each endpoint maintains it own status sequence number. The status sequence number MUST be a monotonically increasing value and MUST NOT be used more than once within a session.</t>
        <t>If the initiating endpoint does not receive an ACK to the QUIC packet containing the PM_STATUS frame, the PM_STATUS frame may be retransmitted over the same or a different path but MUST include a new status sequence number.</t>
        <t>The receiving endpoint MUST ignore an incoming PM_STATUS frame if it previously received another PM_STATUS frame with a status sequence number equal to or higher than the status sequence number of the incoming frame.</t>
        <t>If the receiving endpoint does not agree with the status change, the receiving endpoint may send a PM_STATUS frame to inform the initiator of its desired status of the path.</t>
        <t>A PM_STATUS frame may be transmitted over any path that is active (and allowable) at the time of transmission.</t>
      </section>
      <section anchor="pathstatusvalue">
        <name>Path Status</name>
        <t>The status of a path may be set to one of the following:</t>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Status_Available</tt></dt>
              <dd>
                <t>indicates that the path may used for transmission of a QUIC packet.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Status_Backup</tt></dt>
              <dd>
                <t>indicates that the path should not be used for transmission of a QUIC packet if another path exists in a <tt>Status_Available</tt> state. This path should only be used if no other path exists in a <tt>Status_Available state</tt>.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Status_Blocked</tt></dt>
              <dd>
                <t>indicates that the initiating endpoint has reached the maximum transmitted data limit imposed by a previously received <tt>Parameter_pathMaxData</tt> path parameter (<xref target="parameter_pathMaxData"/>). The receiving endpoint may increase the maximum data limit (and change the status of the path) using a subsequent PATH_STATUS frame (<xref target="frame_status"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Status_NotAvailable</tt></dt>
              <dd>
                <t>indicates that the path should not be used for transmission of a QUIC packet. Unlike an abandoned path (<xref target="pathremoval"/>), a path with <tt>Status_NotAvailable</tt> may be moved to <tt>Status_Available</tt> or <tt>Status_Backup</tt> when and if allowed by operational considerations.</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
      <section anchor="pathprecedence">
        <name>Path Precedence</name>
        <t>A path precedence is a variable-length integer value that may be used to distinguish between paths when scheduling the transmission of a QUIC packet:</t>
        <ul spacing="normal">
          <li>
            <t>in general, a path with a higher precedence value is preferred over a path with a lower precedence value;</t>
          </li>
          <li>
            <t>multiple paths may be assigned the same precedence value;</t>
          </li>
          <li>
            <t>congestion control may override precedence to allow transmission over a less congested path;</t>
          </li>
        </ul>
        <t>Each endpoint independently determines the precedence of a path and communicates that precedence to its peer (<xref target="parameter_pathPrecedence"/>). The use of the local and peer path precedence values by an endpoint is beyond the scope of this document.</t>
      </section>
      <section anchor="pathcc">
        <name>Path Congestion Control</name>
        <t>Congestion control is applied per path, as described in <xref section="7" sectionFormat="comma" target="RFC9002"/>. QUIC packets sent on one path do not affect the congestion state of another path.</t>
        <t>An endpoint may include a <tt>Parameter_pathInitialCWND</tt> (<xref target="parameter_pathInitialCWND"/>) in the list of path parameters in a PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame to provide an initial estimate of the congestion window for the path.</t>
        <t>If a <tt>Parameter_pathInitialCWND</tt> is included in a PM_CHALLENGE_RESPONSE frame, this value must be less than the value (if any) included in the corresponding PM_CHALLENGE frame and takes precedence over the value (if any) included in the PM_CHALLENGE frame.</t>
        <t>The mechanism used by an endpoint to determine the congestion window for a path is beyond the scope of this document.</t>
      </section>
      <section anchor="pathrtt">
        <name>Path RTT Measurements</name>
        <t>Round-Trip Time measurements are performed per path, as described in <xref section="5" sectionFormat="comma" target="RFC9002"/>. In general, different paths may exhibit different RTTs.</t>
        <t>An endpoint may include a <tt>Parameter_pathInitialRTT</tt> (<xref target="parameter_pathInitialRTT"/>) in the list of path parameters in a PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame to provide an initial estimate of the path RTT.</t>
        <t>If a <tt>Parameter_pathInitialRTT</tt> is included in a PM_CHALLENGE_RESPONSE frame, this value must be greater than the value (if any) included in the corresponding PM_CHALLENGE frame and takes precedence over the value (if any) included in the PM_CHALLENGE frame.</t>
        <t>The mechanism used by an endpoint to determine an initial estimate of the path RTT is beyond the scope of this document.</t>
      </section>
      <section anchor="pathmptu">
        <name>Path Maximum UDP Payload Size</name>
        <t>By default, the maximum UDP payload size for a path is the <tt>max_udp_payload_size</tt> transport parameter defined in <xref section="18.2" sectionFormat="comma" target="RFC9000"/>.</t>
        <t>The maximum UDP payload size for a path can be adjusted by including a <tt>Parameter_pathPayloadSize</tt> (<xref target="parameter_pathPayloadSize"/>) in the list of path parameters in a PM_CHALLENGE frame (<xref target="frame_challenge"/>) or in a PM_CHALLENGE_RESPONSE frame (<xref target="frame_response"/>).</t>
        <t>If a <tt>Parameter_pathPayloadSize</tt> is included in a PM_CHALLENGE frame, this value takes precedence over the <tt>max_udp_payload_size</tt> transport parameter.</t>
        <t>If a <tt>Parameter_pathPayloadSize</tt> is included in a PM_CHALLENGE_RESPONSE frame, this value must be less than the value included in (or defaulted by) the PM_CHALLENGE frame and takes precedence over the value included in (or defaulted by) the PM_CHALLENGE frame.</t>
        <t>The mechanism used by an endpoint to determine maximum UDP payload size for a path is beyond the scope of this document. For example, the value may be determined by pre-configuration, by using a Path MTU Discovery (PMTUD) mechanism, or as a property of the endpoint.</t>
      </section>
      <section anchor="pathtmo">
        <name>Path Idle Timeout</name>
        <t>The path idle time is a time interval during which no packets have been received over the path by an endpoint. The lack of received packets may be due to no transmissions over the path by the peer endpoint or due to packet loss on the path to the receiving endpoint.</t>
        <t>An endpoint may assign a maximum path idle time to each path -- i.e. different paths may have the same or different idle timeout values. An endpoint may include a <tt>Parameter_pathIdleTimeout</tt> (<xref target="parameter_pathIdleTimeout"/>) in the list of path parameters in a PM_CHALLENGE, PM_CHALLENGE_RESPONSE or PM_STATUS frame. The mechanism used by an endpoint to determine an idle timeout value for a path is beyond the scope of this document.</t>
        <t>The effective idle timeout value used by a receiving endpoint on a path is the minimum of the latest values advertised by each endpoint (or the sole latest advertised value if only one endpoint advertises a value). By default, path idle time monitoring is disabled.</t>
        <t>The idle timeout value applies only to the indicated path. A session that migrates to a different path cannot assume that the idle timeout value from an existing path applies to the new path.</t>
        <t>Path idle time is monitored independently on each path by each receiving endpoint. If an endpoint determines that the idle time on a path exceeds the idle timeout value for the path, the endpoint SHOULD test the liveness of the path by sending one or more PING or another ack-eliciting frames over the path.</t>
        <t>If the ack-eliciting frames are not acknowledged, the endpoint MUST abandon the path (<xref target="pathremoval"/>). An idle timeout detected on one path does not affect the state of another path and does not affect the state of the QUIC connection between endpoints.</t>
        <t>If the ack-eliciting frame is a non-probing frame, the acknowledgement for the ack-eliciting frame may be received on a path that is different from the path where the liveness test was conducted, depending on how the transmission path for the acknowledgement is selected by the peer endpoint (<xref target="packetsched"/>). This is illustrated in the example of <xref target="fig-idle-timeout"/>:</t>
        <figure anchor="fig-idle-timeout">
          <name>Exemplary Liveness Test</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="400" width="552" viewBox="0 0 552 400" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,80" fill="none" stroke="black"/>
                <path d="M 48,80 L 48,96" fill="none" stroke="black"/>
                <path d="M 48,128 L 48,320" fill="none" stroke="black"/>
                <path d="M 48,352 L 48,384" fill="none" stroke="black"/>
                <path d="M 96,32 L 96,80" fill="none" stroke="black"/>
                <path d="M 184,32 L 184,80" fill="none" stroke="black"/>
                <path d="M 208,80 L 208,96" fill="none" stroke="black"/>
                <path d="M 208,272 L 208,320" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,80" fill="none" stroke="black"/>
                <path d="M 304,32 L 304,80" fill="none" stroke="black"/>
                <path d="M 328,80 L 328,256" fill="none" stroke="black"/>
                <path d="M 328,336 L 328,384" fill="none" stroke="black"/>
                <path d="M 360,32 L 360,80" fill="none" stroke="black"/>
                <path d="M 456,32 L 456,80" fill="none" stroke="black"/>
                <path d="M 496,80 L 496,256" fill="none" stroke="black"/>
                <path d="M 496,288 L 496,384" fill="none" stroke="black"/>
                <path d="M 544,32 L 544,80" fill="none" stroke="black"/>
                <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                <path d="M 184,32 L 240,32" fill="none" stroke="black"/>
                <path d="M 304,32 L 360,32" fill="none" stroke="black"/>
                <path d="M 456,32 L 544,32" fill="none" stroke="black"/>
                <path d="M 8,80 L 96,80" fill="none" stroke="black"/>
                <path d="M 184,80 L 240,80" fill="none" stroke="black"/>
                <path d="M 304,80 L 360,80" fill="none" stroke="black"/>
                <path d="M 456,80 L 544,80" fill="none" stroke="black"/>
                <path d="M 48,144 L 488,144" fill="none" stroke="black"/>
                <path d="M 48,192 L 488,192" fill="none" stroke="black"/>
                <path d="M 48,240 L 488,240" fill="none" stroke="black"/>
                <path d="M 56,304 L 496,304" fill="none" stroke="black"/>
                <path d="M 48,368 L 488,368" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="496,368 484,362.4 484,373.6" fill="black" transform="rotate(0,488,368)"/>
                <polygon class="arrowhead" points="496,240 484,234.4 484,245.6" fill="black" transform="rotate(0,488,240)"/>
                <polygon class="arrowhead" points="496,192 484,186.4 484,197.6" fill="black" transform="rotate(0,488,192)"/>
                <polygon class="arrowhead" points="496,144 484,138.4 484,149.6" fill="black" transform="rotate(0,488,144)"/>
                <polygon class="arrowhead" points="64,304 52,298.4 52,309.6" fill="black" transform="rotate(180,56,304)"/>
                <g class="text">
                  <text x="52" y="52">Endpoint</text>
                  <text x="212" y="52">path</text>
                  <text x="332" y="52">path</text>
                  <text x="500" y="52">Endpoint</text>
                  <text x="48" y="68">A</text>
                  <text x="208" y="68">x</text>
                  <text x="328" y="68">z</text>
                  <text x="496" y="68">B</text>
                  <text x="32" y="116">[select</text>
                  <text x="84" y="116">path</text>
                  <text x="116" y="116">z]</text>
                  <text x="84" y="132">packet</text>
                  <text x="84" y="180">packet</text>
                  <text x="84" y="228">packet</text>
                  <text x="440" y="276">[path</text>
                  <text x="472" y="276">x</text>
                  <text x="516" y="276">timeout]</text>
                  <text x="468" y="292">ping</text>
                  <text x="32" y="340">[select</text>
                  <text x="84" y="340">path</text>
                  <text x="116" y="340">z]</text>
                  <text x="76" y="356">ping</text>
                  <text x="112" y="356">ack</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+----------+          +------+       +------+           +----------+
| Endpoint |          | path |       | path |           | Endpoint |
|    A     |          |  x   |       |  z   |           |    B     |
+----+-----+          +--+---+       +--+---+           +----+-----+
     |                   |              |                    |
[select path z]                         |                    |
     | packet                           |                    |
     +----------------------------------+------------------->|
     |                                  |                    |
     | packet                           |                    |
     +----------------------------------+------------------->|
     |                                  |                    |
     | packet                           |                    |
     +----------------------------------+------------------->|
     |                                  |                    |
     |                   |                          [path x timeout]
     |                   |                              ping |
     |<------------------+-----------------------------------+
     |                   |                                   |
[select path z]                         |                    |
     | ping ack                         |                    |
     +----------------------------------+------------------->|
     |                                  |                    |
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="pathadvertisement">
      <name>Address Advertisement</name>
      <t>In <xref target="RFC9000"/>, discovery of the IP address used by a peer endpoint is deemed to be beyond the scope of QUIC. PMQUIC, however, provides a mechanism whereby an endpoint can advertise available IP addresses to its peer.</t>
      <t>An IP address advertisement can be sent by either a client or a server, allowing establishment of a new path to be initiated by the receiving server or client. For example:</t>
      <ul spacing="normal">
        <li>
          <t>an IP address advertisement may be used by a multi-homed server to direct client traffic through an alternate IP subnet for load balancing;</t>
        </li>
        <li>
          <t>an IP address advertisement may be used by a multi-homed client for improved resiliency;</t>
        </li>
        <li>
          <t>an IP address advertisement may be used by a dual-stack endpoint to enable a new path using a different IP address family;</t>
        </li>
        <li>
          <t>an IP address advertisement may be used by a receiving endpoint in its route selection process.</t>
        </li>
      </ul>
      <t>An IP address advertisement is conveyed in a PM_ADDRESS frame (<xref target="frame_address"/>). Each PM_ADDRESS frame includes a status sequence number that is generated by the initiating endpoint; the same status sequence number space is used by both PM_ADDRESS and PM_STATUS frames (<xref target="pathstatus"/>).</t>
      <t>A PM_ADDRESS frame also includes a path status (<xref target="pathstatusvalue"/>) indicating the <em>intended</em> status of a path using the advertised address; the intended path status may be superseded by the path status in a subsequent PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame during activation of the resulting path. The intended path status MUST be one of the following:</t>
      <ul spacing="normal">
        <li>
          <dl>
            <dt><tt>Status_Available</tt></dt>
            <dd>
              <t>indicating that the resulting path may be used for transmission of a QUIC packet;</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Status_Backup</tt></dt>
            <dd>
              <t>indicating that the resulting path should be used as a backup path (<xref target="packetsched"/>);</t>
            </dd>
          </dl>
        </li>
      </ul>
      <t>If a previously advertised address is no longer available, the initiating endpoint may revoke the advertised address by sending a PM_ADDRESS frame with the path status set to <tt>Status_NotAvailable</tt>. If a path has been established using the advertised address, the path MUST be abandoned (<xref target="pathremoval"/>) before sending an address advertisement with this status.</t>
      <t>A PM_ADDRESS frame may be transmitted over any path that is active (and allowable) at the time of transmission. If the initiating endpoint does not receive an ACK to the QUIC packet containing the PM_ADDRESS frame, the PM_ADDRESS frame may be retransmitted over the same or a different path but MUST include a new status sequence number.</t>
      <t>An endpoint receiving a PM_ADDRESS frame MAY use the advertised IP address and UDP port to initiate communications over a new path by following the path activation procedures described in <xref target="pathactivation"/>. However an endpoint receiving a PM_ADDRESS frame is not required to make use of the advertised information.</t>
    </section>
    <section anchor="packetsched">
      <name>Packet Scheduling</name>
      <t>A QUIC packet may be scheduled for transmission over a given path only if:</t>
      <ul spacing="normal">
        <li>
          <t>the path status is either <tt>Status_Available</tt> or <tt>Status_Backup</tt> (<xref target="pathstatusvalue"/>);</t>
        </li>
        <li>
          <t>there is no outstanding PM_ABANDON frame that is pending acknowledgement;</t>
        </li>
        <li>
          <t>transmission of the packet does not increase the number of bytes-in-flight beyond the congestion window of the path (<xref target="pathcc"/>);</t>
        </li>
        <li>
          <t>transmission of the packet does not cause one of the path limits to be exceeded: path maximum data limit (<xref target="parameter_pathMaxData"/>), path maximum bit rate limit (<xref target="parameter_pathMaxBitRate"/>), or path maximum packet rate limit (<xref target="parameter_pathMaxPacketRate"/>).</t>
        </li>
      </ul>
      <t>An endpoint SHOULD schedule a transmission over a path with <tt>Status_Available</tt>. If this is not possible, the endpoint MAY attempt a transmission over a path with <tt>Status_Backup</tt>.</t>
      <t>If more than one path is eligible for transmission of a packet, the algorithm used to select the path is beyond the scope of this document. An implementation may, for example, use the precedence value provided in a PM_CHALLENGE, PM_CHALLENGE_RESPONSE or PM_STATUS frame (<xref target="pathprecedence"/>).</t>
      <t>Precedence should only used to distinguish between paths with the same status -- i.e. between paths with <tt>Status_Available</tt> or between paths with <tt>Status_Backup</tt>.</t>
    </section>
    <section anchor="packetloss">
      <name>Packet Loss Detection and Recovery</name>
      <t>QUIC senders use acknowledgements to detect lost packets and a probe timeout (PTO) to ensure acknowledgements are received. Loss detection through acknowledgements is performed as described in <xref section="6.1" sectionFormat="comma" target="RFC9002"/>.</t>
      <t>Timer-based loss detection (<xref section="6.1.2" sectionFormat="comma" target="RFC9002"/>) must recognise that different paths may exhibit different RTTs (<xref target="pathrtt"/>) and SHOULD adjust the packet loss time threshold to accommodate those differences. Probe timeout (<xref section="6.2" sectionFormat="comma" target="RFC9002"/>) requires derivation of a PTO period that should also accommodate the different RTT that may be experienced over different paths.</t>
      <t>The mechanism used to accommodate those differences in path RTT is beyond the scope of this document.</t>
    </section>
    <section anchor="connectionerrors">
      <name>Path Management Connection Errors</name>
      <t>This document extends the QUIC Transport Error Codes of <xref section="22.5" sectionFormat="comma" target="RFC9000"/> with the following values (<xref target="iana_error_codes"/>):</t>
      <ul spacing="normal">
        <li>
          <dl>
            <dt><tt>Error_pmExceededMaxData</tt></dt>
            <dd>
              <t>indicates that the endpoint received more data than allowed over a path (<xref target="parameter_pathMaxData"/>).</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Error_pmInvalidPathID</tt></dt>
            <dd>
              <t>indicates the endpoint received an invalid path identifier (<xref target="pathid"/>) -- e.g. a duplicated path identifier, an unknown path identifier, or the identifier of an abandoned path.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Error_pmPathParameter</tt></dt>
            <dd>
              <t>indicates that a received path parameter (<xref target="path_parameters"/>) was invalid -- e.g.
was badly formatted, included an invalid type, included an invalid value, omitted a mandatory path parameter, included a forbidden path parameter, included a duplicated path parameter, or was otherwise in error.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Error_pmProtocolViolation</tt></dt>
            <dd>
              <t>indicates an error with protocol compliance that is not covered by a more specific error code -- e.g. an endpoint received a path management frame when path management is not enabled.</t>
            </dd>
          </dl>
        </li>
      </ul>
      <t>Path management connection errors MUST be processed according to <xref section="11.1" sectionFormat="comma" target="RFC9000"/>.</t>
    </section>
    <section anchor="frametypes">
      <name>Path Management Frame Types</name>
      <t>PMQUIC procedures utilise five new QUIC frame types -- PM_CHALLENGE, PM_CHALLENGE_RESPONSE, PM_STATUS, PM_ABANDON and PM_ADDRESS:</t>
      <ul spacing="normal">
        <li>
          <t>all five path management frame types are ack-eliciting;</t>
        </li>
        <li>
          <t>PM_CHALLENGE and PM_CHALLENGE_RESPONSE frames are "probing frames";</t>
        </li>
        <li>
          <t>PM_STATUS, PM_ABANDON and PM_ADDRESS are "non-probing frames";</t>
        </li>
        <li>
          <t>path management frame types MUST be conveyed in 1-RTT packets and MUST NOT be conveyed in 0-RTT packets.</t>
        </li>
      </ul>
      <section anchor="frame_challenge">
        <name>PM_CHALLENGE frame</name>
        <t>When an endpoint wants to enable use of a new path, it initiates path validation by sending a PM_CHALLENGE frame over the new path. This is analogous to the use of a PATH_CHALLENGE frame in <xref target="RFC9000"/>.</t>
        <t>A PM_CHALLENGE frame (<xref target="fig-pm_challenge_frame"/>) includes the following fields:</t>
        <figure anchor="fig-pm_challenge_frame">
          <name>PM_CHALLENGE Frame Fields</name>
          <artwork><![CDATA[
   PM_CHALLENGE Frame {
     Type (i) = Type_pmChallenge,
     Initiator_PathID (i),
     Nonce (64),
     Path_Parameter_List (8..) ...,
   }
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Type</tt></dt>
              <dd>
                <t>is set to <tt>Type_pmChallenge</tt> (<xref target="iana_frame_types"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Initiator_PathID</tt></dt>
              <dd>
                <t>is the PathID assigned to the path by the endpoint sending the PM_CHALLENGE frame (<xref target="pathid"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Nonce</tt></dt>
              <dd>
                <t>is an unpredictable nonce generated by the endpoint for use in this instance of a PM_CHALLENGE frame (<xref target="pathactivation"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Parameter_List</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). Each path parameter in the list of path parameters may be a path configuration group parameter (<xref target="parameter_group_config"/>) or a path operations group parameter (<xref target="parameter_group_ops"/>), or the list may be an empty list (<xref target="parameter_empty"/>). Path parameters not included in the PM_CHALLENGE frame assume their default values.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>The QUIC packet containing the PM_CHALLENGE frame MUST include PADDING frames up to the maximum UDP payload size as defined by <tt>Parameter_pathPayloadSize</tt> (<xref target="parameter_pathPayloadSize"/>), if included in the path parameters, or by the default value if not included in the path parameters.</t>
      </section>
      <section anchor="frame_response">
        <name>PM_CHALLENGE_RESPONSE frame</name>
        <t>When an endpoint wants to acknowledge use of a new path, it confirms path validation by sending a PM_CHALLENGE_RESPONSE frame over the new path. This is analogous to the use of a PATH_RESPONSE frame in <xref target="RFC9000"/>.</t>
        <t>A PM_CHALLENGE_RESPONSE frame (<xref target="fig-pm_challenge_response_frame"/>) includes the following fields:</t>
        <figure anchor="fig-pm_challenge_response_frame">
          <name>PM_CHALLENGE_RESPONSE Frame Fields</name>
          <artwork><![CDATA[
   PM_CHALLENGE_RESPONSE Frame {
     Type (i) = Type_pmChallengeResponse,
     Initiator_PathID (i),
     Responder_PathID (i),
     Nonce (64),
     Path_Parameter_List (8..) ...,
   }
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Type</tt></dt>
              <dd>
                <t>is set to <tt>Type_pmChallengeResponse</tt> (<xref target="iana_frame_types"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Initiator_PathID</tt></dt>
              <dd>
                <t>is the PathID included in the corresponding PM_CHALLENGE frame (<xref target="frame_challenge"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Responder_PathID</tt></dt>
              <dd>
                <t>is the PathID assigned to the path by the endpoint sending the PM_CHALLENGE_RESPONSE frame (<xref target="pathid"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Nonce</tt></dt>
              <dd>
                <t>is the nonce included in the corresponding PM_CHALLENGE frame (<xref target="frame_challenge"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Parameter_List</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). Each path parameter in the list of path parameters may be a path configuration group parameter (<xref target="parameter_group_config"/>) or a path operations group parameter (<xref target="parameter_group_ops"/>), or the list may be an empty list (<xref target="parameter_empty"/>). Path parameters not included in the PM_CHALLENGE_RESPONSE frame assume the (default) values indicated by the corresponding PM_CHALLENGE frame.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>The QUIC packet containing the PM_CHALLENGE_RESPONSE frame MUST include PADDING frames up to the maximum UDP payload size as defined by <tt>Parameter_pathPayloadSize</tt> (<xref target="parameter_pathPayloadSize"/>), if specified, or by the default value, if not specified.</t>
      </section>
      <section anchor="frame_status">
        <name>PM_STATUS frame</name>
        <t>An endpoint uses a PM_STATUS frame to signal a change in a path parameter.</t>
        <t>A PM_STATUS frame (<xref target="fig-pm_status_frame"/>) includes the following fields:</t>
        <figure anchor="fig-pm_status_frame">
          <name>PM_STATUS Frame Fields</name>
          <artwork><![CDATA[
   PM_STATUS Frame {
     Type (i) = Type_pmStatus,
     Receiver_PathID (i),
     Path_Status_Sequence_Number (i),
     Path_Parameter_List (8..) ...,
    }
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Type</tt></dt>
              <dd>
                <t>is set to <tt>Type_pmStatus</tt> (<xref target="iana_frame_types"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Receiver_PathID</tt></dt>
              <dd>
                <t>is the PathID assigned to the path by the peer endpoint receiving the PM_STATUS frame.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Status_Sequence_Number</tt></dt>
              <dd>
                <t>is the sending endpoint's sequence number for this PM_STATUS frame (<xref target="pathstatus"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Parameter_List</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). Each path parameter in the list of path parameters MUST be a path operations group parameter (<xref target="parameter_group_ops"/>) (i.e. a path parameter MUST NOT be a path configuration group parameter or an empty list parameter).</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>Note that the status of the path defaults to <tt>Status_Available</tt> unless explicitly defined by including a <tt>Parameter_pathStatus</tt> (<xref target="parameter_pathStatus"/>) in the list of path parameters.</t>
      </section>
      <section anchor="frame_abandon">
        <name>PM_ABANDON frame</name>
        <t>An endpoint uses a PM_ABANDON frame to to indicate that it will no longer use the indicated path.</t>
        <t>A PM_ABANDON frame (<xref target="fig-pm_abandon_frame"/>) includes the following fields:</t>
        <figure anchor="fig-pm_abandon_frame">
          <name>PM_ABANDON Frame Fields</name>
          <artwork><![CDATA[
   PM_ABANDON Frame {
     Type (i) = Type_pmAbandon,
     Receiver_PathID (i),
     Reason_Code (i)
   }
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Type</tt></dt>
              <dd>
                <t>is set to <tt>Type_pmAbandon</tt> (<xref target="iana_frame_types"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Receiver_PathID</tt></dt>
              <dd>
                <t>is the PathID assigned to the path by the peer endpoint receiving the PM_ABANDON frame.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Reason_Code</tt></dt>
              <dd>
                <t>is the reason that the path is being abandoned (<xref target="pathremoval"/>).</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
      <section anchor="frame_address">
        <name>PM_ADDRESS frame</name>
        <t>An endpoint uses a PM_ADDRESS frame to advertise an IP address and UDP port that may be used to establish a new path to the initiating endpoint.</t>
        <t>A PM_ADDRESS frame (<xref target="fig-pm_address_frame"/>) includes the following fields:</t>
        <figure anchor="fig-pm_address_frame">
          <name>PM_ADDRESS Frame Fields</name>
          <artwork><![CDATA[
   PM_ADDRESS Frame {
     Type (i) = Type_pmAddress,
     Path_Status_Sequence_Number (i),
     Path_Status (i),
     Port_Number (i)
     Path_Address_Family (i),
     Path_Address (32,128),
    }
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>
            <dl>
              <dt><tt>Type</tt></dt>
              <dd>
                <t>is set to <tt>Type_pmAddress</tt> (<xref target="iana_frame_types"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Status_Sequence_Number</tt></dt>
              <dd>
                <t>is the sending endpoint's path status sequence number for this PM_ADDRESS frame (<xref target="pathstatus"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Status</tt></dt>
              <dd>
                <t>is the intended status of a path associated with the IP address (<xref target="pathadvertisement"/>).</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Port_Number</tt></dt>
              <dd>
                <t>is a non-zero UDP port number.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Address_Family</tt></dt>
              <dd>
                <t>indicates the type of IP address, identified by a socket address family value -- i.e. AF_INET (2) for IPv4 or AF_INET6 (10) for IPv6.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt><tt>Path_Address</tt></dt>
              <dd>
                <t>is the binary 4- or 16-byte value of the advertised IP address, in network (big-endian) byte-order.</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="path_parameters">
      <name>Path Parameters</name>
      <t>Each path parameter in a list of path parameters includes the following fields (<xref target="fig-path-parameter"/>):</t>
      <figure anchor="fig-path-parameter">
        <name>Path Parameter Encoding</name>
        <artwork><![CDATA[
Path_Parameter {
  End_of_List (1),
  Path_Parameter_ID (7),
  Path_Parameter_Value (i),
}
]]></artwork>
      </figure>
      <ul spacing="normal">
        <li>
          <dl>
            <dt><tt>End_of_List</tt></dt>
            <dd>
              <t>is a boolean value identifying the last parameter in a list of path parameters. A value of 0 (zero) indicates this is the last parameter; a value of 1 (one) indicates that there is at least one more parameter in the list of path parameters.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Path_Parameter_ID</tt></dt>
            <dd>
              <t>uniquely identifies the path parameter (<xref target="iana_path_parameters"/>).</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt><tt>Path_Parameter_Value</tt></dt>
            <dd>
              <t>is a variable-length integer value assigned to the path parameter.</t>
            </dd>
          </dl>
        </li>
      </ul>
      <t>A path parameter, or a list of path parameters, that is malformed or invalid MUST be treated as a connection error using transport error code <tt>Error_pmPathParameter</tt> (<xref target="connectionerrors"/>).</t>
      <section anchor="parameter_groups">
        <name>Path Parameter Groups</name>
        <t>Path parameters are organised into three groups -- a path configuration group, a path operations group, and an empty list group:</t>
        <ul spacing="normal">
          <li>
            <t>the path configuration group (<xref target="parameter_group_config"/>) consists of parameters used to configure a new path;</t>
          </li>
          <li>
            <t>the path operations group (<xref target="parameter_group_ops"/>) consists of parameters used to modify the operational state of a path;</t>
          </li>
          <li>
            <t>the empty list group (<xref target="parameter_empty"/>) consists of a special parameter used to indicate that there are no path parameters in a parameter list.</t>
          </li>
        </ul>
        <t>The group associated with a path parameter is determined by by the value of the <tt>Path_Parameter_ID</tt> (<xref target="iana_path_parameters"/>).</t>
      </section>
      <section anchor="parameter_group_config">
        <name>Path Configuration Group Parameters</name>
        <t>A path configuration group parameter MAY be included in the path parameter list of a PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame but MUST NOT be included in the path parameter list of a PM_STATUS frame.</t>
        <section anchor="parameter_pathPayloadSize">
          <name>Parameter_pathPayloadSize</name>
          <t>The path payload size parameter is a variable-length integer value that limits the size of UDP payloads that an endpoint believes can be transmitted over the path and/or the endpoint is willing to receive over the path (<xref target="pathmptu"/>), expressed as a number of octets. UDP datagrams with payloads larger than this limit are not likely to be received and/or processed by the endpoint.</t>
          <t>The default value for this parameter is the <tt>max_udp_payload_size</tt> transport parameter defined in <xref section="18.2" sectionFormat="comma" target="RFC9000"/>.</t>
        </section>
        <section anchor="parameter_pathInitialRTT">
          <name>Parameter_pathInitialRTT</name>
          <t>The path initial RTT parameter is a variable-length integer value that is an estimate of the initial RTT for the path, expressed as a number of milliseconds. This value MAY be used as the initial RTT estimate for path congestion control (<xref section="5" sectionFormat="comma" target="RFC9002"/>).</t>
          <t>The default value for this parameter is the <tt>kInitialRtt</tt> value defined in <xref section="A.2" sectionFormat="comma" target="RFC9002"/>.</t>
        </section>
        <section anchor="parameter_pathInitialCWND">
          <name>Parameter_pathInitialCWND</name>
          <t>The path initial congestion window parameter is a variable-length integer value that is an estimate of the initial congestion window for the path. This value MAY be used by congestion control as the basis for fast start however, as noted in <xref section="9.4" sectionFormat="comma" target="RFC9000"/>, "implementations are advised to be cautious when using saved CC parameters on a new path". Further guidance is provided in <xref target="RESUME"/>.</t>
          <t>There is no default value for this parameter.</t>
        </section>
      </section>
      <section anchor="parameter_group_ops">
        <name>Path Operations Group Parameters</name>
        <t>A path operations group parameter MAY be included in the path parameter list of a PM_CHALLENGE, PM_CHALLENGE_RESPONSE or PM_STATUS frame.</t>
        <section anchor="parameter_pathMaxData">
          <name>Parameter_pathMaxData</name>
          <t>The path maximum data parameter is a variable-length integer value that indicates the maximum amount of data that can be sent on the path by the peer endpoint, expressed as a number of octets. The mechanism used by an endpoint to determine this value is beyond the scope of this document.</t>
          <t>The maximum data limit applies only in a single direction -- i.e. from the peer endpoint towards the endpoint defining the path maximum data value. Each endpoint may specify a limit, corresponding to a different direction; the specified limits do not need to be the same.</t>
          <t>The maximum data limit applies only to the indicated path. A session that migrates to a different path cannot assume that the maximum data limit from an existing path applies to the new path.</t>
          <t>By default, the maximum amount of data that can be sent on the path is not limited.</t>
          <t>If included in a PM_STATUS frame (<xref target="frame_status"/>), a maximum data value that is less the previous maximum data value associated with the path MUST be treated as as an invalid path parameter.</t>
          <t>Receiving an ack-eliciting packet that exceeds the maximum data value previously authorised for a path MUST be treated as a connection error using transport error code <tt>Error_pmExceededMaxData</tt> (<xref target="connectionerrors"/>).</t>
        </section>
        <section anchor="parameter_pathMaxBitRate">
          <name>Parameter_pathMaxBitRate</name>
          <t>The path maximum bit rate parameter is a variable-length integer value that indicates the maximum bit rate that data can be sent on the path by the peer endpoint, expressed as a number of octets per second. The mechanism used by an endpoint to determine this value is beyond the scope of this document.</t>
          <t>The actual bit rate used on a path is determined by congestion control at a transmitting endpoint, however the actual bit rate (as determined by congestion control) MUST NOT exceed the value indicated by the path maximum bit rate parameter.</t>
          <t>The maximum bit rate applies only in a single direction -- i.e. from the peer endpoint towards the endpoint defining the path maximum bit rate value. Each endpoint may specify a limit, corresponding to a different direction; the specified limits do not need to be the same.</t>
          <t>The maximum bit rate limit applies only to the indicated path. A session that migrates to a different path cannot assume that the maximum bit rate limit from an existing path applies to the new path.</t>
          <t>By default, the maximum bit rate that data can be sent on the path is not limited. The maximum bit rate may change over time due to changing network conditions and may be signalled by an endpoint in a PM_STATUS frame (<xref target="frame_status"/>).</t>
        </section>
        <section anchor="parameter_pathMaxPacketRate">
          <name>Parameter_pathMaxPacketRate</name>
          <t>The path maximum packet rate parameter is a variable-length integer value that indicates the maximum rate that packets can be sent on the path by the peer endpoint, expressed as a number of packets per second. The mechanism used by an endpoint to determine this value is beyond the scope of this document.</t>
          <t>The actual packet rate used on a path is determined by congestion control pacing at a transmitting endpoint, however the actual packet rate (as determined by congestion control) MUST NOT exceed the value indicated by the path maximum packet rate parameter.</t>
          <t>The maximum packet rate applies only in a single direction -- i.e. from the peer endpoint towards the endpoint defining the path maximum packet rate value. Each endpoint may specify a limit, corresponding to a different direction; the specified limits do not need to be the same.</t>
          <t>The maximum packet rate limit applies only to the indicated path. A session that migrates to a different path cannot assume that the maximum packet rate limit from an existing path applies to the new path.</t>
          <t>By default, the maximum rate that packets can be sent on the path is not limited. The maximum packet rate may change over time due to changing network conditions and may be signalled by an endpoint in a PM_STATUS frame (<xref target="frame_status"/>).</t>
        </section>
        <section anchor="parameter_pathPrecedence">
          <name>Parameter_pathPrecedence</name>
          <t>The path precedence parameter is a variable-length integer value that indicates the precedence of the path to be used in path selection algorithms (<xref target="pathprecedence"/>).</t>
          <t>There is no default value for this parameter. It is RECOMMENDED that precedence values be limited to the range 0..100.</t>
        </section>
        <section anchor="parameter_pathStatus">
          <name>Parameter_pathStatus</name>
          <t>The path status parameter is a variable-length integer value that indicates the current status of the path (<xref target="pathstatus"/>).</t>
          <t>The default value for this parameter is <tt>Status_Available</tt>.</t>
        </section>
        <section anchor="parameter_pathIdleTimeout">
          <name>Parameter_pathIdleTimeout</name>
          <t>The path idle timeout parameter is a variable-length integer value that defines the maximum idle time allowed on the path (<xref target="pathtmo"/>), expressed as a number of milliseconds. A value of 0 (zero) indicates that path idle time monitoring is disabled for the path.</t>
          <t>The default value for this parameter is 0 (zero).</t>
        </section>
      </section>
      <section anchor="parameter_empty">
        <name>Parameter_empty</name>
        <t>The empty list parameter indicates that there are no entries in the list of path parameters. If specified, the empty list parameter MUST be the only entry in the list of path parameters. The empty list parameter MUST NOT be included if there are other path parameters in a list of path parameters.</t>
        <t>The empty list parameter MUST include a <tt>Path_Parameter_ID</tt> field but MUST NOT include a <tt>Path_Parameter_Value</tt> field. The <tt>End_of_List</tt> field MUST be set to 0 (zero).</t>
        <t>An empty list parameter MAY be used in the path parameter list of a PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame but MUST NOT be used in the path parameter list of a PM_STATUS frame.</t>
      </section>
      <section anchor="parameter_examples">
        <name>Path Parameter List Examples</name>
        <t>Empty list:</t>
        <artwork><![CDATA[
    0x0     // End_of_List = 0 (true), Path_Parameter_ID = 0x00
]]></artwork>
        <t>Single-entry list:</t>
        <artwork><![CDATA[
    0x03    // End_of_List = 0 (true), Path_Parameter_ID = 0x03
    0x04    // Path_Parameter_Value = 0x04
]]></artwork>
        <t>Multiple-entry list:</t>
        <artwork><![CDATA[
    0x83    // End_of_List = 1 (false), Path_Parameter_ID = 0x03
    0x04    // Path_Parameter_Value = 0x04
    0x02    // End_of_List = 0 (true), Path_Parameter_ID = 0x02
    0x10    // Path_Parameter_Value = 0x10
]]></artwork>
      </section>
    </section>
    <section anchor="transport_parameters">
      <name>Transport Parameters</name>
      <t>PMQUIC defines two new transport parameters that may be encoded in the initial cryptographic handshake (<xref section="7.4" sectionFormat="comma" target="RFC9000"/>) -- <tt>max_active_paths</tt> and <tt>disable_path_migration</tt>. Endpoints MUST NOT remember the value of the PMQUIC transport parameters they received for use in a subsequent connection (<xref section="7.4.1" sectionFormat="comma" target="RFC9000"/>).</t>
      <section anchor="transport_max_active_paths">
        <name>max_active_paths</name>
        <t>An endpoint signals support for PMQUIC procedures by including a <tt>max_active_paths</tt> transport parameter in the initial handshake.</t>
        <t><tt>max_active_paths</tt> (<xref target="iana_transport_parameters"/>) is an integer value indicating the maximum number of active paths supported by the initiating endpoint. To enable PMQUIC, an endpoint MUST set the maximum number of active paths to a value greater that 1 (one). The maximum number of active paths allowed in the session is the minimum of the exchanged <tt>max_active_paths</tt> values.</t>
        <t>If a <tt>max_active_paths</tt> transport parameter value is received that is higher than 255 or less than 2, the receiving endpoint MUST close the connection with an error of type TRANSPORT_PARAMETER_ERROR.</t>
        <t>To enable use of PMQUIC procedures, both endpoints in a session MUST include a valid <tt>max_active_paths</tt> transport parameter in the initial handshake. If either of the endpoints does not include the <tt>max_active_paths</tt> transport parameter, then the endpoints MUST NOT use any of the PMQUIC procedures or frames defined in this document.</t>
      </section>
      <section anchor="transport_disable_path_migration">
        <name>disable_path_migration</name>
        <t>An endpoint can prevent use of a connection identifier on more than one path by including a <tt>disable_path_migration</tt> transport parameter in the initial handshake.</t>
        <t><tt>disable_path_migration</tt> (<xref target="iana_transport_parameters"/>) is a zero-length value where presence of the transport parameter indicates migration is disabled.</t>
        <t>If migration is disabled, a peer connection identifier is bound to a single path -- i.e. the peer connection identifier may be used as the destination connection identifier in a QUIC packet for transmission over only one path. The bound path is determined by the the first appearance of the peer connection identifier as the destination connection identifier in a QUIC packet.</t>
        <t>If migration is not disabled (i.e. the <tt>disable_path_migration</tt> transport parameter is not included in the initial handshake), a peer connection identifier may be used as the destination connection identifier in a QUIC packet used for transmission over any available path -- i.e. the connection identifier may appear as the destination connection identifier in different QUIC packets on different paths.</t>
        <t>Migration is disabled if at least one of the endpoints includes a <tt>disable_path_migration</tt> transport parameter in the initial cryptographic handshake.</t>
        <t>Receiving a <tt>disable_path_migration</tt> transport parameter without also receiving a <tt>max_active_paths</tt> transport parameter MUST be treated as a connection error using transport error code <tt>Error_pmProtocolViolation</tt> (<xref target="connectionerrors"/>).</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>PMQUIC does not change the operating principles of <xref target="RFC9000"/> and, as such,
is subject to the same security considerations as <xref section="21" sectionFormat="comma" target="RFC9000"/>.</t>
      <t>Specific security considerations, associated with the use of path management procedures, include:</t>
      <ul spacing="normal">
        <li>
          <dl>
            <dt>resource usage:</dt>
            <dd>
              <t>Due to the simultaneous use of multiple paths between session endpoints, PMQUIC may require additional resources in a client and/or in a server. Resource usage associated with paths can be limited by each endpoint through the <tt>max_active_paths</tt> transport parameter (<xref target="transport_parameters"/>).</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt>data amplification:</dt>
            <dd>
              <t>The simultaneous use of multiple paths between session endpoints potentially allows for a higher rate of data exchange than might be possible with only a single path between session endpoints. Since PMQUIC uses a path validation mechanism similar to <xref target="RFC9000"/>, the anti-amplification limits of <xref section="8.2" sectionFormat="comma" target="RFC9000"/> are also applicable to PMQUIC.
</t>
              <t>Further, an endpoint can limit the maximum amount of data that can be sent on a particular path through the PMQUIC <tt>Parameter_pathMaxData</tt> path parameter (<xref target="parameter_pathMaxData"/>). This value may be initially set in a PM_CHALLENGE or PM_CHALLENGE_RESPONSE frame and may be subsequently adjusted in a PM_STATUS frame.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt>address spoofing:</dt>
            <dd>
              <t>PMQUIC uses a path validation mechanism (<xref target="pathactivation"/>) similar to <xref target="RFC9000"/> to prevent address spoofing over a new path by a malicious intermediate node.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt>correlation of activity across multiple paths:</dt>
            <dd>
              <t>Due to the possible decoupling of connection management and path management, PMQUIC recommends but does not mandate that different connection identifiers be used on different paths (<xref target="pathactivation"/>). As discussed in <xref section="9.5" sectionFormat="comma" target="RFC9000"/>, using the same connection identifier on multiple paths would allow a passive observer to correlate activity between those paths. An endpoint can prevent use of a connection identifier on more than one path by including a <tt>disable_path_migration</tt> transport parameter in the initial cryptographic handshake (<xref target="transport_disable_path_migration"/>).</t>
            </dd>
          </dl>
        </li>
      </ul>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>If approved, the following <em>provisional</em> entries will be added to the IANA QUIC Protocol Registry <xref target="IANA"/>.</t>
      <aside>
        <t>The values in this section of the Internet Draft are preliminary, for testing purposes only.</t>
      </aside>
      <section anchor="iana_transport_parameters">
        <name>New QUIC transport parameters</name>
        <t>This document defines two new (preliminary) QUIC transport parameters (<xref target="transport_parameters"/>):</t>
        <ul spacing="normal">
          <li>
            <t><tt>max_active_paths</tt> (0x21c7948988209ada)</t>
          </li>
          <li>
            <t><tt>disable_path_migration</tt> (0x33186fc5d0c7cac3)</t>
          </li>
        </ul>
      </section>
      <section anchor="iana_frame_types">
        <name>New QUIC frame types</name>
        <t>This document defines five new (preliminary) QUIC frame types:</t>
        <ul spacing="normal">
          <li>
            <t>Type_pmChallenge (0x1ae4ea418795ad60) -- <xref target="frame_challenge"/></t>
          </li>
          <li>
            <t>Type_pmChallengeResponse (0x12c5938576430d3f) -- <xref target="frame_response"/></t>
          </li>
          <li>
            <t>Type_pmStatus (0x06614d6b80a40a24) -- <xref target="frame_status"/></t>
          </li>
          <li>
            <t>Type_pmAbandon (0x2dde9db26610d041) -- <xref target="frame_abandon"/></t>
          </li>
          <li>
            <t>Type_pmAddress (0x198a357e6fe41403) -- <xref target="frame_address"/></t>
          </li>
        </ul>
      </section>
      <section anchor="iana_path_parameters">
        <name>PMQUIC path parameters</name>
        <t>This document defines ten PMQUIC path parameters:</t>
        <ul spacing="normal">
          <li>
            <t>Parameter_empty (0x00) -- <xref target="parameter_empty"/></t>
          </li>
          <li>
            <t>Parameter_pathMaxData (0x01) -- <xref target="parameter_pathMaxData"/></t>
          </li>
          <li>
            <t>Parameter_pathPrecedence (0x02) -- <xref target="parameter_pathPrecedence"/></t>
          </li>
          <li>
            <t>Parameter_pathStatus (0x03) -- <xref target="parameter_pathStatus"/></t>
          </li>
          <li>
            <t>Parameter_pathMaxBitRate (0x04) -- <xref target="parameter_pathMaxBitRate"/></t>
          </li>
          <li>
            <t>Parameter_pathMaxPacketRate (0x05) -- <xref target="parameter_pathMaxPacketRate"/></t>
          </li>
          <li>
            <t>Parameter_pathIdleTimeout (0x06) -- <xref target="parameter_pathIdleTimeout"/></t>
          </li>
          <li>
            <t>Parameter_pathPayloadSize (0x40) -- <xref target="parameter_pathPayloadSize"/></t>
          </li>
          <li>
            <t>Parameter_pathInitialRTT (0x41) -- <xref target="parameter_pathInitialRTT"/></t>
          </li>
          <li>
            <t>Parameter_pathInitialCWND (0x42) -- <xref target="parameter_pathInitialCWND"/></t>
          </li>
        </ul>
        <t>By convention, the identifier for a path operations group parameter is in the range 0x01..0x3f and the identifier for a path configuration group parameter is in the range 0x40..0x7e. The identifier value 0x7f is reserved.</t>
      </section>
      <section anchor="iana_path_status">
        <name>PMQUIC path status</name>
        <t>This document defines four PMQUIC path status values:</t>
        <ul spacing="normal">
          <li>
            <t>Status_NotAvailable (0x01)</t>
          </li>
          <li>
            <t>Status_Blocked (0x02)</t>
          </li>
          <li>
            <t>Status_Backup (0x03)</t>
          </li>
          <li>
            <t>Status_Available (0x04)</t>
          </li>
        </ul>
      </section>
      <section anchor="iana_abandon_reason">
        <name>PMQUIC path abandon reasons</name>
        <t>This document defines five PMQUIC path abandon reason codes:</t>
        <ul spacing="normal">
          <li>
            <t>Reason_Unspecified (0x00)</t>
          </li>
          <li>
            <t>Reason_Failing (0x01)</t>
          </li>
          <li>
            <t>Reason_Lost (0x02)</t>
          </li>
          <li>
            <t>Reason_NoAck (0x03)</t>
          </li>
          <li>
            <t>Reason_Timeout (0x04)</t>
          </li>
          <li>
            <t>Reason_MaxData (0x05)</t>
          </li>
        </ul>
      </section>
      <section anchor="iana_error_codes">
        <name>PMQUIC transport error codes</name>
        <t>This document extends the QUIC Transport Error Codes of <xref section="22.5" sectionFormat="comma" target="RFC9000"/> with the following (preliminary) values:</t>
        <ul spacing="normal">
          <li>
            <t>Error_pmExceededMaxData (0x165ee2f99e0d09fa)</t>
          </li>
          <li>
            <t>Error_pmInvalidPathID (0x07c0907b4c18170f)</t>
          </li>
          <li>
            <t>Error_pmPathParameter (0x0170789441bc48aa)</t>
          </li>
          <li>
            <t>Error_pmProtocolViolation (0x297abbb8bb0b3afa)</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC9002">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes loss detection and congestion control mechanisms for QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9002"/>
          <seriesInfo name="DOI" value="10.17487/RFC9002"/>
        </reference>
        <reference anchor="IANA" target="https://www.iana.org/assignments/quic/">
          <front>
            <title>QUIC Protocol Registry</title>
            <author>
              <organization>Internet Assigned Numbers Authority</organization>
            </author>
            <date/>
          </front>
        </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="MPTCP">
          <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>
        <reference anchor="MPQUIC-DRAFT">
          <front>
            <title>Managing multiple paths for a QUIC connection</title>
            <author fullname="Yanmei Liu" initials="Y." surname="Liu">
              <organization>Alibaba Inc.</organization>
            </author>
            <author fullname="Yunfei Ma" initials="Y." surname="Ma">
              <organization>Uber Technologies Inc.</organization>
            </author>
            <author fullname="Quentin De Coninck" initials="Q." surname="De Coninck">
              <organization>University of Mons (UMONS)</organization>
            </author>
            <author fullname="Olivier Bonaventure" initials="O." surname="Bonaventure">
              <organization>UCLouvain and Tessares</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
              <organization>Ericsson</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   This document specifies a multipath extension for the QUIC protocol
   to enable the simultaneous usage of multiple paths for a single
   connection.  It proposes a standard way to create, delete, and manage
   paths using identifiers.  It does not specify address discovery or
   management, nor how applications using QUIC schedule traffic over
   multiple paths.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-multipath-17"/>
        </reference>
        <reference anchor="RESUME">
          <front>
            <title>Convergence of Congestion Control from Retained State</title>
            <author fullname="Nicolas Kuhn" initials="N." surname="Kuhn">
              <organization>Thales Alenia Space</organization>
            </author>
            <author fullname="Emile Stephan" initials="E." surname="Stephan">
              <organization>Orange</organization>
            </author>
            <author fullname="Gorry Fairhurst" initials="G." surname="Fairhurst">
              <organization>University of Aberdeen</organization>
            </author>
            <author fullname="Raffaello Secchi" initials="R." surname="Secchi">
              <organization>University of Aberdeen</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <date day="1" month="October" year="2025"/>
            <abstract>
              <t>   This document specifies a cautious method for Internet transports
   that enables fast startup of congestion control for a wide range of
   connections, known as "Careful Resume".  It reuses a set of computed
   congestion control parameters that are based on previously observed
   path characteristics between the same pair of transport endpoints.
   These parameters are saved, allowing them to be later used to modify
   the congestion control behaviour of a subsequent connection.

   It describes assumptions and defines requirements for how a sender
   utilises these parameters to provide opportunities for a connection
   to more rapidly get up to speed and rapidly utilise available
   capacity.  It discusses how use of this method impacts the capacity
   at a shared network bottleneck and the safe response that is needed
   after any indication that the new rate is inappropriate.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tsvwg-careful-resume-24"/>
        </reference>
        <reference anchor="LAG" target="https://en.wikipedia.org/wiki/Link_aggregation">
          <front>
            <title>Link aggregation</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
    </references>
    <?line 947?>

<section anchor="appendix_mpquic">
      <name>Comparison to <xref target="MPQUIC-DRAFT"/></name>
      <aside>
        <t>This section is provided for information only.</t>
      </aside>
      <t><xref target="MPQUIC-DRAFT"/> diverges from the principles of <xref target="RFC9000"/> in a number of areas, as described below.</t>
      <section anchor="connection-identifiers">
        <name>Connection identifiers</name>
        <t><xref target="MPQUIC-DRAFT"/> binds every connection identifier to a specific path. A path may be associated with multiple connection identifiers but a connection identifier can only be used on a pre-defined path. A change in in the connection identifier used in a QUIC packet header is used to signal an explicit change in the path.</t>
        <t>By contrast, <xref target="RFC9000"/> (and PMQUIC) does not associate a connection identifier with a path -- i.e. connection identifiers are independent of paths.</t>
      </section>
      <section anchor="connection-identifier-sequence-numbers">
        <name>Connection identifier sequence numbers</name>
        <t><xref target="MPQUIC-DRAFT"/> introduces the concept of multiple connection identifier sequence number spaces with a different connection identifier sequence number space for each path. As a consequence, it is possible for different connection identifiers associated with different paths to be assigned the same connection identifier sequence number.</t>
        <t>By contrast <xref target="RFC9000"/> (and PMQUIC) define a single connection identifier sequence number space.</t>
      </section>
      <section anchor="application-data-packet-number-spaces">
        <name>Application data packet number spaces</name>
        <t><xref target="MPQUIC-DRAFT"/> introduces the concept of multiple application data (1RTT) packet number spaces with a different application data number space for each path. As a consequence, it is possible for different QUIC packets transmitted over different paths to be assigned the same packet number.</t>
        <t>By contrast <xref target="RFC9000"/> (and PMQUIC) define a single application data packet number space, allowing a packet containing non-probing frames to be forwarded over any of the (allowable) paths active at the time of transmission.</t>
      </section>
      <section anchor="aead-encryption-nonce">
        <name>AEAD encryption nonce</name>
        <t>Due to the use of a different application data number space for each path, it is possible for different QUIC packets transmitted over different paths to be assigned the same packet number. As a consequence, <xref target="MPQUIC-DRAFT"/> changes the AEAD calculation by using the path identifier as part of AEAD encryption nonce.</t>
        <t>By contrast <xref target="RFC9000"/> (and PMQUIC) use a single application data packet number space which ensures that different QUIC packets are assigned different packet numbers regardless of the path used to convey a packet.</t>
      </section>
      <section anchor="multipath-specific-connection-management-frames-and-procedures">
        <name>Multipath-specific connection management frames and procedures</name>
        <t>Due to the use of a different application data number space for each path and the use of a different connection identifier sequence number space for each path, endpoints must use multipath-specific frames for packet acknowledgement (PATH_ACK), assignment of new connection identifiers (PATH_NEW_CONNECTION_ID), and retirement of connection identifier (PATH_RETIRE_CONNECTION_ID).</t>
        <t>By contrast, <xref target="RFC9000"/> operations are not affected by the use of PMQUIC procedures which obviates the need for multipath-specific connection management procedures and frames.</t>
      </section>
      <section anchor="zero-length-connection-identifiers">
        <name>Zero-length connection identifiers</name>
        <t>Because <xref target="MPQUIC-DRAFT"/> uses connection identifiers to identify paths, a zero-length connection identifier cannot be used with multipath operations.</t>
        <t>By contrast, PMQUIC does not associate a connection identifier with a path and allows a QUIC packet to be transmitted over any path, including a QUIC packet with a zero-length connection identifier.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
77Z9vYIh2NPvEE1OIKaUm10/+Q4zH7RRwG+itlrhEZAXzHuYNhpcSqAS30lI
6WPVrsGGrbRWG9hxI147iQy1vO96+oYd+xU8Wi5WDVxekN8a91rP/K1TkO3m
ZHxzxFKEYEC6IIYSSVB2J/UyLRuG18pBecxP/mJnOUA3blltiEGhUiIqlKeN
uQRF+hjlt6LzN9fUwOCJ/vTe86Op7sfrWeFwkxdNqm7LmRKWnXiwOvAReTuJ
ds1TtGWcpa5ZPTj76Tax7SHacwN+Z9rqRx8z7vThVga40l9N7Rvq12GSMsLQ
6WGET1g5DJAngFQ7L1Q7TAIRKV10cdh1V51Qh5Cp/FB28R53b5xYHXlhHtiU
NPuMa9e1hlH9136tYyPDFNPAOA16iemkqm5zCJiAJ0fKcqYCdSXOiR3BOWMV
ZeajNVYp44AsdXpY4o8xncIGzd3vEG3Nz7g8xC8E01QZk7pjckhCH4fK7WEA
hKDAKKXzEbrhqG7GX7+0iMGAqgwmNPZS1LyWnBnPRelN5Gc819Ko4qoGk9F8
G5zAEo9hBk7wgGNqFGhLlE3WUVTWU/EohGOKp1vDt0q+Bxa7B4JdJuPRiGsP
67hH+sWWC4hCAYpSLMIFONbf+QwTfD3rWu1ck7YlucOctiv2kpmfJAAnb1qp
0Q8ZcibW47PnN2wrHfx8cvipuRPOr2hkiL02w9QcrcdwLIqm/ZcXK825yhQi
usUuuLS5LKu2XNAbxkDIbuiUVbjV60pN+vi4CWQj9EJEwaebOlgMEz4lRsPk
3zZJAbje8oZebc7KsqnmIP6clN7hUZ39ltEDAXpWwWzGQkvqvjm4K7CqqYR3
Oy6YmXzslIypP7jCSt1TLMTunRXpIkL3k1dbRsldcGBQGb7r0XkiufGGYdcL
xpDuky8X6RC0AvsbwFre44DAZ+3nA378447HQnZg9UEg+L/5HEwpIbD4/+go
rIHYu56GY1FKMf72XkolP2CppHgLF9USjkXdaTV3vvIKLP1jia9SEdtyvDiX
987xvZaqu0Cdr5NE87y/S6XLZ2sCoI0gxn9bluLF8ZIhfNKTxX8g6JpS3v56
r8Nzu2/x7uk9LWfIW8jKQxQ4O+3kvf4+fjNc9xVy7oib7I5GkqWt32o5hGsd
6vsMfPfTveahuv10++ntdhmaPagzEjiw6p7XW7SLT9XoZB5x9jE61MppbBJx
9vFwy66ME96pdrNAe6sy6cpOWPqBKf3BVpAc2REeU81zccxIhqhEdtjO4n9h
wjzGbqUwl3uZZLlRRENF7m6Ep4Z41tNn8DGC6qSa82iKKE4LyHLPGCmbIzeT
3JBI+Gu3nsuNCIlLtek4CMh7Lfh0ito9RHkFR1poEdIwCE2ur9W+ZEbDjWG7
xE/aWq14wNcarwtoHvbX+3DPbgt3yBueWN7XO0rUxsLvfuAk7YKsHnRbBsY0
oIR8RbaKVqSm04aIUEWdtdVcNJnBNKAfgNjUOot8Zj5z3hd+NrHNAmw5jb5l
+vrUolU1opvnGTbpxnVwQ1T0hoyF7QUQwCantCkQ6rd9Acg6otoTtvjZgULZ
Oomk+NSiAiDeydQssQG14zUMbCdl2NdbZig8jWRu7kTm8yFZbLOqI3NOnm5G
4ExHt6ROeZA75IBx/2Rctq7MsS1riUiS40MEwKftEmyPWh9lJ8eIvN7SCen9
m5MfiamLnQ4srJdQSV0oE8catvhX8F1tfwg/aku5cQ1eis5oSbkf3nM9iMST
PExwjhPXsjh+CA2HWE9E0P3AhZ+r3jaBLydDtREtX7l+FmSNZKauvq8oMZcy
tI1j4mdOHxc/bGLPiK3KJAefyagzdECUcRWTQw2bY+OOMGkzOUQX6IWreyJp
NAdGD3ZKTZz5jX+bpQ1+AdGZpOuls9kSC5YqazKJCsPNi7CpK+57r1JBsu/2
33Vb1doWtA/9Jw8bL7hNerEV7ZFC6rW1pUX/Gv6TH9nvOvTDINAb94vzBP73
77WOufTvV/XOufXlPPSX8zC0nIdun+Bmk+Bmo97AKwDDX3gvebl//2vopVWf
y2+i/7T/t+rzZhfj1rbG7n9/+rV97f8F/P8TwK/5Pv/3FyLRLyoS/nqvQfC/
BbI+heFf11ty4517z87vfK9zRwYcGDj3+fwP2323hbfL7W9p4n30JQFJEYN1
+lbF2xleRXNDmXADKcUbuBV1WlPpVdlRxZBXeWo6htneDKa0z6r0tfow9Acn
c5MNGDIgUKPQLoddFLXcYsIpx7JWDAnvmhWDzi2nvY2JsrsVeW7giq1Kty7R
Q4bbl9xWAcda1i0V7QXBaHrTmKTouXQb91s/DU0I36oDVjWWQnAswqY5PK8F
989bAW+teY9clNK7yBHrMjSFXPEaAl2FtiHUbsWIwhlV4leEuHI5xIt1JtTV
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

-->

</rfc>
