<?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.19 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ip-05" category="std" consensus="true" submissionType="IETF" updates="9298" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title>Proxying IP in HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-ip-05"/>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly" role="editor">
      <organization>Apple Inc.</organization>
      <address>
        <email>tpauly@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</city>
          <region>CA</region>
          <code>94043</code>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="A." surname="Chernyakhovsky" fullname="Alex Chernyakhovsky">
      <organization>Google LLC</organization>
      <address>
        <email>achernya@google.com</email>
      </address>
    </author>
    <author initials="M." surname="Kuehlewind" fullname="Mirja Kuehlewind">
      <organization>Ericsson</organization>
      <address>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Westerlund" fullname="Magnus Westerlund">
      <organization>Ericsson</organization>
      <address>
        <email>magnus.westerlund@ericsson.com</email>
      </address>
    </author>
    <date year="2023" month="January" day="20"/>
    <area>Transport</area>
    <workgroup>MASQUE</workgroup>
    <keyword>quic</keyword>
    <keyword>http</keyword>
    <keyword>datagram</keyword>
    <keyword>VPN</keyword>
    <keyword>proxy</keyword>
    <keyword>tunnels</keyword>
    <keyword>quic in udp in IP in quic</keyword>
    <keyword>turtles all the way down</keyword>
    <keyword>masque</keyword>
    <keyword>http-ng</keyword>
    <abstract>
      <t>This document describes how to proxy IP packets in HTTP. This protocol is
similar to UDP proxying in HTTP, but allows transmitting arbitrary IP packets.
More specifically, this document defines a protocol that allows an HTTP client
to create an IP tunnel through an HTTP server that acts as a proxy. This
document updates RFC 9298.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-masque.github.io/draft-ietf-masque-connect-ip/draft-ietf-masque-connect-ip.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-masque-connect-ip/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        MASQUE Working Group mailing list (<eref target="mailto:masque@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/masque/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/masque/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-masque/draft-ietf-masque-connect-ip"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP provides the CONNECT method (see <xref section="9.3.6" sectionFormat="of" target="HTTP"/>) for
creating a TCP <xref target="TCP"/> tunnel to a destination and a similar mechanism
for UDP <xref target="CONNECT-UDP"/>. However, these mechanisms cannot tunnel other
protocols nor convey fields of the IP header.</t>
      <t>This document describes a protocol for tunnelling IP to an HTTP server acting
as an IP-specific proxy over HTTP. This can be used for various use cases
such as point-to-network VPN, secure point-to-point communication, or
general-purpose packet tunnelling.</t>
      <t>IP proxying operates similarly to UDP proxying <xref target="CONNECT-UDP"/>,
whereby the proxy itself is identified with an absolute URL, optionally
containing the traffic's destination. Clients generate these URLs using a
URI Template <xref target="TEMPLATE"/>, as described in <xref target="client-config"/>.</t>
      <t>This protocol supports all existing versions of HTTP by using HTTP Datagrams
<xref target="HTTP-DGRAM"/>. When using HTTP/2 <xref target="H2"/> or HTTP/3 <xref target="H3"/>, it uses
HTTP Extended CONNECT as described in <xref target="EXT-CONNECT2"/> and
<xref target="EXT-CONNECT3"/>. When using HTTP/1.x <xref target="H1"/>, it uses HTTP Upgrade
as defined in <xref section="7.8" sectionFormat="of" target="HTTP"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <t>In this document, we use the term "IP proxy" to refer to the HTTP server that
responds to the IP proxying request. If there are HTTP intermediaries (as defined
in <xref section="3.7" sectionFormat="of" target="HTTP"/>) between the client and the proxy, those are
referred to as "intermediaries" in this document.</t>
      <t>Note that, when the HTTP version in use does not support multiplexing streams
(such as HTTP/1.1), any reference to "stream" in this document represents the
entire connection.</t>
    </section>
    <section anchor="client-config">
      <name>Configuration of Clients</name>
      <t>Clients are configured to use IP proxying over HTTP via an URI Template
<xref target="TEMPLATE"/>. The URI template <bcp14>MAY</bcp14> contain two variables: "target" and
"ipproto" (<xref target="scope"/>). The optionality of the variables needs to be considered
when defining the template so that either the variable is self-identifying or it
is possible to exclude it in the syntax.</t>
      <t>Examples are shown below:</t>
      <figure anchor="fig-template-examples">
        <name>URI Template Examples</name>
        <artwork><![CDATA[
https://example.org/.well-known/masque/ip/{target}/{ipproto}/
https://proxy.example.org:4443/masque/ip?t={target}&i={ipproto}
https://proxy.example.org:4443/masque/ip{?target,ipproto}
https://masque.example.org/?user=bob
]]></artwork>
      </figure>
      <t>The following requirements apply to the URI Template:</t>
      <ul spacing="normal">
        <li>The URI Template <bcp14>MUST</bcp14> be a level 3 template or lower.</li>
        <li>The URI Template <bcp14>MUST</bcp14> be in absolute form, and <bcp14>MUST</bcp14> include non-empty scheme,
authority and path components.</li>
        <li>The path component of the URI Template <bcp14>MUST</bcp14> start with a slash "/".</li>
        <li>All template variables <bcp14>MUST</bcp14> be within the path or query components of the URI.</li>
        <li>The URI template <bcp14>MAY</bcp14> contain the two variables "target" and "ipproto" and <bcp14>MAY</bcp14>
contain other variables. If the "target" or "ipproto" variables are included,
their values <bcp14>MUST NOT</bcp14> be empty. Clients can instead use "*" to indicate
wildcard or no-preference values; see <xref target="scope"/>.</li>
        <li>The URI Template <bcp14>MUST NOT</bcp14> contain any non-ASCII unicode characters and <bcp14>MUST</bcp14>
only contain ASCII characters in the range 0x21-0x7E inclusive (note that
percent-encoding is allowed; see Section 2.1 of <xref target="URI"/>.</li>
        <li>The URI Template <bcp14>MUST NOT</bcp14> use Reserved Expansion ("+" operator), Fragment
Expansion ("#" operator), Label Expansion with Dot- Prefix, Path Segment
Expansion with Slash-Prefix, nor Path-Style Parameter Expansion with
Semicolon-Prefix.</li>
      </ul>
      <t>Clients <bcp14>SHOULD</bcp14> validate the requirements above; however, clients <bcp14>MAY</bcp14> use a
general-purpose URI Template implementation that lacks this specific validation.
If a client detects that any of the requirements above are not met by a URI
Template, the client <bcp14>MUST</bcp14> reject its configuration and abort the request without
sending it to the IP proxy.</t>
      <t>As with UDP proxying, some client configurations for IP proxies will only
allow the user to configure the proxy host and proxy port. Clients with such limitations
<bcp14>MAY</bcp14> attempt to access IP proxying capabilities using the default template, which is
defined as: "https://$PROXY_HOST:$PROXY_PORT/.well-known/masque/ip/{target}/{ipproto}/",
where $PROXY_HOST and $PROXY_PORT are the configured host and port of the IP proxy,
respectively. IP proxy deployments <bcp14>SHOULD</bcp14> offer service at this location if they need
to interoperate with such clients.</t>
    </section>
    <section anchor="tunnelling-ip-over-http">
      <name>Tunnelling IP over HTTP</name>
      <t>To allow negotiation of a tunnel for IP over HTTP, this document defines the
"connect-ip" HTTP Upgrade Token. The resulting IP tunnels use the Capsule
Protocol (see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>) with HTTP Datagrams in the format
defined in <xref target="payload-format"/>.</t>
      <t>To initiate an IP tunnel associated with a single HTTP stream, a client issues a
request containing the "connect-ip" upgrade token. The target of the tunnel is
indicated by the client to the IP proxy via the "target_host" and "target_port"
variables of the URI Template; see <xref target="client-config"/>.</t>
      <t>When sending its IP proxying request, the client <bcp14>SHALL</bcp14> perform URI template
expansion to determine the path and query of its request, see <xref target="client-config"/>.</t>
      <t>A successful response indicates that the IP proxy is willing to open an IP
forwarding tunnel between it and the client. Any response other than a
successful response indicates that the tunnel has not been formed.</t>
      <t>The lifetime of the IP forwarding tunnel is tied to the IP proxying request stream.
Closing that stream (in HTTP/3 via the FIN bit on a QUIC STREAM frame, or a
QUIC RESET_STREAM frame) closes the associated IP tunnel.</t>
      <t>Along with a successful response, the IP proxy can send capsules to assign
addresses and advertise routes to the client (<xref target="capsules"/>). The client can also
assign addresses and advertise routes to the IP proxy for network-to-network
routing.</t>
      <t>By virtue of the definition of the Capsule Protocol (see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>), IP proxying requests do not carry any message content.
Similarly, successful IP proxying responses also do not carry any message
content.</t>
      <section anchor="req1">
        <name>HTTP/1.1 Request</name>
        <t>When using HTTP/1.1 <xref target="H1"/>, an IP proxying request will meet the following
requirements:</t>
        <ul spacing="normal">
          <li>the method <bcp14>SHALL</bcp14> be "GET".</li>
          <li>the request <bcp14>SHALL</bcp14> include a single Host header field containing the origin
of the IP proxy.</li>
          <li>the request <bcp14>SHALL</bcp14> include a Connection header field with value "Upgrade"
(note that this requirement is case-insensitive as per <xref section="7.6.1" sectionFormat="of" target="HTTP"/>).</li>
          <li>the request <bcp14>SHALL</bcp14> include an Upgrade header field with value "connect-ip".</li>
        </ul>
        <t>An IP proxying request that does not conform to these restrictions is malformed.
The recipient of such a malformed request <bcp14>MUST</bcp14> respond with an error and <bcp14>SHOULD</bcp14>
use the 400 (Bad Request) status code.</t>
      </section>
      <section anchor="resp1">
        <name>HTTP/1.1 Response</name>
        <t>The IP proxy <bcp14>SHALL</bcp14> indicate a successful response by replying with the
following requirements:</t>
        <ul spacing="normal">
          <li>the HTTP status code on the response <bcp14>SHALL</bcp14> be 101 (Switching Protocols).</li>
          <li>the response <bcp14>SHALL</bcp14> include a Connection header field with value "Upgrade"
(note that this requirement is case-insensitive as per <xref section="7.6.1" sectionFormat="of" target="HTTP"/>).</li>
          <li>the response <bcp14>SHALL</bcp14> include a single Upgrade header field with value
"connect-ip".</li>
          <li>the response <bcp14>SHALL</bcp14> meet the requirements of HTTP responses that start the
Capsule Protocol; see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>.</li>
        </ul>
        <t>If any of these requirements are not met, the client <bcp14>MUST</bcp14> treat this proxying
attempt as failed and abort the connection.</t>
      </section>
      <section anchor="req23">
        <name>HTTP/2 and HTTP/3 Requests</name>
        <t>When using HTTP/2 <xref target="H2"/> or HTTP/3 <xref target="H3"/>, IP proxying requests use HTTP
Extended CONNECT. This requires that servers send an HTTP Setting as specified
in <xref target="EXT-CONNECT2"/> and <xref target="EXT-CONNECT3"/> and that requests use HTTP
pseudo-header fields with the following requirements:</t>
        <ul spacing="normal">
          <li>The :method pseudo-header field <bcp14>SHALL</bcp14> be "CONNECT".</li>
          <li>The :protocol pseudo-header field <bcp14>SHALL</bcp14> be "connect-ip".</li>
          <li>The :authority pseudo-header field <bcp14>SHALL</bcp14> contain the authority of the IP
proxy.</li>
          <li>The :path and :scheme pseudo-header fields <bcp14>SHALL NOT</bcp14> be empty. Their
values <bcp14>SHALL</bcp14> contain the scheme and path from the URI Template after the URI
Template expansion process has been completed; see <xref target="client-config"/>.
Variables in the URI template can determine the scope of the request, such
as requesting full-tunnel IP packet forwarding, or a specific proxied flow;
see <xref target="scope"/>.</li>
        </ul>
        <t>An IP proxying request that does not conform to these restrictions is
malformed (see <xref section="8.1.1" sectionFormat="of" target="H2"/> and <xref section="4.1.2" sectionFormat="of" target="H3"/>).</t>
      </section>
      <section anchor="resp23">
        <name>HTTP/2 and HTTP/3 Responses</name>
        <t>The IP proxy <bcp14>SHALL</bcp14> indicate a successful response by replying with the
following requirements:</t>
        <ul spacing="normal">
          <li>the HTTP status code on the response <bcp14>SHALL</bcp14> be in the 2xx (Successful) range.</li>
          <li>the response <bcp14>SHALL</bcp14> meet the requirements of HTTP responses that start the
Capsule Protocol; see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>.</li>
        </ul>
        <t>If any of these requirements are not met, the client <bcp14>MUST</bcp14> treat this proxying
attempt as failed and abort the request.</t>
      </section>
      <section anchor="scope">
        <name>Limiting Request Scope</name>
        <t>Unlike UDP proxying requests, which require specifying a target host, IP proxying
requests can allow endpoints to send arbitrary IP packets to any host. The
client can choose to restrict a given request to a specific IP prefix or IP
protocol by adding parameters to its request. When the IP proxy knows that a
request is scoped to a target prefix or protocol, it can leverage this
information to optimize its resource allocation; for example, the IP proxy can
assign the same public IP address to two IP proxying requests that are scoped to
different prefixes and/or different protocols.</t>
        <t>The scope of the request is indicated by the client to the IP proxy via the
"target" and "ipproto" variables of the URI Template; see <xref target="client-config"/>.
Both the "target" and "ipproto" variables are optional; if they are not included,
they are considered to carry the wildcard value "*".</t>
        <dl spacing="compact">
          <dt>target:</dt>
          <dd>
            <t>The variable "target" contains a hostname or IP prefix of a specific host to
which the client wants to proxy packets. If the "target" variable is not
specified or its value is "*", the client is requesting to communicate with any
allowable host. "target" supports using DNS names, IPv6 prefixes and IPv4
prefixes. Note that IPv6 scoped addressing zone identifiers are not supported.
If the target is an IP prefix (IP address optionally followed by a
percent-encoded slash followed by the prefix length in bits), the request will
only support a single IP version. If the target is a hostname, the IP proxy is
expected to perform DNS resolution to determine which route(s) to advertise to
the client. The IP proxy <bcp14>SHOULD</bcp14> send a ROUTE_ADVERTISEMENT capsule that includes
routes for all addresses that were resolved for the requested hostname, that are
accessible to the IP proxy, and belong to an address family for which the IP proxy
also sends an Assigned Address.</t>
          </dd>
          <dt>ipproto:</dt>
          <dd>
            <t>The variable "ipproto" contains an IP protocol number, as defined in the
"Assigned Internet Protocol Numbers" IANA registry maintained at
&lt;<eref target="https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml"/>&gt;.
If present, it specifies that a client only wants to proxy a specific IP
protocol for this request. If the value is "*", or the variable is not
included, the client is requesting to use any IP protocol.</t>
          </dd>
        </dl>
        <t>Using the terms IPv6address, IPv4address, and reg-name from <xref target="URI"/>, the
"target" and "ipproto" variables <bcp14>MUST</bcp14> adhere to the format in <xref target="target-format"/>,
using notation from <xref target="ABNF"/>. Additionally:</t>
        <ul spacing="normal">
          <li>if "target" contains an IPv6 literal or prefix, the colons (":") <bcp14>MUST</bcp14> be
percent-encoded. For example, if the target host is "2001:db8::42", it will be
encoded in the URI as "2001%3Adb8%3A%3A42".</li>
          <li>If present, the IP prefix length in "target" <bcp14>SHALL</bcp14> be preceded by a
percent-encoded slash ("/"): "%2F". The IP prefix length <bcp14>MUST</bcp14> represent an
integer between 0 and the length of the IP address in bits, inclusive.</li>
          <li>"ipproto" <bcp14>MUST</bcp14> represent an integer between 0 and 255 inclusive, or the
wildcard value "*".</li>
        </ul>
        <figure anchor="target-format">
          <name>URI Template Variable Format</name>
          <artwork type="ascii-art"><![CDATA[
target = IPv6prefix / IPv4prefix / reg-name / "*"
IPv6prefix = IPv6address ["%2F" 1*3DIGIT]
IPv4prefix = IPv4address ["%2F" 1*2DIGIT]
ipproto = 1*3DIGIT / "*"
]]></artwork>
        </figure>
      </section>
      <section anchor="capsules">
        <name>Capsules</name>
        <t>This document defines multiple new capsule types that allow endpoints to
exchange IP configuration information. Both endpoints <bcp14>MAY</bcp14> send any number of
these new capsules.</t>
        <section anchor="addressassign-capsule">
          <name>ADDRESS_ASSIGN Capsule</name>
          <t>The ADDRESS_ASSIGN capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to inform its peer of the list of IP addresses or
prefixes it has assigned to it. Every capsule contains the full list of IP
prefixes currently assigned to the receiver. Any of these addresses can be
used as the source address on IP packets originated by the receiver of this
capsule.</t>
          <figure anchor="addr-assign-format">
            <name>ADDRESS_ASSIGN Capsule Format</name>
            <artwork><![CDATA[
ADDRESS_ASSIGN Capsule {
  Type (i) = ADDRESS_ASSIGN,
  Length (i),
  Assigned Address (..) ...,
}
]]></artwork>
          </figure>
          <t>The ADDRESS_ASSIGN capsule contains a sequence of zero or more Assigned
Addresses.</t>
          <figure anchor="assigned-addr-format">
            <name>Assigned Address Format</name>
            <artwork><![CDATA[
Assigned Address {
  Request ID (i),
  IP Version (8),
  IP Address (32..128),
  IP Prefix Length (8),
}
]]></artwork>
          </figure>
          <dl spacing="compact">
            <dt>Request ID:</dt>
            <dd>
              <t>Request identifier, encoded as a variable-length integer. If this address
assignment is in response to an Address Request (see <xref target="addr_req"/>), then this
field <bcp14>SHALL</bcp14> contain the value of the corresponding field in the request.
Otherwise, this field <bcp14>SHALL</bcp14> be zero.</t>
            </dd>
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this address assignment, encoded as an unsigned 8-bit integer.
<bcp14>MUST</bcp14> be either 4 or 6.</t>
            </dd>
            <dt>IP Address:</dt>
            <dd>
              <t>Assigned IP address. If the IP Version field has value 4, the IP Address
field <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP Version field has value 6, the
IP Address field <bcp14>SHALL</bcp14> have a length of 128 bits.</t>
            </dd>
            <dt>IP Prefix Length:</dt>
            <dd>
              <t>The number of bits in the IP Address that are used to define the prefix that
is being assigned, encoded as an unsigned 8-bit integer. This <bcp14>MUST</bcp14> be less than
or equal to the length of the IP Address field, in bits. If the prefix length
is equal to the length of the IP Address, the receiver of this capsule is only
allowed to send packets from a single source address. If the prefix length is
less than the length of the IP address, the receiver of this capsule is allowed
to send packets from any source address that falls within the prefix.</t>
            </dd>
          </dl>
          <t>If an ADDRESS_ASSIGN capsule does not contain an address that was previously
transmitted in another ADDRESS_ASSIGN capsule, that indicates that the address
has been removed. An ADDRESS_ASSIGN capsule can also be empty, indicating that
all addresses have been removed.</t>
          <t>In some deployments of IP proxying in HTTP, an endpoint needs to be assigned an address
by its peer before it knows what source address to set on its own packets. For
example, in the Remote Access case (<xref target="example-remote"/>) the client cannot send
IP packets until it knows what address to use. In these deployments, the
endpoint that is expecting an address assignment <bcp14>MUST</bcp14> send an ADDRESS_REQUEST
capsule. This isn't required if the endpoint does not need any address
assignment, for example when it is configured out-of-band with static addresses.</t>
          <t>While ADDRESS_ASSIGN capsules are commonly sent in response to ADDRESS_REQUEST
capsules, endpoints <bcp14>MAY</bcp14> send ADDRESS_ASSIGN capsules unprompted.</t>
        </section>
        <section anchor="addr_req">
          <name>ADDRESS_REQUEST Capsule</name>
          <t>The ADDRESS_REQUEST capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to request assignment of IP addresses from its peer.
The capsule allows the endpoint to optionally indicate a preference for which
address it would get assigned.</t>
          <figure anchor="addr-req-format">
            <name>ADDRESS_REQUEST Capsule Format</name>
            <artwork><![CDATA[
ADDRESS_REQUEST Capsule {
  Type (i) = ADDRESS_REQUEST,
  Length (i),
  Requested Address (..) ...,
}
]]></artwork>
          </figure>
          <t>The ADDRESS_REQUEST capsule contains a sequence of one or more Requested
Addresses.</t>
          <figure anchor="requested-addr-format">
            <name>Requested Address Format</name>
            <artwork><![CDATA[
Requested Address {
  Request ID (i),
  IP Version (8),
  IP Address (32..128),
  IP Prefix Length (8),
}
]]></artwork>
          </figure>
          <dl spacing="compact">
            <dt>Request ID:</dt>
            <dd>
              <t>Request identifier, encoded as a variable-length integer. This is the
identifier of this specific address request. Each request from a given endpoint
carries a different identifier. Request IDs <bcp14>MUST NOT</bcp14> be reused by an endpoint,
and <bcp14>MUST NOT</bcp14> be zero.</t>
            </dd>
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this address request, encoded as an unsigned 8-bit integer.
<bcp14>MUST</bcp14> be either 4 or 6.</t>
            </dd>
            <dt>IP Address:</dt>
            <dd>
              <t>Requested IP address. If the IP Version field has value 4, the IP Address
field <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP Version field has value 6, the
IP Address field <bcp14>SHALL</bcp14> have a length of 128 bits.</t>
            </dd>
            <dt>IP Prefix Length:</dt>
            <dd>
              <t>Length of the IP Prefix requested, in bits, encoded as an unsigned 8-bit
integer. <bcp14>MUST</bcp14> be lesser or equal to the length of the IP Address field, in bits.</t>
            </dd>
          </dl>
          <t>If the IP Address is all-zero (0.0.0.0 or ::), this indicates that the sender is
requesting an address of that address family but does not have a preference for
a specific address. In that scenario, the prefix length still indicates the
sender's preference for the prefix length it is requesting.</t>
          <t>Upon receiving the ADDRESS_REQUEST capsule, an endpoint <bcp14>SHOULD</bcp14> assign an IP
address to its peer, and then respond with an ADDRESS_ASSIGN capsule to inform
the peer of the assignment. Note that the receiver of the ADDRESS_REQUEST
capsule is not required to assign the requested address, and that it can also
assign some requested addresses but not others.</t>
          <t>If an endpoint receives an ADDRESS_REQUEST capsule that contains zero Requested
Addresses, it <bcp14>MUST</bcp14> abort the IP proxying request stream.</t>
        </section>
        <section anchor="routeadvertisement-capsule">
          <name>ROUTE_ADVERTISEMENT Capsule</name>
          <t>The ROUTE_ADVERTISEMENT capsule (see <xref target="iana-types"/> for the value of the capsule
type) allows an endpoint to communicate to its peer that it is willing to route
traffic to a set of IP address ranges. This indicates that the sender has an
existing route to each address range, and notifies its peer that if the receiver
of the ROUTE_ADVERTISEMENT capsule sends IP packets for one of these ranges in
HTTP Datagrams, the sender of the capsule will forward them along its
preexisting route. Any address which is in one of the address ranges can be used
as the destination address on IP packets originated by the receiver of this
capsule.</t>
          <figure anchor="route-adv-format">
            <name>ROUTE_ADVERTISEMENT Capsule Format</name>
            <artwork><![CDATA[
ROUTE_ADVERTISEMENT Capsule {
  Type (i) = ROUTE_ADVERTISEMENT,
  Length (i),
  IP Address Range (..) ...,
}
]]></artwork>
          </figure>
          <t>The ROUTE_ADVERTISEMENT capsule contains a sequence of IP Address Ranges.</t>
          <figure anchor="addr-range-format">
            <name>IP Address Range Format</name>
            <artwork><![CDATA[
IP Address Range {
  IP Version (8),
  Start IP Address (32..128),
  End IP Address (32..128),
  IP Protocol (8),
}
]]></artwork>
          </figure>
          <dl spacing="compact">
            <dt>IP Version:</dt>
            <dd>
              <t>IP Version of this range, encoded as an unsigned 8-bit integer. <bcp14>MUST</bcp14> be
either 4 or 6.</t>
            </dd>
            <dt>Start IP Address and End IP Address:</dt>
            <dd>
              <t>Inclusive start and end IP address of the advertised range. If the IP Version
field has value 4, these fields <bcp14>SHALL</bcp14> have a length of 32 bits. If the IP
Version field has value 6, these fields <bcp14>SHALL</bcp14> have a length of 128 bits. The
Start IP Address <bcp14>MUST</bcp14> be lesser or equal to the End IP Address.</t>
            </dd>
            <dt>IP Protocol:</dt>
            <dd>
              <t>The Internet Protocol Number for traffic that can be sent to this range,
encoded as an unsigned 8-bit integer. If the value is 0, all protocols are
allowed. ICMP traffic is always allowed, regardless of the value of this field.</t>
            </dd>
          </dl>
          <t>Upon receiving the ROUTE_ADVERTISEMENT capsule, an endpoint <bcp14>MAY</bcp14> start routing IP
packets in these ranges to its peer.</t>
          <t>Each ROUTE_ADVERTISEMENT contains the full list of address ranges. If multiple
ROUTE_ADVERTISEMENT capsules are sent in one direction, each ROUTE_ADVERTISEMENT
capsule supersedes prior ones. In other words, if a given address range was
present in a prior capsule but the most recently received ROUTE_ADVERTISEMENT
capsule does not contain it, the receiver will consider that range withdrawn.</t>
          <t>If multiple ranges using the same IP protocol were to overlap, some routing
table implementations might reject them. To prevent overlap, the ranges are
ordered; this places the burden on the sender and makes verification by the
receiver much simpler. If an IP Address Range A precedes an IP address range B
in the same ROUTE_ADVERTISEMENT capsule, they <bcp14>MUST</bcp14> follow these requirements:</t>
          <ul spacing="normal">
            <li>IP Version of A <bcp14>MUST</bcp14> be lesser or equal than IP Version of B</li>
            <li>If the IP Version of A and B are equal, the IP Protocol of A <bcp14>MUST</bcp14> be lesser or
equal than IP Protocol of B.</li>
            <li>If the IP Version and IP Protocol of A and B are both equal, the End IP
Address of A <bcp14>MUST</bcp14> be strictly less than the Start IP Address of B.</li>
          </ul>
          <t>If an endpoint receives a ROUTE_ADVERTISEMENT capsule that does not meet these
requirements, it <bcp14>MUST</bcp14> abort the IP proxying request stream.</t>
        </section>
      </section>
    </section>
    <section anchor="context-identifiers">
      <name>Context Identifiers</name>
      <t>The mechanism for proxying IP in HTTP defined in this document allows future
extensions to exchange HTTP Datagrams that carry different semantics from IP
payloads. Some of these extensions can augment IP payloads with additional
data or compress IP header fields, while others can exchange data that is
completely separate from IP payloads. In order to accomplish this, all HTTP
Datagrams associated with IP proxying request streams start with a Context ID
field; see <xref target="payload-format"/>.</t>
      <t>Context IDs are 62-bit integers (0 to 2<sup>62</sup>-1). Context IDs are encoded
as variable-length integers; see <xref section="16" sectionFormat="of" target="QUIC"/>. The Context ID
value of 0 is reserved for IP payloads, while non-zero values are dynamically
allocated. Non-zero even-numbered Context IDs are client-allocated, and
odd-numbered Context IDs are proxy-allocated. The Context ID namespace is tied
to a given HTTP request; it is possible for a Context ID with the same numeric
value to be simultaneously allocated in distinct requests, potentially with
different semantics. Context IDs <bcp14>MUST NOT</bcp14> be re-allocated within a given HTTP
namespace but <bcp14>MAY</bcp14> be allocated in any order. The Context ID allocation
restrictions to the use of even-numbered and odd-numbered Context IDs exist in
order to avoid the need for synchronization between endpoints. However, once a
Context ID has been allocated, those restrictions do not apply to the use of the
Context ID; it can be used by any client or IP proxy, independent of which
endpoint initially allocated it.</t>
      <t>Registration is the action by which an endpoint informs its peer of the
semantics and format of a given Context ID. This document does not define how
registration occurs. Future extensions <bcp14>MAY</bcp14> use HTTP header fields or capsules to
register Context IDs. Depending on the method being used, it is possible for
datagrams to be received with Context IDs that have not yet been registered. For
instance, this can be due to reordering of the packet containing the datagram
and the packet containing the registration message during transmission.</t>
    </section>
    <section anchor="payload-format">
      <name>HTTP Datagram Payload Format</name>
      <t>When associated with IP proxying request streams, the HTTP Datagram Payload
field of HTTP Datagrams (see <xref target="HTTP-DGRAM"/>) has the format defined in
<xref target="dgram-format"/>. Note that when HTTP Datagrams are encoded using QUIC DATAGRAM
frames, the Context ID field defined below directly follows the Quarter Stream
ID field which is at the start of the QUIC DATAGRAM frame payload:</t>
      <figure anchor="dgram-format">
        <name>IP Proxying HTTP Datagram Format</name>
        <artwork><![CDATA[
IP Proxying HTTP Datagram Payload {
  Context ID (i),
  Payload (..),
}
]]></artwork>
      </figure>
      <dl spacing="compact">
        <dt>Context ID:</dt>
        <dd>
          <t>A variable-length integer that contains the value of the Context ID. If an
HTTP/3 datagram which carries an unknown Context ID is received, the receiver
<bcp14>SHALL</bcp14> either drop that datagram silently or buffer it temporarily (on the order
of a round trip) while awaiting the registration of the corresponding Context ID.</t>
        </dd>
        <dt>Payload:</dt>
        <dd>
          <t>The payload of the datagram, whose semantics depend on value of the previous
field. Note that this field can be empty.</t>
        </dd>
      </dl>
      <t>IP packets are encoded using HTTP Datagrams with the Context ID set to zero.
When the Context ID is set to zero, the Payload field contains a full IP packet
(from the IP Version field until the last byte of the IP Payload).</t>
      <t>Clients <bcp14>MAY</bcp14> optimistically start sending proxied IP packets before receiving the
response to its IP proxying request, noting however that those may not be
processed by the IP proxy if it responds to the request with a failure, or if the
datagrams are received by the IP proxy before the request. Since receiving
addresses and routes is required in order to know that a packet can be sent
through the tunnel, such optimistic packets might be dropped by the IP proxy if it
chooses to provide different addressing or routing information than what the
client assumed.</t>
      <t>When an endpoint receives an HTTP Datagram containing an IP packet, it
will parse the packet's IP header, perform any local policy checks (e.g., source
address validation), check their routing table to pick an outbound interface,
and then send the IP packet on that interface or pass it to a local application.</t>
      <t>In the other direction, when an endpoint receives an IP packet, it checks to see
if the packet matches the routes mapped for an IP tunnel, and performs the same
forwarding checks as above before transmitting the packet over HTTP Datagrams.</t>
      <t>Note that endpoints will decrement the IP Hop Count (or TTL) upon
encapsulation but not decapsulation. In other words, the Hop Count is
decremented right before an IP packet is transmitted in an HTTP Datagram. This
prevents infinite loops in the presence of routing loops, and matches the
choices in IPsec <xref target="IPSEC"/>.</t>
      <t>IPv6 requires that every link have an MTU of at least 1280 bytes
<xref target="IPv6"/>. Since IP proxying in HTTP conveys IP packets in HTTP Datagrams and
those can in turn be sent in QUIC DATAGRAM frames which cannot be fragmented
<xref target="DGRAM"/>, the MTU of an IP tunnel can be limited by the MTU of
the QUIC connection that IP proxying is operating over. This can lead to
situations where the IPv6 minimum link MTU is violated. IP proxying endpoints
that support IPv6 <bcp14>MUST</bcp14> ensure that the IP tunnel link MTU is at least
1280 (i.e., that they can send HTTP Datagrams with payloads of at least 1280
bytes). This can be accomplished using various techniques:</t>
      <ul spacing="normal">
        <li>if both IP proxying endpoints know for certain that HTTP intermediaries are not in use,
the endpoints can pad the QUIC INITIAL packets of the underlying QUIC
connection that IP proxying is running over. (Assuming QUIC version 1 is in
use, the overhead is 1 byte type, 20 bytes maximal connection ID length, 4
bytes maximal packet number length, 1 byte DATAGRAM frame type, 8 bytes
maximal quarter stream ID, one byte for the zero Context ID, and 16 bytes for
the AEAD authentication tag, for a total of 51 bytes of overhead which
corresponds to padding QUIC INITIAL packets to 1331 bytes or more.)</li>
        <li>IP proxying endpoints can also send ICMPv6 echo requests with 1232 bytes of
data to ascertain the link MTU and tear down the tunnel if they do not receive
a response. Unless endpoints have an out of band means of guaranteeing that
the previous techniques is sufficient, they <bcp14>MUST</bcp14> use this method.</li>
      </ul>
      <t>If an endpoint is using QUIC DATAGRAM frames to convey IPv6 packets, and it
detects that the QUIC MTU is too low to allow sending 1280 bytes, it <bcp14>MUST</bcp14> abort
the IP proxying request stream.</t>
      <t>Endpoints <bcp14>MAY</bcp14> implement additional filtering policies on the IP packets they
forward.</t>
    </section>
    <section anchor="error-signalling">
      <name>Error Signalling</name>
      <t>Since IP proxying endpoints often forward IP packets onwards to other network
interfaces, they need to handle errors in the forwarding process. For example,
forwarding can fail if the endpoint does not have a route for the destination
address, or if it is configured to reject a destination prefix by policy, or if
the MTU of the outgoing link is lower than the size of the packet to be
forwarded. In such scenarios, IP proxying endpoints <bcp14>SHOULD</bcp14> use ICMP
<xref target="ICMP"/> <xref target="ICMPv6"/> to signal the forwarding error to its peer.</t>
      <t>Endpoints are free to select the most appropriate ICMP errors to send. Some
examples that are relevant for IP proxying include:</t>
      <ul spacing="normal">
        <li>For invalid source addresses, send Destination Unreachable <xref section="3.1" sectionFormat="of" target="ICMPv6"/> with code 5, "Source address failed ingress/egress policy".</li>
        <li>For unroutable destination addresses, send Destination Unreachable <xref section="3.1" sectionFormat="of" target="ICMPv6"/> with a code 0, "No route to destination", or code 1,
"Communication with destination administratively prohibited".</li>
        <li>For packets that cannot fit within the MTU of the outgoing link, send Packet
Too Big <xref section="3.2" sectionFormat="of" target="ICMPv6"/>.</li>
      </ul>
      <t>In order to receive these errors, endpoints need to be prepared to receive ICMP packets.
If an endpoint sends ROUTE_ADVERTISEMENT capsules, its routes <bcp14>SHOULD</bcp14> include an allowance
for receiving ICMP messages. If an endpoint does not send ROUTE_ADVERTISEMENT capsules,
such as a client opening an IP flow through an IP proxy, it <bcp14>SHOULD</bcp14> process proxied ICMP packets
from its peer in order to receive these errors. Note that ICMP messages can originate from
a source address different from that of the IP proxying peer.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>IP proxying in HTTP enables many different use cases that can benefit from IP packet
proxying and tunnelling. These examples are provided to help illustrate some of
the ways in which IP proxying in HTTP can be used.</t>
      <section anchor="example-remote">
        <name>Remote Access VPN</name>
        <t>The following example shows a point-to-network VPN setup, where a client
receives a set of local addresses, and can send to any remote host through
the IP proxy. Such VPN setups can be either full-tunnel or split-tunnel.</t>
        <figure anchor="diagram-tunnel">
          <name>VPN Tunnel Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="512" viewBox="0 0 512 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
                <path d="M 248,32 L 248,96" fill="none" stroke="black"/>
                <path d="M 320,32 L 320,96" fill="none" stroke="black"/>
                <path d="M 416,32 L 416,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 248,32 L 320,32" fill="none" stroke="black"/>
                <path d="M 416,32 L 448,32" fill="none" stroke="black"/>
                <path d="M 88,48 L 240,48" fill="none" stroke="black"/>
                <path d="M 192,64 L 216,64" fill="none" stroke="black"/>
                <path d="M 328,64 L 448,64" fill="none" stroke="black"/>
                <path d="M 88,80 L 240,80" fill="none" stroke="black"/>
                <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
                <path d="M 248,96 L 320,96" fill="none" stroke="black"/>
                <path d="M 416,96 L 448,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="456,96 444,90.4 444,101.6" fill="black" transform="rotate(0,448,96)"/>
                <polygon class="arrowhead" points="456,64 444,58.4 444,69.6" fill="black" transform="rotate(0,448,64)"/>
                <polygon class="arrowhead" points="456,32 444,26.4 444,37.6" fill="black" transform="rotate(0,448,32)"/>
                <polygon class="arrowhead" points="224,64 212,58.4 212,69.6" fill="black" transform="rotate(0,216,64)"/>
                <polygon class="arrowhead" points="200,64 188,58.4 188,69.6" fill="black" transform="rotate(180,192,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="212" y="36">IP</text>
                  <text x="232" y="36">B</text>
                  <text x="468" y="36">IP</text>
                  <text x="488" y="36">D</text>
                  <text x="284" y="52">IP</text>
                  <text x="340" y="52">IP</text>
                  <text x="360" y="52">C</text>
                  <text x="44" y="68">Client</text>
                  <text x="100" y="68">IP</text>
                  <text x="140" y="68">Subnet</text>
                  <text x="176" y="68">C</text>
                  <text x="232" y="68">?</text>
                  <text x="288" y="68">Proxy</text>
                  <text x="468" y="68">IP</text>
                  <text x="488" y="68">E</text>
                  <text x="468" y="100">IP</text>
                  <text x="496" y="100">...</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A          IP B +--------+           +---> IP D
|        |--------------------|   IP   | IP C      |
| Client | IP Subnet C <--> ? |  Proxy |-----------+---> IP E
|        |--------------------|        |           |
+--------+                    +--------+           +---> IP ...

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client does not specify any scope in its request. The IP proxy
assigns the client an IPv4 address (192.0.2.11) and a full-tunnel route of all
IPv4 addresses (0.0.0.0/0). The client can then send to any IPv4 host using a
source address in its assigned prefix.</t>
        <figure anchor="fig-full-tunnel">
          <name>VPN Full-Tunnel Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /vpn
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

                              STREAM(44): CAPSULE
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 192.0.2.11
                               IP Prefix Length = 32)

                              STREAM(44): CAPSULE
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 0.0.0.0
                               End IP Address = 255.255.255.255
                               IP Protocol = 0) // Any

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IP Packet

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated IP Packet
]]></artwork>
        </figure>
        <t>A setup for a split-tunnel VPN (the case where the client can only access a
specific set of private subnets) is quite similar. In this case, the advertised
route is restricted to 192.0.2.0/24, rather than 0.0.0.0/0.</t>
        <figure anchor="fig-split-tunnel">
          <name>VPN Split-Tunnel Capsule Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

                              STREAM(44): CAPSULE
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 192.0.2.42
                               IP Prefix Length = 32)

                              STREAM(44): CAPSULE
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 192.0.2.0
                               End IP Address = 192.0.2.255
                               IP Protocol = 0) // Any
]]></artwork>
        </figure>
      </section>
      <section anchor="ip-flow-forwarding">
        <name>IP Flow Forwarding</name>
        <t>The following example shows an IP flow forwarding setup, where a client requests
to establish a forwarding tunnel to target.example.com using SCTP (IP protocol
132), and receives a single local address and remote address it can use for
transmitting packets. A similar approach could be used for any other IP protocol
that isn't easily proxied with existing HTTP methods, such as ICMP, ESP, etc.</t>
        <figure anchor="diagram-flow">
          <name>Proxied Flow Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="440" viewBox="0 0 440 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,96" fill="none" stroke="black"/>
                <path d="M 312,32 L 312,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 240,32 L 312,32" fill="none" stroke="black"/>
                <path d="M 88,48 L 232,48" fill="none" stroke="black"/>
                <path d="M 160,64 L 184,64" fill="none" stroke="black"/>
                <path d="M 320,64 L 392,64" fill="none" stroke="black"/>
                <path d="M 88,80 L 232,80" fill="none" stroke="black"/>
                <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
                <path d="M 240,96 L 312,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="400,64 388,58.4 388,69.6" fill="black" transform="rotate(0,392,64)"/>
                <polygon class="arrowhead" points="192,64 180,58.4 180,69.6" fill="black" transform="rotate(0,184,64)"/>
                <polygon class="arrowhead" points="168,64 156,58.4 156,69.6" fill="black" transform="rotate(180,160,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="204" y="36">IP</text>
                  <text x="224" y="36">B</text>
                  <text x="276" y="52">IP</text>
                  <text x="332" y="52">IP</text>
                  <text x="352" y="52">C</text>
                  <text x="44" y="68">Client</text>
                  <text x="124" y="68">IP</text>
                  <text x="144" y="68">C</text>
                  <text x="200" y="68">D</text>
                  <text x="280" y="68">Proxy</text>
                  <text x="412" y="68">IP</text>
                  <text x="432" y="68">D</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A         IP B +--------+
|        |-------------------|   IP   | IP C
| Client |    IP C <--> D    |  Proxy |---------> IP D
|        |-------------------|        |
+--------+                   +--------+

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client specfies both a target hostname and an IP protocol
number in the scope of its request, indicating that it only needs to communicate
with a single host. The IP proxy is able to perform DNS resolution on behalf
of the client and allocate a specific outbound socket for the client instead of
allocating an entire IP address to the client. In this regard, the request is
similar to a traditional CONNECT proxy request.</t>
        <t>The IP proxy assigns a single IPv6 address to the client (2001:db8:1234::a) and
a route to a single IPv6 host (2001:db8:3456::b), scoped to SCTP. The client can
send and receive SCTP IP packets to the remote host.</t>
        <figure anchor="fig-flow">
          <name>Proxied SCTP Flow Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /proxy?target=target.example.com&ipproto=132
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

                              STREAM(44): CAPSULE
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 6
                               IP Address = 2001:db8:1234::a
                               IP Prefix Length = 128)

                              STREAM(44): CAPSULE
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 6
                               Start IP Address = 2001:db8:3456::b
                               End IP Address = 2001:db8:3456::b
                               IP Protocol = 132)

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated SCTP/IP Packet

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated SCTP/IP Packet
]]></artwork>
        </figure>
      </section>
      <section anchor="proxied-connection-racing">
        <name>Proxied Connection Racing</name>
        <t>The following example shows a setup where a client is proxying UDP packets
through an IP proxy in order to control connection establishment racing
through an IP proxy, as defined in Happy Eyeballs <xref target="HEv2"/>. This example is
a variant of the proxied flow, but highlights how IP-level proxying can enable
new capabilities even for TCP and UDP.</t>
        <figure anchor="diagram-racing">
          <name>Proxied Connection Racing Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="472" viewBox="0 0 472 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                <path d="M 80,32 L 80,112" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,112" fill="none" stroke="black"/>
                <path d="M 312,32 L 312,112" fill="none" stroke="black"/>
                <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
                <path d="M 240,32 L 312,32" fill="none" stroke="black"/>
                <path d="M 88,48 L 232,48" fill="none" stroke="black"/>
                <path d="M 320,48 L 424,48" fill="none" stroke="black"/>
                <path d="M 144,64 L 168,64" fill="none" stroke="black"/>
                <path d="M 144,80 L 168,80" fill="none" stroke="black"/>
                <path d="M 88,96 L 232,96" fill="none" stroke="black"/>
                <path d="M 320,96 L 424,96" fill="none" stroke="black"/>
                <path d="M 8,112 L 80,112" fill="none" stroke="black"/>
                <path d="M 240,112 L 312,112" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="432,96 420,90.4 420,101.6" fill="black" transform="rotate(0,424,96)"/>
                <polygon class="arrowhead" points="432,48 420,42.4 420,53.6" fill="black" transform="rotate(0,424,48)"/>
                <polygon class="arrowhead" points="328,96 316,90.4 316,101.6" fill="black" transform="rotate(180,320,96)"/>
                <polygon class="arrowhead" points="328,48 316,42.4 316,53.6" fill="black" transform="rotate(180,320,48)"/>
                <polygon class="arrowhead" points="176,80 164,74.4 164,85.6" fill="black" transform="rotate(0,168,80)"/>
                <polygon class="arrowhead" points="176,64 164,58.4 164,69.6" fill="black" transform="rotate(0,168,64)"/>
                <polygon class="arrowhead" points="152,80 140,74.4 140,85.6" fill="black" transform="rotate(180,144,80)"/>
                <polygon class="arrowhead" points="152,64 140,58.4 140,69.6" fill="black" transform="rotate(180,144,64)"/>
                <g class="text">
                  <text x="100" y="36">IP</text>
                  <text x="120" y="36">A</text>
                  <text x="204" y="36">IP</text>
                  <text x="224" y="36">B</text>
                  <text x="332" y="36">IP</text>
                  <text x="352" y="36">C</text>
                  <text x="444" y="52">IP</text>
                  <text x="464" y="52">E</text>
                  <text x="44" y="68">Client</text>
                  <text x="108" y="68">IP</text>
                  <text x="128" y="68">C</text>
                  <text x="184" y="68">E</text>
                  <text x="276" y="68">IP</text>
                  <text x="128" y="84">D</text>
                  <text x="184" y="84">F</text>
                  <text x="280" y="84">Proxy</text>
                  <text x="444" y="100">IP</text>
                  <text x="464" y="100">F</text>
                  <text x="332" y="116">IP</text>
                  <text x="352" y="116">D</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+ IP A         IP B +--------+ IP C
|        |-------------------|        |<------------> IP E
| Client |  IP C <--> E      |   IP   |
|        |     D <--> F      |  Proxy |
|        |-------------------|        |<------------> IP F
+--------+                   +--------+ IP D

]]></artwork>
          </artset>
        </figure>
        <t>As with proxied flows, the client specfies both a target hostname and an IP
protocol number in the scope of its request. When the IP proxy performs DNS
resolution on behalf of the client, it can send the various remote address
options to the client as separate routes. It can also ensure that the client has
both IPv4 and IPv6 addresses assigned.</t>
        <t>The IP proxy assigns the client both an IPv4 address (192.0.2.3) and an IPv6
address (2001:db8:1234::a) to the client, as well as an IPv4 route
(198.51.100.2) and an IPv6 route (2001:db8:3456::b), which represent the resolved
addresses of the target hostname, scoped to UDP. The client can send and recieve
UDP IP packets to the either of the IP proxy addresses to enable Happy Eyeballs
through the IP proxy.</t>
        <figure anchor="fig-listen">
          <name>Proxied Connection Racing Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From IP Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

STREAM(44): HEADERS
:method = CONNECT
:protocol = connect-ip
:scheme = https
:path = /proxy?ipproto=17
:authority = proxy.example.com
capsule-protocol = ?1

                              STREAM(44): HEADERS
                              :status = 200
                              capsule-protocol = ?1

                              STREAM(44): CAPSULE
                              Capsule Type = ADDRESS_ASSIGN
                              (Request ID = 0
                               IP Version = 4
                               IP Address = 192.0.2.3
                               IP Prefix Length = 32),
                              (Request ID = 0
                               IP Version = 6
                               IP Address = 2001:db8::1234:1234
                               IP Prefix Length = 128)

                              STREAM(44): CAPSULE
                              Capsule Type = ROUTE_ADVERTISEMENT
                              (IP Version = 4
                               Start IP Address = 198.51.100.2
                               End IP Address = 198.51.100.2
                               IP Protocol = 17),
                              (IP Version = 6
                               Start IP Address = 2001:db8:3456::b
                               End IP Address = 2001:db8:3456::b
                               IP Protocol = 17)
...

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IPv6 Packet

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated IPv4 Packet

]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="extensibility-considerations">
      <name>Extensibility Considerations</name>
      <t>Extensions to IP proxying in HTTP can define behavior changes to this mechanism. Such
extensions <bcp14>SHOULD</bcp14> define new capsule types to exchange configuration information
if needed. It is <bcp14>RECOMMENDED</bcp14> for extensions that modify addressing to specify
that their extension capsules be sent before the ADDRESS_ASSIGN capsule and that
they do not take effect until the ADDRESS_ASSIGN capsule is parsed. This allows
modifications to address assignement to operate atomically. Similarly,
extensions that modify routing <bcp14>SHOULD</bcp14> behave similarly with regards to the
ROUTE_ADVERTISEMENT capsule.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>There are significant risks in allowing arbitrary clients to establish a tunnel
that permits sending to arbitrary hosts, as that could allow bad actors to send traffic and have it
attributed to the IP proxy. IP proxies <bcp14>SHOULD</bcp14> restrict its use
to authenticated users. The HTTP Authorization header <xref target="HTTP"/> <bcp14>MAY</bcp14> be
used to authenticate clients. More complex authentication schemes are out of
scope for this document but can be implemented using extensions.</t>
      <t>Falsifying IP source addresses in sent traffic has been common for denial of
service attacks. Implementations of this mechanism need to ensure that they do
not facilitate such attacks. In particular, there are scenarios where an
endpoint knows that its peer is only allowed to send IP packets from a given
prefix. For example, that can happen through out of band configuration
information, or when allowed prefixes are shared via ADDRESS_ASSIGN capsules. In
such scenarios, endpoints <bcp14>MUST</bcp14> follow the recommendations from
<xref target="BCP38"/> to prevent source address spoofing.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="http-upgrade-token">
        <name>HTTP Upgrade Token</name>
        <t>This document will request IANA to register "connect-ip" in the HTTP Upgrade
Token Registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-upgrade-tokens"/>&gt;.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>connect-ip</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Proxying of IP Payloads</t>
          </dd>
          <dt>Expected Version Tokens:</dt>
          <dd>
            <t>None</t>
          </dd>
          <dt>References:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-suffix">
        <name>Creation of the MASQUE URI Suffixes Registry</name>
        <t>This document requests that IANA create a new "MASQUE URI Suffixes" registry
maintained at IANA_URL_TBD. This new registry governs the path segment that
immediately follows "masque" in paths that start with "/.well-known/masque/",
see &lt;<eref target="https://www.iana.org/assignments/well-known-uris"/>&gt; for the registration
of "masque" in the "Well-Known URIs" registry. This new registry contains three
columns:</t>
        <dl>
          <dt>Path Segment:</dt>
          <dd>
            <t>An ASCII string containing only characters allowed in tokens; see
<xref section="5.6.2" sectionFormat="of" target="HTTP"/>. Entries in this registry <bcp14>MUST</bcp14> all have distinct
entries in this column.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>A description of the entry.</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>An optional reference defining the use of the entry.</t>
          </dd>
        </dl>
        <t>The registration policy for this registry is Expert Review; see
<xref section="4.5" sectionFormat="of" target="IANA-POLICY"/>.</t>
        <t>There are initially two entries in this registry:</t>
        <table anchor="iana-suffixes-table">
          <name>New MASQUE URI Suffixes</name>
          <thead>
            <tr>
              <th align="left">Path Segment</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">udp</td>
              <td align="left">UDP Proxying</td>
              <td align="left">RFC 9298</td>
            </tr>
            <tr>
              <td align="left">ip</td>
              <td align="left">IP Proxying</td>
              <td align="left">This Document</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-uri">
        <name>Updates to masque Well-Known URI</name>
        <t>This document will request IANA to update the entry for the "masque"
URI suffix in the "Well-Known URIs" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/well-known-uris"/>&gt;.</t>
        <t>IANA is requested to update the "Reference" field to include this
document in addition to previous values from that field.</t>
        <t>IANA is requested to replace the "Related Information" field with
"For sub-suffix allocations, see registry at IANA_URL_TBD." where
IANA_URL_TBD is the URL of the new registry described in <xref target="iana-suffix"/>.</t>
      </section>
      <section anchor="iana-types">
        <name>Capsule Type Registrations</name>
        <t>This document will request IANA to add the following values to the "HTTP
Capsule Types" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-capsule-protocol/http-capsule-protocol.xhtml"/>&gt;.</t>
        <table anchor="iana-capsules-table">
          <name>New Capsules</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Type</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x1ECA6A00</td>
              <td align="left">ADDRESS_ASSIGN</td>
              <td align="left">Address Assignment</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">0x1ECA6A01</td>
              <td align="left">ADDRESS_REQUEST</td>
              <td align="left">Address Request</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">0x1ECA6A02</td>
              <td align="left">ROUTE_ADVERTISEMENT</td>
              <td align="left">Route Advertisement</td>
              <td align="left">This Document</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <displayreference target="H1" to="HTTP/1.1"/>
    <displayreference target="H2" to="HTTP/2"/>
    <displayreference target="H3" to="HTTP/3"/>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="H1">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns. </t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </reference>
        <reference anchor="H2">
          <front>
            <title>HTTP/2</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9113"/>
          <seriesInfo name="DOI" value="10.17487/RFC9113"/>
        </reference>
        <reference anchor="H3">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <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="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. </t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="TCP">
          <front>
            <title>Transmission Control Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel">
              <organization/>
            </author>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="RFC" value="793"/>
          <seriesInfo name="DOI" value="10.17487/RFC0793"/>
        </reference>
        <reference anchor="TEMPLATE">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Hadley" initials="M." surname="Hadley">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <author fullname="D. Orchard" initials="D." surname="Orchard">
              <organization/>
            </author>
            <date month="March" year="2012"/>
            <abstract>
              <t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet.   [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6570"/>
          <seriesInfo name="DOI" value="10.17487/RFC6570"/>
        </reference>
        <reference anchor="HTTP-DGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="L. Pardue" initials="L." surname="Pardue">
              <organization/>
            </author>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes HTTP Datagrams, a convention for conveying multiplexed, potentially unreliable datagrams inside an HTTP connection.</t>
              <t>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.</t>
              <t>HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9297"/>
          <seriesInfo name="DOI" value="10.17487/RFC9297"/>
        </reference>
        <reference anchor="EXT-CONNECT2">
          <front>
            <title>Bootstrapping WebSockets with HTTP/2</title>
            <author fullname="P. McManus" initials="P." surname="McManus">
              <organization/>
            </author>
            <date month="September" year="2018"/>
            <abstract>
              <t>This document defines a mechanism for running the WebSocket Protocol (RFC 6455) over a single stream of an HTTP/2 connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8441"/>
          <seriesInfo name="DOI" value="10.17487/RFC8441"/>
        </reference>
        <reference anchor="EXT-CONNECT3">
          <front>
            <title>Bootstrapping WebSockets with HTTP/3</title>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The mechanism for running the WebSocket Protocol over a single stream of an HTTP/2 connection is equally applicable to HTTP/3, but the HTTP-version-specific details need to be specified. This document describes how the mechanism is adapted for HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9220"/>
          <seriesInfo name="DOI" value="10.17487/RFC9220"/>
        </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="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="ABNF">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="November" year="1997"/>
            <abstract>
              <t>In the early days of the Arpanet, each specification contained its own definition of ABNF.  This included the email specifications, RFC733 and then RFC822 which have come to be the common citations for defining ABNF.  The current document separates out that definition, to permit selective reference.  Predictably, it also provides some modifications and enhancements.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2234"/>
          <seriesInfo name="DOI" value="10.17487/RFC2234"/>
        </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="IPv6">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <author fullname="R. Hinden" initials="R." surname="Hinden">
              <organization/>
            </author>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="DGRAM">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear">
              <organization/>
            </author>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9221"/>
          <seriesInfo name="DOI" value="10.17487/RFC9221"/>
        </reference>
        <reference anchor="ICMP">
          <front>
            <title>Internet Control Message Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel">
              <organization/>
            </author>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="792"/>
          <seriesInfo name="DOI" value="10.17487/RFC0792"/>
        </reference>
        <reference anchor="ICMPv6">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta">
              <organization/>
            </author>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta">
              <organization/>
            </author>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol).  ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="BCP38">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson">
              <organization/>
            </author>
            <author fullname="D. Senie" initials="D." surname="Senie">
              <organization/>
            </author>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point.  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="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="IANA-POLICY">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <date month="August" 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="RFC" value="9298"/>
          <seriesInfo name="DOI" value="10.17487/RFC9298"/>
        </reference>
        <reference anchor="IPSEC">
          <front>
            <title>Security Architecture for the Internet Protocol</title>
            <author fullname="S. Kent" initials="S." surname="Kent">
              <organization/>
            </author>
            <author fullname="K. Seo" initials="K." surname="Seo">
              <organization/>
            </author>
            <date month="December" year="2005"/>
            <abstract>
              <t>This document describes an updated version of the "Security Architecture for IP", which is designed to provide security services for traffic at the IP layer.  This document obsoletes RFC 2401 (November 1998).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4301"/>
          <seriesInfo name="DOI" value="10.17487/RFC4301"/>
        </reference>
        <reference anchor="HEv2">
          <front>
            <title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi">
              <organization/>
            </author>
            <author fullname="T. Pauly" initials="T." surname="Pauly">
              <organization/>
            </author>
            <date month="December" year="2017"/>
            <abstract>
              <t>Many communication protocols operating over the modern Internet use hostnames.  These often resolve to multiple IP addresses, each of which may have different performance and connectivity characteristics.  Since specific addresses or address families (IPv4 or IPv6) may be blocked, broken, or sub-optimal on a network, clients that attempt multiple connections in parallel have a chance of establishing a connection more quickly.  This document specifies requirements for algorithms that reduce this user-visible delay and provides an example algorithm, referred to as "Happy Eyeballs".  This document obsoletes the original algorithm description in RFC 6555.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8305"/>
          <seriesInfo name="DOI" value="10.17487/RFC8305"/>
        </reference>
        <reference anchor="PROXY-REQS">
          <front>
            <title>Requirements for a MASQUE Protocol to Proxy IP Traffic</title>
            <author fullname="Alex Chernyakhovsky" initials="A." surname="Chernyakhovsky">
              <organization>Google LLC</organization>
            </author>
            <author fullname="Dallas McCall" initials="D." surname="McCall">
              <organization>Google LLC</organization>
            </author>
            <author fullname="David Schinazi" initials="D." surname="Schinazi">
              <organization>Google LLC</organization>
            </author>
            <date day="27" month="August" year="2021"/>
            <abstract>
              <t>   There is interest among MASQUE working group participants in
   designing a protocol that can proxy IP traffic over HTTP.  This
   document describes the set of requirements for such a protocol.

   Discussion of this work is encouraged to happen on the MASQUE IETF
   mailing list masque@ietf.org or on the GitHub repository which
   contains the draft: https://github.com/ietf-wg-masque/draft-ietf-
   masque-ip-proxy-reqs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-masque-ip-proxy-reqs-03"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The design of this method was inspired by discussions in the MASQUE working
group around <xref target="PROXY-REQS"/>. The authors would
like to thank participants in those discussions for their feedback.
Additionally, <contact fullname="Alejandro Sedeño"/> provided valuable feedback on the
document.</t>
      <t>Most of the text on client configuration is based on the corresponding text in
<xref target="CONNECT-UDP"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
