<?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-04" category="exp" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.0 -->
  <front>
    <title abbrev="QUIC Path Management">QUIC Path Management for Multi-Path Configurations</title>
    <seriesInfo name="Internet-Draft" value="draft-gage-quic-pathmgmt-04"/>
    <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="August" day="03"/>
    <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 indicate the precedence assigned to the path by the initiating endpoint (<xref target="pathprecedence"/>).</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>
    <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 (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</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). A path parameter 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 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 (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</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). A path parameter 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 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 (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</tt></dt>
              <dd>
                <t>is a list of path parameters (<xref target="path_parameters"/>). A path parameter 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>
      <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
]]></artwork>
        <t>Single-entry list:</t>
        <artwork><![CDATA[
    0x03
    0x04
]]></artwork>
        <t>Multiple-entry list:</t>
        <artwork><![CDATA[
    0x83
    0x04
    0x02
    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 seven 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_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>Multipath Extension for QUIC</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="7" month="July" 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.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the QUIC Working Group
   mailing list (quic@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/browse/quic/.

   Source for this draft and an issue tracker can be found at
   https://github.com/quicwg/multipath.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-multipath-15"/>
        </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="31" month="July" year="2025"/>
            <abstract>
              <t>   This document specifies a cautious method for IETF 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-20"/>
        </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 896?>

<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.</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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
900A1NoAAA==

-->

</rfc>
