<?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.6.25 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-pauly-masque-quic-proxy-06" category="exp" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="QUIC Proxy">QUIC-Aware Proxying Using HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-pauly-masque-quic-proxy-06"/>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <author initials="E." surname="Rosenberg" fullname="Eric Rosenberg">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>eric_rosenberg@apple.com</email>
      </address>
    </author>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View, California 94043</city>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2023" month="March" day="10"/>
    <workgroup>MASQUE</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines an extension to UDP Proxying over HTTP
that adds specific optimizations for proxied QUIC connections. This extension
allows a proxy to reuse UDP 4-tuples for multiple connections. It also defines a
mode of proxying in which QUIC short header packets can be forwarded using an
HTTP/3 proxy rather than being re-encapsulated and re-encrypted.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/tfpauly/quic-proxy">https://github.com/tfpauly/quic-proxy</eref>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>UDP Proxying over HTTP <xref target="CONNECT-UDP"/>
defines a way to send datagrams through an HTTP proxy, where UDP is used to communicate
between the proxy and a target server. This can be used to proxy QUIC
connections <xref target="QUIC"/>, since QUIC runs over UDP datagrams.</t>
      <t>This document uses the term "target" to refer to the server that a client is
accessing via a proxy. This target may be an origin hosting content, or another
proxy.</t>
      <t>This document extends the UDP proxying protocol to add signalling about QUIC
Connection IDs. QUIC Connection IDs are used to identify QUIC connections in
scenarios where there is not a strict bidirectional mapping between one QUIC
connection and one UDP 4-tuple (pairs of IP addresses and ports). A proxy that
is aware of Connection IDs can reuse UDP 4-tuples between itself and a target
for multiple proxied QUIC connections.</t>
      <t>Awareness of Connection IDs also allows a proxy to avoid re-encapsulation and
re-encryption of proxied QUIC packets once a connection has been established.
When this functionality is present, the proxy can support two modes for handling
QUIC packets:</t>
      <ol spacing="normal" type="1"><li>Tunnelled, in which client &lt;-&gt; target QUIC packets are encapsulated inside
client &lt;-&gt; proxy QUIC packets. These packets use multiple layers of encryption
and congestion control. QUIC long header packets MUST use this mode. QUIC short
header packets MAY use this mode. This is the default mode for UDP proxying.</li>
        <li>Forwarded, in which client &lt;-&gt; target QUIC packets are sent directly over the
client &lt;-&gt; proxy UDP socket. These packets are only encrypted using the
client-target keys, and use the client-target congestion control. This mode MUST
only be used for QUIC short header packets.</li>
      </ol>
      <t>Forwarded mode is defined as an optimization to reduce CPU processing on clients and
proxies, as well as avoiding MTU overhead for packets on the wire. This makes it
suitable for deployment situations that otherwise relied on cleartext TCP
proxies, which cannot support QUIC and have inferior security and privacy
properties.</t>
      <t>The properties provided by the forwarded mode are as follows:</t>
      <ul spacing="normal">
        <li>All packets sent between the client and the target traverse through the proxy
device.</li>
        <li>The target server cannot know the IP address of the client solely based on the
proxied packets the target receives.</li>
        <li>Observers of either or both of the client &lt;-&gt; proxy link and the proxy &lt;-&gt;
target are not able to learn more about the client &lt;-&gt; target communication than
if no proxy was used.</li>
      </ul>
      <t>It is not a goal of forwarded mode to prevent correlation between client &lt;-&gt;
proxy and the proxy &lt;-&gt; target packets from an entity that can observe both
links. See <xref target="security"/> for further discussion.</t>
      <t>Both clients and proxies can unilaterally choose to disable forwarded mode for
any client &lt;-&gt; target connection.</t>
      <t>The forwarded mode of this extension is only defined for HTTP/3
<xref target="HTTP3"/> and not any earlier versions of HTTP.</t>
      <t>QUIC proxies only need to understand the Header Form bit, and the connection ID
fields from packets in client &lt;-&gt; target QUIC connections. Since these fields
are all in the QUIC invariants header <xref target="INVARIANTS"/>,
QUIC proxies can proxy all versions of QUIC.</t>
      <section anchor="conventions">
        <name>Conventions and Definitions</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.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses the following terms:</t>
        <ul spacing="normal">
          <li>Client: the client of all QUIC connections discussed in this document.</li>
          <li>Proxy: the endpoint that responds to the UDP proxying request.</li>
          <li>Target: the server that a client is accessing via a proxy.</li>
          <li>Client &lt;-&gt; Proxy HTTP stream: a single HTTP stream established from
the client to the proxy.</li>
          <li>Socket: a UDP 4-tuple (local IP address, local UDP port, remote IP address,
remote UDP port). In some implementations, this is referred to as a "connected"
socket.</li>
          <li>Client-facing socket: the socket used to communicate between the client and
the proxy.</li>
          <li>Target-facing socket: the socket used to communicate between the proxy and
the target.</li>
          <li>Client Connection ID: a QUIC Connection ID that is chosen by the client, and
is used in the Destination Connection ID field of packets from the target to
the client.</li>
          <li>Target Connection ID: a QUIC Connection ID that is chosen by the target, and
is used in the Destination Connection ID field of packets from the client to
the target.</li>
          <li>Virtual Client Connection ID: a fake QUIC Connection ID that is chosen by the
client that the proxy MUST use when sending QUIC packets in forwarded mode.</li>
          <li>Virtual Target Connection ID: a fake QUIC Connection ID that is chosen by the
proxy that the client MUST use when sending QUIC packets in forwarded mode.</li>
        </ul>
      </section>
      <section anchor="virtual-connection-ids">
        <name>Virtual Connection IDs</name>
        <t>QUIC allows each endpoint of a connection to choose the connection IDs it
receives with. Servers receiving QUIC packets can employ load balancing
strategies such as those described in <xref target="QUIC-LB"/>
that encode routing information in
the connection ID. When operating in forwarded mode, clients send QUIC packets
destined for the Target directly to the Proxy. Since these packets are generated
using the Target Connection ID, load balancers would not be able to route packets
to the correct Proxy if the packets were sent with the Target Connection ID.
The Virtual Target Connection ID is a connection ID chosen
by the Proxy that the Client uses when sending forwarded mode packets. The Proxy
replaces the Virtual Target Connection ID with the Target Connection ID prior to
forwarding the packet to the Target.</t>
        <t>Similarly, QUIC requires that connection IDs aren't reused over multiple network
paths to avoid linkability. The Virtual Client Connection ID is a connection ID
chosen by the Client that the Proxy uses when sending forwarded mode packets.
The Proxy replaces the Client Connection ID with the Virtual Client Connection
ID prior to forwarding the packet to the Client. Clients take advantage of this
to avoid linkability when migrating a client to proxy network path. The Virtual
Client Connection ID allows the connection ID bytes to change on the wire
without requiring the connection IDs on the client to target connection change.</t>
        <t>Clients and Proxies not implementing forwarded mode do not need to consider
Virtual Connection IDs since all Client&lt;-&gt;Target datagrams will be encapsulated
within the Client&lt;-&gt;Proxy connection.</t>
      </section>
    </section>
    <section anchor="mappings">
      <name>Required Proxy State</name>
      <t>In the methods defined in this document, the proxy is aware of the QUIC
Connection IDs being used by proxied connections, along with the sockets
used to communicate with the client and the target. Tracking Connection IDs in
this way allows the proxy to reuse target-facing sockets for multiple
connections and support the forwarded mode of proxying.</t>
      <t>QUIC packets can be either tunnelled within an HTTP proxy connection using
HTTP Datagram frames <xref target="HTTP-DGRAM"/>, or be forwarded
directly alongside an HTTP/3 proxy connection on the same set of IP addresses and UDP
ports. The use of forwarded mode requires the consent of both the client and the
proxy.</t>
      <t>In order to correctly route QUIC packets in both tunnelled and forwarded modes,
the proxy needs to maintain mappings between several items. There are three
required unidirectional mappings, described below.</t>
      <section anchor="stream-mapping">
        <name>Stream Mapping</name>
        <t>Each client &lt;-&gt; proxy HTTP stream MUST be mapped to a single target-facing socket.</t>
        <artwork><![CDATA[
(Client <-> Proxy HTTP Stream) => Target-facing socket
]]></artwork>
        <t>Multiple streams can map to the same target-facing socket, but a
single stream cannot be mapped to multiple target-facing sockets.</t>
        <t>This mapping guarantees that any HTTP Datagram using a stream sent
from the client to the proxy in tunnelled mode can be sent to the correct
target.</t>
      </section>
      <section anchor="virtual-target-connection-id-mapping">
        <name>Virtual Target Connection ID Mapping</name>
        <t>Each pair of Virtual Target Connection ID and client-facing socket MUST map to a
single target-facing socket and Target Connection ID.</t>
        <artwork><![CDATA[
(Client-facing socket + Virtual Target Connection ID)
    => (Target-facing socket + Target Connection ID)
]]></artwork>
        <t>Multiple pairs of Connection IDs and client-facing sockets can map to the
same target-facing socket.</t>
        <t>This mapping guarantees that any QUIC packet containing the Virtual Target
Connection ID sent from the client to the proxy in forwarded mode can be sent to
the correct target with the correct Target Connection ID. Thus, a proxy that
does not allow forwarded mode does not need to maintain this mapping.</t>
      </section>
      <section anchor="client-connection-id-mappings">
        <name>Client Connection ID Mappings</name>
        <t>Each pair of Client Connection ID and target-facing socket MUST map to a single
stream on a single client &lt;-&gt; proxy HTTP stream. Additionally, when supporting
forwarded mode, the pair of Client Connection ID and target-facing socket MUST
map to a single client-facing socket and Virtual Client Connection ID.</t>
        <artwork><![CDATA[
(Target-facing socket + Client Connection ID) => (Client <-> Proxy HTTP Stream)
(Target-facing socket + Client Connection ID)
    => (Client-facing socket + Virtual Client Connection ID)
]]></artwork>
        <t>Multiple pairs of Connection IDs and target-facing sockets can map to the same
HTTP stream or client-facing socket.</t>
        <t>These mappings guarantee that any QUIC packet sent from a target to the proxy
can be sent to the correct client, in either tunnelled or forwarded mode. Note
that this mapping becomes trivial if the proxy always opens a new target-facing
socket for every client request with a unique stream. The mapping is
critical for any case where target-facing sockets are shared or reused.</t>
      </section>
      <section anchor="conflicts">
        <name>Detecting Connection ID Conflicts</name>
        <t>In order to be able to route packets correctly in both tunnelled and forwarded
mode, proxies check for conflicts before creating a new mapping. If a conflict
is detected, the proxy will reject the client's request, as described in
<xref target="proxy-behavior"/>.</t>
        <t>Two sockets conflict if and only if all members of the 4-tuple (local IP
address, local UDP port, remote IP address, and remote UDP port) are identical.</t>
        <t>Two Connection IDs conflict if and only if one Connection ID is equal to or a
prefix of another. For example, a zero-length Connection ID conflicts with all
connection IDs. This definition of a conflict originates from the fact that
QUIC short headers do not carry the length of the Destination Connection ID
field, and therefore if two short headers with different Destination Connection
IDs are received on a shared socket, one being a prefix of the other prevents
the receiver from identifying which mapping this corresponds to.</t>
        <t>The proxy treats two mappings as being in conflict when a conflict is detected
for all elements on the left side of the mapping diagrams above.</t>
        <t>Since very short Connection IDs are more likely to lead to conflicts,
particularly zero-length Connection IDs, a proxy MAY choose to reject all
requests for very short Connection IDs as conflicts, in anticipation of future
conflicts.</t>
      </section>
      <section anchor="stateless-resets-for-forwarded-mode-quic-packets">
        <name>Stateless Resets for Forwarded Mode QUIC Packets</name>
        <t>While the lifecycle of forwarding rules are bound to the lifecycle of the
client&lt;-&gt;proxy HTTP stream, a peer may not be aware that the stream has
terminated. If the above mappings are lost or removed without the peer's
knowledge, they may send forwarded mode packets even though the Client
or Proxy no longer has state for that connection. To allow the Client or
Proxy to reset the client&lt;-&gt;target connection in the absence the mappings
above, a stateless reset token corresponding to the Virtual Connection ID
can be provided.</t>
        <t>Consider a proxy that initiates closure of a client&lt;-&gt;proxy QUIC connection.
If the client is temporarily unresponsive or unreachable, the proxy might have
considered the connection closed and removed all connection state (including
the stream mappings used for forwarding). If the client never learned about the closure, it
might send forwarded mode packets to the proxy, assuming the stream mappings
and client&lt;-&gt;proxy connection are still intact. The proxy will receive these
forwarded mode packets, but won't have any state corresponding to the
destination connection ID in the packet. If the proxy has provided a stateless
reset token for the Virtual Target Connection ID, it can send a stateless reset
packet to quickly notify the client that the client&lt;-&gt;target connection is
broken.</t>
      </section>
      <section anchor="stateless-resets-from-the-target">
        <name>Stateless Resets from the Target</name>
        <t>Reuse of target-facing sockets is only possible because QUIC connection IDs
allow distinguishing packets for multiple QUIC connections received with the
same 5-tuple. One exception to this is Stateless Reset packets, in which the
connection ID is not used, but rather populated with unpredictable bits followed
by a Stateless Reset token, to make it indistinguishable from a regular packet
with a short header. In order for the proxy to correctly recognize Stateless
Reset packets, the client SHOULD share the Stateless Reset token for each
registered Target Connection ID. When the proxy receives a Stateless Reset packet,
it can send the packet to the client as a tunnelled datagram. Although Stateless Reset packets
look like short header packets, they are not technically short header packets and do not contain
negotiated connection IDs, and thus are not eligible for forwarded mode.</t>
      </section>
    </section>
    <section anchor="connection-id-capsule-types">
      <name>Connection ID Capsule Types</name>
      <t>Proxy awareness of QUIC Connection IDs relies on using capsules (<xref target="HTTP-DGRAM"/>)
to signal the addition and removal of Client and Target Connection IDs.</t>
      <t>Note that these capsules do not register contexts. QUIC packets are encoded
using HTTP Datagrams with the context ID set to zero as defined in
<xref target="CONNECT-UDP"/>.</t>
      <t>The capsules used for QUIC-aware proxying allow a client to register connection
IDs with the proxy, and for the proxy to acknowledge or reject the connection
ID mappings.</t>
      <t>The REGISTER_CLIENT_CID and REGISTER_TARGET_CID capsule types (see
<xref target="iana-capsule-types"/> for the capsule type values) allow a client to inform
the proxy about a new Client Connection ID or a new Target Connection ID,
respectively. These capsule types MUST only be sent by a client.</t>
      <t>The ACK_CLIENT_CID and ACK_TARGET_CID capsule types (see <xref target="iana-capsule-types"/>
for the capsule type values) are sent by the proxy to the client to indicate
that a mapping was successfully created for a registered connection ID as well
as provide the Virtual Target Connection ID that may be used in forwarded mode.
These capsule types MUST only be sent by a proxy.</t>
      <t>The CLOSE_CLIENT_CID and CLOSE_TARGET_CID capsule types (see
<xref target="iana-capsule-types"/> for the capsule type values) allow either a client
or a proxy to remove a mapping for a connection ID. These capsule types
MAY be sent by either a client or the proxy. If a proxy sends a
CLOSE_CLIENT_CID without having sent an ACK_CLIENT_CID, or if a proxy
sends a CLOSE_TARGET_CID without having sent an ACK_TARGET_CID,
it is rejecting a Connection ID registration.</t>
      <t>ACK_CLIENT_CID, CLOSE_CLIENT_CID, and CLOSE_TARGET_CID capsule types are
formatted as follows:</t>
      <figure anchor="fig-capsule-cid">
        <name>Connection ID Capsule Format</name>
        <artwork><![CDATA[
Connection ID Capsule {
  Type (i) = 0xffe402, 0xffe404, 0xffe405
  Length (i),
  Connection ID (0..2040),
}
]]></artwork>
      </figure>
      <dl>
        <dt>Connection ID:</dt>
        <dd>
          <t>A connection ID being acknowledged, which is between 0 and 255 bytes in
length. The length of the connection ID is implied by the length of the
capsule. Note that in QUICv1, the length of the Connection ID is limited
to 20 bytes, but QUIC invariants allow up to 255 bytes.</t>
        </dd>
      </dl>
      <t>The REGISTER_TARGET_CID capsule includes the target-provided connection ID
and Stateless Reset Token.</t>
      <figure anchor="fig-capsule-register-target-cid">
        <name>Register Target Connection ID Capsule Format</name>
        <artwork><![CDATA[
Register Target Connection ID Capsule {
  Type (i) = 0xffe401
  Length (i),
  Connection ID Length (i)
  Connection ID (0..2040),
  Stateless Reset Token Length (i),
  Stateless Reset Token (..),
}
]]></artwork>
      </figure>
      <dl>
        <dt>Connection ID Length</dt>
        <dd>
          <t>The length of the connection ID being registered, which is between 0 and
255. Note that in QUICv1, the length of the Connection ID is limited to 20
bytes, but QUIC invariants allow up to 255 bytes.</t>
        </dd>
        <dt>Connection ID</dt>
        <dd>
          <t>A connection ID being registered whose length is equal to Connection ID
Length. This is the real Target or Client Connection ID.</t>
        </dd>
        <dt>Stateless Reset Token Length</dt>
        <dd>
          <t>The length of the target-provided Stateless Reset Token.</t>
        </dd>
        <dt>Stateless Reset Token</dt>
        <dd>
          <t>The target-provided Stateless Reset token allowing the proxy to correctly
recognize Stateless Reset packets to be tunneled to the client.</t>
        </dd>
      </dl>
      <t>The REGISTER_CLIENT_CID and ACK_TARGET_CID capsule types include a Virtual
Connection ID and Stateless Reset Token.</t>
      <figure anchor="fig-capsule-virtual-cid">
        <name>Virtual Connection ID Capsule Format</name>
        <artwork><![CDATA[
Virtual Connection ID Capsule {
  Type (i) = 0xffe400, 0xffe403
  Length (i)
  Connection ID Length (i)
  Connection ID (0..2040),
  Virtual Connection ID Length (i)
  Virtual Connection ID (0..2040),
  Stateless Reset Token Length (i),
  Stateless Reset Token (..),
}
]]></artwork>
      </figure>
      <dl>
        <dt>Connection ID Length</dt>
        <dd>
          <t>The length of the connection ID being registered or acknowledged, which
is between 0 and 255. Note that in QUICv1, the length of the Connection ID
is limited to 20 bytes, but QUIC invariants allow up to 255 bytes.</t>
        </dd>
        <dt>Connection ID</dt>
        <dd>
          <t>A connection ID being registered or acknowledged whose length is equal to
Connection ID Length. This is the real Target or Client Connection ID.</t>
        </dd>
        <dt>Virtual Connection ID Length</dt>
        <dd>
          <t>The length of the virtual connection ID being provided. This MUST be a valid
connection ID length for the QUIC version used in the client&lt;-&gt;proxy QUIC
connection. When forwarded mode is not negotiated, the length MUST be zero.
The Virtual Connection ID Length and Connection ID Length SHOULD be equal
when possible to avoid the need to resize packets during replacement.</t>
        </dd>
        <dt>Virtual Connection ID</dt>
        <dd>
          <t>The peer-chosen connection ID that the sender of forwarded mode packets MUST
use when sending. The endpoint rewrites forwarded mode packets to contain the
correct Connection ID prior to sending them.</t>
        </dd>
        <dt>Stateless Reset Token Length</dt>
        <dd>
          <t>The length of the stateless reset token that may be sent by the client or
proxy in response to forwarded mode packets in order to reset the
Client&lt;-&gt;Target QUIC connection. When forwarded mode is not negotiated, the
length MUST be zero. Proxies or Clients choosing not to support stateless
resets MAY set the length to zero. Clients or Proxies receiving a zero-length
stateless reset token MUST ignore it.</t>
        </dd>
        <dt>Stateless Reset Token</dt>
        <dd>
          <t>A Stateless Reset Token allowing reset of the Client&lt;-&gt;Target connection in
response to Client&lt;-&gt;Target forwarded mode packets.</t>
        </dd>
      </dl>
    </section>
    <section anchor="client-behavior">
      <name>Client Behavior</name>
      <t>A client initiates UDP proxying via a CONNECT request as defined
in <xref target="CONNECT-UDP"/>. Within its request, it includes the "Proxy-QUIC-Forwarding"
header to indicate whether or not the request should support forwarding.
If this header is not included, the client MUST NOT send any connection ID
capsules.</t>
      <t>The "Proxy-QUIC-Forwarding" is an Item Structured Header <xref target="RFC8941"/>. Its
value MUST be a Boolean. Its ABNF is:</t>
      <artwork><![CDATA[
    Proxy-QUIC-Forwarding = sf-boolean
]]></artwork>
      <t>If the client wants to enable QUIC packet forwarding for this request, it sets
the value to "?1". If it doesn't want to enable forwarding, but instead only
provide information about QUIC Connection IDs for the purpose of allowing
the proxy to share a target-facing socket, it sets the value to "?0".</t>
      <t>If the proxy supports QUIC-aware proxying, it will include the
"Proxy-QUIC-Forwarding" header in successful HTTP responses. The value
indicates whether or not the proxy supports forwarding. If the client does
not receive this header in responses, the client SHALL assume that the proxy
does not support this extension.</t>
      <t>The client sends a REGISTER_CLIENT_CID capsule whenever it advertises a new
Client Connection ID to the target, and a REGISTER_TARGET_CID capsule when
it has received a new Target Connection ID for the target. In order to change
the connection ID bytes on the wire, a client can update a previously advertised Virtual Client
Connection ID by sending a new REGISTER_CLIENT_CID with the same Connection ID,
but a different Virtual Connection ID. Similarly, the client may solicit a new
Virtual Target Connection ID by sending a REGISTER_TARGET_CID capsule with
a previously registered Target Connection ID. Clients are responsible for
changing Virtual Connection IDs when the HTTP stream's network path changes to
avoid linkability across network paths. Note that initial
REGISTER_CLIENT_CID capsules MAY be sent prior to receiving an HTTP response
from the proxy.</t>
      <section anchor="new-proxied-connection-setup">
        <name>New Proxied Connection Setup</name>
        <t>To initiate QUIC-aware proxying, the client sends a REGISTER_CLIENT_CID
capsule containing the initial Client Connection ID that the client has
advertised to the target as well as a Virtual Connection ID that the proxy MUST
use when sending forwarded mode packets. If forwarded mode is not supported,
the Virtual Connection ID Length MUST be zero.</t>
        <t>If the mapping is created successfully, the client will receive a
ACK_CLIENT_CID capsule that contains the same Client Connection ID that was
requested.</t>
        <t>Since clients are always aware whether or not they are using a QUIC proxy,
clients are expected to cooperate with proxies in selecting Client Connection
IDs. A proxy detects a conflict when it is not able to create a unique mapping
using the Client Connection ID (<xref target="conflicts"/>). It can reject requests that
would cause a conflict and indicate this to the client by replying with a
CLOSE_CLIENT_CID capsule. In order to avoid conflicts, clients SHOULD select
Client Connection IDs of at least 8 bytes in length with unpredictable values.
A client also SHOULD NOT select a Client Connection ID that matches the ID used
for the QUIC connection to the proxy, as this inherently creates a conflict.</t>
        <t>If the rejection indicated a conflict due to the Client Connection ID, the
client MUST select a new Connection ID before sending a new request, and
generate a new packet. For example, if a client is sending a QUIC Initial
packet and chooses a Connection ID that conflicts with an existing mapping
to the same target server, it will need to generate a new QUIC Initial.</t>
      </section>
      <section anchor="adding-new-client-connection-ids">
        <name>Adding New Client Connection IDs</name>
        <t>Since QUIC connection IDs are chosen by the receiver, an endpoint needs to
communicate its chosen connection IDs to its peer before the peer can start
using them. In QUICv1, this is performed using the NEW_CONNECTION_ID frame.</t>
        <t>Prior to informing the target of a new chosen client connection ID, the client
MUST send a REGISTER_CLIENT_CID capsule request containing the new Client
Connection ID and Virtual Client Connection ID.</t>
        <t>The client should only inform the target of the new Client Connection ID once an
ACK_CLIENT_CID capsule is received that contains the echoed connection ID.</t>
      </section>
      <section anchor="sending-with-forwarded-mode">
        <name>Sending With Forwarded Mode</name>
        <t>Support for forwarded mode is determined by the "Proxy-QUIC-Forwarding" header,
see <xref target="proxy-behavior"/>.</t>
        <t>Once the client has learned the target server's Connection ID, such as in the
response to a QUIC Initial packet, it can send a REGISTER_TARGET_CID capsule
containing the Target Connection ID to request the ability to forward packets.</t>
        <t>The client MUST wait for an ACK_TARGET_CID capsule that contains the echoed
connection ID and Virtual Target Connection ID before using forwarded mode.</t>
        <t>Prior to receiving the proxy server response, the client MUST send short header
packets tunnelled in HTTP Datagram frames. The client MAY also choose to tunnel
some short header packets even after receiving the successful response.</t>
        <t>If the Target Connection ID registration is rejected, for example with a
CLOSE_TARGET_CID capsule, it MUST NOT forward packets to the requested Target
Connection ID, but only use tunnelled mode. The request might also be rejected
if the proxy does not support forwarded mode or has it disabled by policy.</t>
        <t>QUIC long header packets MUST NOT be forwarded. These packets can only be
tunnelled within HTTP Datagram frames to avoid exposing unnecessary connection
metadata.</t>
        <t>When forwarding, the client sends a QUIC packet with the Virtual Target
Connection ID in the QUIC short header, using the same socket between client and
proxy that was used for the main QUIC connection between client and proxy.</t>
        <t>When forwarding, the proxy sends a QUIC packet with the Virtual Client Target
Connection ID in the QUIC short header, using the same socket between client
and proxy that was used for the main QUIC connection between client and proxy.</t>
        <t>Prior to sending a forwarded mode packet, the sender MUST replace the Connection
ID with the Virtual Connection ID. If the Virtual Connection ID is larger than
the Connection ID, the sender MUST extend the length of the packet by the
difference between the two lengths, to include the entire Virtual Connection ID.
If the Virtual Connection ID is smaller than the Connection ID, the sender MUST
shrink the length of the packet by the difference between the two lengths.</t>
        <t>Clients and proxies supporting forwarded mode MUST be able to handle Virtual
Connection IDs of different lengths than the corresponding Connection IDs.</t>
      </section>
      <section anchor="receiving-with-forwarded-mode">
        <name>Receiving With Forwarded Mode</name>
        <t>If the client has indicated support for forwarded mode with the "Proxy-QUIC-Forwarding"
header, the proxy MAY use forwarded mode for any Client Connection ID for which
it has a valid mapping.</t>
        <t>Once a client has sent "Proxy-QUIC-Forwarding" with a value of "?1", it MUST be
prepared to receive forwarded short header packets on the socket between itself
and the proxy for any Virtual Client Connection ID that it has registered with a
REGISTER_CLIENT_CID capsule. The client uses the Destination Connection ID field
of the received packet to determine if the packet was originated by the proxy,
or merely forwarded from the target. The client replaces the Virtual Client
Connection ID with the real Client Connection ID before processing the packet further.</t>
      </section>
      <section anchor="connection-maintenance-in-forwarded-mode">
        <name>Connection Maintenance in Forwarded Mode</name>
        <t>When a client and proxy are using forwarded mode, it is possible that there can be
long periods of time in which no ack-eliciting packets (see <xref section="2" sectionFormat="of" target="QUIC-RETRANSMISSION"/>) are exchanged
between the client and proxy. If these periods extend beyond the effective idle
timeout for the client-to-proxy QUIC connection (see <xref section="10.1" sectionFormat="of" target="QUIC"/>),
the QUIC connection might be closed by the proxy if the proxy does not use
forwarded packets as an explicit liveness signal. To avoid this, clients SHOULD
send keepalive packets to the proxy before the idle timeouts would be reached,
which can be done using a PING frame or another ack-eliciting frame as described
in <xref section="10.1.1" sectionFormat="of" target="QUIC"/>.</t>
      </section>
    </section>
    <section anchor="proxy-behavior">
      <name>Proxy Behavior</name>
      <t>Upon receipt of a CONNECT request that includes the "Proxy-QUIC-Forwarding"
header, the proxy indicates to the client that it supports QUIC-aware proxying
by including a "Proxy-QUIC-Forwarding" header in a successful response.
If it supports QUIC packet forwarding, it sets the value to "?1"; otherwise,
it sets it to "?0".</t>
      <t>Upon receipt of a REGISTER_CLIENT_CID or REGISTER_TARGET_CID capsule,
the proxy validates the registration, tries to establish the appropriate
mappings as described in <xref target="mappings"/>.</t>
      <t>The proxy MUST reply to each REGISTER_CLIENT_CID capsule with either
an ACK_CLIENT_CID or CLOSE_CLIENT_CID capsule containing the
Connection ID that was in the registration capsule.</t>
      <t>Similarly, the proxy MUST reply to each REGISTER_TARGET_CID capsule with
either an ACK_TARGET_CID or CLOSE_TARGET_CID capsule containing the
Connection ID that was in the registration capsule.</t>
      <t>The proxy then determines the target-facing socket to associate with the
client's request. This will generally involve performing a DNS lookup for
the target hostname in the CONNECT request, or finding an existing target-facing
socket to the authority. The target-facing socket might already be open due to a
previous request from this client, or another. If the socket is not already
created, the proxy creates a new one. Proxies can choose to reuse target-facing
sockets across multiple UDP proxying requests, or have a unique target-facing socket
for every UDP proxying request.</t>
      <t>If a proxy reuses target-facing sockets, it SHOULD store which authorities
(which could be a domain name or IP address literal) are being accessed over a
particular target-facing socket so it can avoid performing a new DNS query and
potentially choosing a different target server IP address which could map to a
different target server.</t>
      <t>Target-facing sockets MUST NOT be reused across QUIC and non-QUIC UDP proxy
requests, since it might not be possible to correctly demultiplex or direct
the traffic. Any packets received on a target-facing socket used for proxying
QUIC that does not correspond to a known Connection ID MUST be dropped.</t>
      <t>When the proxy recieves a REGISTER_CLIENT_CID capsule, it is receiving a
request to be able to route traffic matching the Client Connection ID back to
the client using the Virtual Client Connection ID. If the pair of this Client
Connection ID and the selected target-facing socket does not create a conflict,
the proxy creates the mapping and responds with a ACK_CLIENT_CID capsule. After
this point, any packets received by the proxy from the target-facing socket that
match the Client Connection ID can to be sent to the client after the proxy has
replaced the Connection ID with the Virtual Client Connection ID. The proxy MUST
use tunnelled mode (HTTP Datagram frames) for any long header packets. The proxy
SHOULD forward directly to the client for any matching short header packets if
forwarding is supported by the client, but the proxy MAY tunnel these packets in
HTTP Datagram frames instead. If the mapping would create a conflict, the proxy
responds with a CLOSE_CLIENT_CID capsule.</t>
      <t>When the proxy recieves a REGISTER_TARGET_CID capsule, it is receiving a
request to allow the client to forward packets to the target. The proxy
generates a Virtual Target Connection ID for the client to use when sending
packets in forwarded mode. If forwarded mode is not supported, the proxy MUST
NOT send a Virtual Target Connection ID by setting the length to zero. If
forwarded mode is supported, the proxy MUST use a Virtual Target Connection ID
that does not introduce a conflict with any other Connection ID on the
client-facing socket. The proxy creates the mapping and responds with an
ACK_TARGET_CID capsule. Once the successful response is sent, the proxy will
forward any short header packets received on the client-facing socket that use
the Virtual Target Connection ID using the correct target-facing socket after
first rewriting the Virtual Target Connection ID to be the correct Target
Connection ID.</t>
      <t>A proxy that supports forwarded mode but chooses not to support rewriting the
Virtual Target Connection ID to the Target Connection ID may opt to simply let
them be equal. If the proxy does wish to choose a Virtual Target Connection ID,
it MUST be able to replace the Virtual Target Connection ID with the Target
Connection ID and correctly handle length differences between the two.
Regardless of whether or not the proxy chooses to support rewriting of the
Virtual Target Connection ID, it MUST be able to support rewriting the Client
Connection ID to the Virtual Client Connection ID.</t>
      <t>If the proxy does not support forwarded mode, or does not allow forwarded mode
for a particular client or authority by policy, it can reject all REGISTER_TARGET_CID
requests with CLOSE_TARGET_CID capsule.</t>
      <t>The proxy MUST only forward non-tunnelled packets from the client that are QUIC
short header packets (based on the Header Form bit) and have mapped Virtual Target
Connection IDs. Packets sent by the client that are forwarded SHOULD be
considered as activity for restarting QUIC's Idle Timeout <xref target="QUIC"/>.</t>
      <section anchor="removing-mapping-state">
        <name>Removing Mapping State</name>
        <t>For any registration capsule for which the proxy has sent an acknowledgement, any
mappings last until either endpoint sends a close capsule or the either side of the
HTTP stream closes.</t>
        <t>A client that no longer wants a given Connection ID to be forwarded by the
proxy sends a CLOSE_CLIENT_CID or CLOSE_TARGET_CID capsule.</t>
        <t>If a client's connection to the proxy is terminated for any reason, all
mappings associated with all requests are removed.</t>
        <t>A proxy can close its target-facing socket once all UDP proxying requests mapped to
that socket have been removed.</t>
      </section>
      <section anchor="handling-connection-migration">
        <name>Handling Connection Migration</name>
        <t>If a proxy supports QUIC connection migration, it needs to ensure that a migration
event does not end up sending too many tunnelled or proxied packets on a new
path prior to path validation.</t>
        <t>Specifically, the proxy MUST limit the number of packets that it will proxy
to an unvalidated client address to the size of an initial congestion window.
Proxies additionally SHOULD pace the rate at which packets are sent over a new
path to avoid creating unintentional congestion on the new path.</t>
        <t>When operating in forwarded mode, the proxy reconfigures or removes forwarding
rules as the network path between the client and proxy changes. In the event of
passive migration, the proxy automatically reconfigures forwarding rules to use
the latest active and validated network path for the HTTP stream. In the event of
active migration, the proxy removes forwarding rules in order to not send
packets with the same connection ID bytes over multiple network paths. After
initiating active migration, clients are no longer able to send forwarded mode
packets since the proxy will have removed forwarding rules. Clients can proceed with
tunnelled mode or can request new forwarding rules via REGISTER_CLIENT_CID and
REGISTER_TARGET_CID capsules. Each of these capsules will contain new virtual
connection IDs to prevent packets with the same connection ID bytes being used
over multiple network paths. Note that the Client Connection ID and Target
Connection ID can stay the same while the Virtual Target Connection ID and
Virtual Client Connection ID change.</t>
      </section>
      <section anchor="handling-ecn-marking">
        <name>Handling ECN Marking</name>
        <t>Explicit Congestion Notification marking <xref target="ECN"/> uses two bits in the IP
header to signal congestion from a network to endpoints. When using forwarded mode,
the proxy replaces IP headers for packets exchanged between the client and target;
these headers can include ECN markings. Proxies SHOULD preserve ECN markings on
forwarded packets in both directions, to allow ECN to function end-to-end. If the proxy does not
preserve ECN markings, it MUST set ECN marks to zero on the IP headers it genrates.</t>
        <t>Forwarded mode does not create an IP-in-IP tunnel, so the guidance in
<xref target="ECN-TUNNEL"/> about transferring ECN markings between inner and outer IP
headers does not apply.</t>
        <t>A proxy MAY additionally add ECN markings to signal congestion being experienced
on the proxy itself.</t>
      </section>
    </section>
    <section anchor="example">
      <name>Example</name>
      <t>Consider a client that is establishing a new QUIC connection through the proxy.
It has selected a Client Connection ID of 0x31323334. In order to inform a proxy
of the new QUIC Client Connection ID, the client also sends a
REGISTER_CLIENT_CID capsule.</t>
      <t>The client will also send the initial QUIC packet with the Long Header form in
an HTTP datagram.</t>
      <artwork><![CDATA[
Client                                             Server

STREAM(44): HEADERS             -------->
  :method = CONNECT
  :protocol = connect-udp
  :scheme = https
  :path = /target.example.com/443/
  :authority = proxy.example.org
  proxy-quic-forwarding = ?1
  capsule-protocol = ?1

STREAM(44): DATA                -------->
  Capsule Type = REGISTER_CLIENT_CID
  Connection ID = 0x31323334
  Virtual CID = 0x62646668
  Stateless Reset Token = Token

DATAGRAM                        -------->
  Quarter Stream ID = 11
  Context ID = 0
  Payload = Encapsulated QUIC initial

           <--------  STREAM(44): HEADERS
                        :status = 200
                        proxy-quic-forwarding = ?1
                        capsule-protocol = ?1

           <--------  STREAM(44): DATA
                        Capsule Type = ACK_CLIENT_CID
                        Connection ID = 0x31323334

/* Wait for target server to respond to UDP packet. */

           <--------  DATAGRAM
                        Quarter Stream ID = 11
                        Context ID = 0
                        Payload = Encapsulated QUIC initial

/* All Client -> Target QUIC packets must still be encapsulated  */

DATAGRAM                        -------->
  Quarter Stream ID = 11
  Context ID = 0
  Payload = Encapsulated QUIC packet

/* Forwarded mode packets possible in Target -> Client direction  */

           <--------  UDP Datagram
                        Payload = Forwarded QUIC SH packet

]]></artwork>
      <t>Immediately after sending the REGISTER_CLIENT_CID capsule, the client may
receive forwarded mode packets from the proxy with a Virtual Client
Connection ID of 0x62646668 which it will replace with the real Client
Connection ID of 0x31323334. All forwarded mode packets sent by the proxy
will have been modified to contain the Virtual Client Connection ID instead
of the Client Connection ID.</t>
      <t>Once the client learns which Connection ID has been selected by the target
server, it can send a new request to the proxy to establish a mapping for
forwarding. In this case, that ID is 0x61626364. The client sends the
following capsule:</t>
      <artwork><![CDATA[
STREAM(44): DATA                -------->
  Capsule Type = REGISTER_TARGET_CID
  Connection ID = 0x61626364

           <--------  STREAM(44): DATA
                        Capsule Type = ACK_TARGET_CID
                        Connection ID = 0x61626364
                        Virtual Target Connection ID = 0x123412341234
                        Stateless Reset Token = Token

/* Client -> Target QUIC short header packets may use forwarding mode */

UDP Datagram                     -------->
  Payload = Forwarded QUIC SH packet

]]></artwork>
      <t>Upon receiving an ACK_TARGET_CID capsule, the client starts sending Short Header
packets with a Destination Connection ID of 0x123412341234 directly to the proxy
(not tunnelled), and these are rewritten by the proxy to have the Destination
Connection ID 0x61626364 prior to being forwarded directly to the target. In the
reverse direction, Short Header packets from the target with a Destination
Connection ID of 0x31323334 are modified to replace the Destination Connection
ID with the Virtual Client Connection ID of 0x62646668 and forwarded directly to
the client.</t>
    </section>
    <section anchor="packet-size-considerations">
      <name>Packet Size Considerations</name>
      <t>Since Initial QUIC packets must be at least 1200 bytes in length, the HTTP
Datagram frames that are used for a QUIC-aware proxy MUST be able to carry at least
1200 bytes.</t>
      <t>Additionally, clients that connect to a proxy for purpose of proxying QUIC
SHOULD start their connection with a larger packet size than 1200 bytes, to
account for the overhead of tunnelling an Initial QUIC packet within an
HTTP Datagram frame. If the client does not begin with a larger packet size than
1200 bytes, it will need to perform Path MTU (Maximum Transmission Unit)
discovery to discover a larger path size prior to sending any tunnelled Initial
QUIC packets.</t>
      <t>Once a proxied QUIC connections moves into forwarded mode, the client SHOULD
initiate Path MTU discovery to increase its end-to-end MTU.</t>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>Proxies that support this extension SHOULD provide protections to rate-limit
or restrict clients from opening an excessive number of proxied connections, so
as to limit abuse or use of proxies to launch Denial-of-Service attacks.</t>
      <t>Sending QUIC packets by forwarding through a proxy without tunnelling exposes
some QUIC header metadata to onlookers, and can be used to correlate packet
flows if an attacker is able to see traffic on both sides of the proxy.
Tunnelled packets have similar inference problems. An attacker on both sides
of the proxy can use the size of ingress and egress packets to correlate packets
belonging to the same connection. (Absent client-side padding, tunnelled packets
will typically have a fixed amount of overhead that is removed before their
HTTP Datagram contents are written to the target.)</t>
      <t>Since proxies that forward QUIC packets do not perform any cryptographic
integrity check, it is possible that these packets are either malformed,
replays, or otherwise malicious. This may result in proxy targets rate limiting
or decreasing the reputation of a given proxy.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <section anchor="iana-header">
        <name>HTTP Header</name>
        <t>This document registers the "Proxy-QUIC-Forwarding" header in the "Permanent Message
Header Field Names" &lt;<eref target="https://www.iana.org/assignments/message-headers"/>&gt;.</t>
        <figure anchor="iana-header-type-table">
          <name>Registered HTTP Header</name>
          <artwork><![CDATA[
    +-----------------------+----------+--------+---------------+
    | Header Field Name     | Protocol | Status |   Reference   |
    +-----------------------+----------+--------+---------------+
    | Proxy-QUIC-Forwarding |   http   |  exp   | This document |
    +-----------------------+----------+--------+---------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="iana-capsule-types">
        <name>Capsule Types</name>
        <t>This document registers six new values in the "HTTP Capsule Types"
registry established by <xref target="HTTP-DGRAM"/>.</t>
        <table anchor="iana-capsule-type-table">
          <name>Registered Capsule Types</name>
          <thead>
            <tr>
              <th align="left">Capule Type</th>
              <th align="left">Value</th>
              <th align="left">Specification</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">REGISTER_CLIENT_CID</td>
              <td align="left">0xffe400</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">REGISTER_TARGET_CID</td>
              <td align="left">0xffe401</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">ACK_CLIENT_CID</td>
              <td align="left">0xffe402</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">ACK_TARGET_CID</td>
              <td align="left">0xffe403</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">CLOSE_CLIENT_CID</td>
              <td align="left">0xffe404</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">CLOSE_TARGET_CID</td>
              <td align="left">0xffe405</td>
              <td align="left">This Document</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="David Schinazi" initials="D." surname="Schinazi">
              <organization>Google LLC</organization>
            </author>
            <date day="17" month="June" year="2022"/>
            <abstract>
              <t>This document describes how to proxy UDP in HTTP, similar to how the HTTP CONNECT method allows proxying TCP in HTTP.  More specifically, this document defines a protocol that allows an HTTP client to create a tunnel for UDP communications through an HTTP server that acts as a proxy.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-udp-15"/>
        </reference>
        <reference anchor="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
              <organization/>
            </author>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <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="HTTP3">
          <front>
            <title>HTTP/3</title>
            <author fullname="Mike Bishop" initials="M." surname="Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="2" month="February" year="2021"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-http-34"/>
        </reference>
        <reference anchor="INVARIANTS">
          <front>
            <title>Version-Independent Properties of QUIC</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the properties of the QUIC transport protocol that are common to all versions of the protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8999"/>
          <seriesInfo name="DOI" value="10.17487/RFC8999"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="HTTP-DGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="David Schinazi" initials="D." surname="Schinazi">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Lucas Pardue" initials="L." surname="Pardue">
              <organization>Cloudflare</organization>
            </author>
            <date day="17" month="June" year="2022"/>
            <abstract>
              <t>This document describes HTTP Datagrams, a convention for conveying multiplexed, potentially unreliable datagrams inside an HTTP connection.

 In HTTP/3, HTTP Datagrams can be sent unreliably using the QUIC DATAGRAM extension. When the QUIC DATAGRAM frame is unavailable or undesirable, HTTP Datagrams can be sent using the Capsule Protocol, which is a more general convention for conveying data in HTTP connections.

 HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-masque-h3-datagram-11"/>
        </reference>
        <reference anchor="RFC8941">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="P-H. Kamp" initials="P-H." surname="Kamp">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8941"/>
          <seriesInfo name="DOI" value="10.17487/RFC8941"/>
        </reference>
        <reference anchor="QUIC-RETRANSMISSION">
          <front>
            <title>QUIC Loss Detection and Congestion Control</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
              <organization/>
            </author>
            <author fullname="I. Swett" initials="I." role="editor" surname="Swett">
              <organization/>
            </author>
            <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="ECN">
          <front>
            <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
            <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan">
              <organization/>
            </author>
            <author fullname="S. Floyd" initials="S." surname="Floyd">
              <organization/>
            </author>
            <author fullname="D. Black" initials="D." surname="Black">
              <organization/>
            </author>
            <date month="September" year="2001"/>
            <abstract>
              <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3168"/>
          <seriesInfo name="DOI" value="10.17487/RFC3168"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="QUIC-LB">
          <front>
            <title>QUIC-LB: Generating Routable QUIC Connection IDs</title>
            <author fullname="Martin Duke" initials="M." surname="Duke">
              <organization>Google</organization>
            </author>
            <author fullname="Nick Banks" initials="N." surname="Banks">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Christian Huitema" initials="C." surname="Huitema">
              <organization>Private Octopus Inc.</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>   QUIC address migration allows clients to change their IP address
   while maintaining connection state.  To reduce the ability of an
   observer to link two IP addresses, clients and servers use new
   connection IDs when they communicate via different client addresses.
   This poses a problem for traditional "layer-4" load balancers that
   route packets via the IP address and port 4-tuple.  This
   specification provides a standardized means of securely encoding
   routing information in the server's connection IDs so that a properly
   configured load balancer can route packets with migrated addresses
   correctly.  As it proposes a structured connection ID format, it also
   provides a means of connection IDs self-encoding their length to aid
   some hardware offloads.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-load-balancers-15"/>
        </reference>
        <reference anchor="ECN-TUNNEL">
          <front>
            <title>Tunnelling of Explicit Congestion Notification</title>
            <author fullname="B. Briscoe" initials="B." surname="Briscoe">
              <organization/>
            </author>
            <date month="November" year="2010"/>
            <abstract>
              <t>This document redefines how the explicit congestion notification (ECN) field of the IP header should be constructed on entry to and exit from any IP-in-IP tunnel.  On encapsulation, it updates RFC 3168 to bring all IP-in-IP tunnels (v4 or v6) into line with RFC 4301 IPsec ECN processing.  On decapsulation, it updates both RFC 3168 and RFC 4301 to add new behaviours for previously unused combinations of inner and outer headers.  The new rules ensure the ECN field is correctly propagated across a tunnel whether it is used to signal one or two severity levels of congestion; whereas before, only one severity level was supported.  Tunnel endpoints can be updated in any order without affecting pre-existing uses of the ECN field, thus ensuring backward compatibility.  Nonetheless, operators wanting to support two severity levels (e.g., for pre-congestion notification -- PCN) can require compliance with this new specification.  A thorough analysis of the reasoning for these changes and the implications is included.  In the unlikely event that the new rules do not meet a specific need, RFC 4774 gives guidance on designing alternate ECN semantics, and this document extends that to include tunnelling issues.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6040"/>
          <seriesInfo name="DOI" value="10.17487/RFC6040"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Lucas Pardue, Ryan Hamilton, and Mirja Kühlewind for their inputs
on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
1kWFHA8kSschwIC8983/A5YEjO5+qQAA

-->

</rfc>
