<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-masque-connect-ethernet-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="CONNECT-ETHERNET">Proxying Ethernet in HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-masque-connect-ethernet-05"/>
    <author initials="A. R." surname="Sedeño" fullname="Alejandro R Sedeño">
      <organization>Google LLC</organization>
      <address>
        <email>asedeno@google.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="20"/>
    <area>Transport</area>
    <workgroup>Multiplexed Application Substrate over QUIC Encryption</workgroup>
    <keyword>quic</keyword>
    <keyword>http</keyword>
    <keyword>datagram</keyword>
    <keyword>VPN</keyword>
    <keyword>proxy</keyword>
    <keyword>tunnels</keyword>
    <keyword>masque</keyword>
    <keyword>http-ng</keyword>
    <keyword>layer-2</keyword>
    <keyword>ethernet</keyword>
    <abstract>
      <?line 53?>

<t>This document describes how to proxy Ethernet frames in HTTP. This protocol
is similar to IP proxying in HTTP, but for Layer 2 instead of Layer 3. More
specifically, this document defines a protocol that allows an HTTP client to
create Layer 2 Ethernet tunnel through an HTTP server to an attached
physical or virtual Ethernet segment.</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-ethernet/draft-ietf-masque-connect-ethernet.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-masque-connect-ethernet/"/>.
      </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-ethernet"/>.</t>
    </note>
  </front>
  <middle>
    <?line 62?>

<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, a similar mechanism for
UDP <xref target="CONNECT-UDP"/>, and an additional mechanism for IP
<xref target="CONNECT-IP"/>. However, these mechanisms can't carry layer 2 frames
without further encapsulation inside of IP, for instance with EtherIP
<xref target="ETHERIP"/>, GUE <xref target="GUE"/> or L2TP
<xref target="L2TP"/> <xref target="L2TPv3"/>, which imposes an additional MTU cost.</t>
      <t>This document describes a protocol for exchanging Ethernet frames with an HTTP
server. Either participant in the HTTP connection can then relay Ethernet
frames to and from a local or virtual interface, allowing the bridging of two
Ethernet broadcast domains to establish a Layer 2 VPN. This can simplify
connectivity to network-connected appliances that are configured to only
interact with peers on the same Ethernet broadcast domain.</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>
      <?line -18?>

<t>In this document, we use the term "Ethernet proxy" to refer to the HTTP server
that responds to the Ethernet proxying request. The term "client" is used in the
HTTP sense; the client constructs the Ethernet proxying request. If there are
HTTP intermediaries (as defined in <xref section="3.7" sectionFormat="of" target="HTTP"/>) between the client
and the Ethernet proxy, those are referred to as "intermediaries" in this
document. The term "Ethernet proxying endpoints" refers to both the client and
the Ethernet proxy.</t>
      <t>This document uses terminology from <xref target="QUIC"/>. Where this document
defines protocol types, the definition format uses the notation from <xref section="1.3" sectionFormat="of" target="QUIC"/>. This specification uses the variable-length integer encoding
from <xref section="16" sectionFormat="of" target="QUIC"/>. Variable-length integer values do not
need to be encoded in the minimum number of bytes necessary.</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 Ethernet proxying over HTTP via a URI Template
<xref target="TEMPLATE"/>. The URI Templates used by this protocol do not require
any variables; implementations or extensions <bcp14>MAY</bcp14> specify their own. An
implementation that supports connecting to different Ethernet segments might add
a "vlan-identifier" variable to specify which segment to connect to. The
optionality of variable needs to be considered when defining the template so
that the variable is either self-identifying or possible to exclude in the
syntax. URI Templates specified for this protocol <bcp14>MAY</bcp14> use the well-known
location <xref target="WELL-KNOWN"/> registered by this document.</t>
      <t>Examples are shown below:</t>
      <artwork><![CDATA[
https://example.org/.well-known/masque/ethernet/
https://example.org/.well-known/masque/ethernet/{vlan-identifier}/
https://proxy.example.org:4443/masque/ethernet/
https://proxy.example.org:4443/masque/ethernet?vlan={vlan-identifier}
https://masque.example.org/?user=bob
]]></artwork>
    </section>
    <section anchor="tunnelling-ethernet-over-http">
      <name>Tunnelling Ethernet over HTTP</name>
      <t>To allow negotiation of a tunnel for Ethernet over HTTP, this document defines
the "connect-ethernet" HTTP upgrade token. The resulting Ethernet 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 Ethernet tunnel associated with a single HTTP stream, a client
issues a request containing the "connect-ethernet" upgrade token.</t>
      <t>By virtue of the definition of the Capsule Protocol (see <xref section="3.2" sectionFormat="of" target="HTTP-DGRAM"/>), Ethernet proxying requests do not carry any message content.
Similarly, successful Ethernet proxying responses also do not carry any message
content.</t>
      <t>Ethernet proxying over HTTP <bcp14>MUST</bcp14> be operated over TLS or QUIC encryption, or another
equivalent encryption protocol, to provide confidentiality, integrity, and
authentication.</t>
      <section anchor="ethernet-proxy-handling">
        <name>Ethernet Proxy Handling</name>
        <t>Upon receiving an Ethernet proxying request:</t>
        <ul spacing="normal">
          <li>
            <t>if the recipient is configured to use another HTTP proxy, it will act as an
intermediary by forwarding the request to another HTTP server. Note that
such intermediaries may need to re-encode the request if they forward it
using a version of HTTP that is different from the one used to receive it,
as the request encoding differs by version (see below).</t>
          </li>
          <li>
            <t>otherwise, the recipient will act as an Ethernet proxy. The Ethernet proxy
can choose to reject the Ethernet proxying request or establish an Ethernet
tunnel.</t>
          </li>
        </ul>
        <t>The lifetime of the Ethernet tunnel is tied to the Ethernet proxying request
stream.</t>
        <t>A successful response (as defined in Sections <xref format="counter" target="resp1"/> and <xref format="counter" target="resp23"/>)
indicates that the Ethernet proxy has established an Ethernet tunnel and is
willing to proxy Ethernet frames. Any response other than a successful response
indicates that the request has failed; thus, the client <bcp14>MUST</bcp14> abort the request.</t>
      </section>
      <section anchor="req1">
        <name>HTTP/1.1 Request</name>
        <t>When using HTTP/1.1 <xref target="H1"/>, an Ethernet proxying request will meet the following
requirements:</t>
        <ul spacing="normal">
          <li>
            <t>the method <bcp14>SHALL</bcp14> be "GET".</t>
          </li>
          <li>
            <t>the request <bcp14>SHALL</bcp14> include a single Host header field containing the host
and optional port of the Ethernet proxy.</t>
          </li>
          <li>
            <t>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"/>).</t>
          </li>
          <li>
            <t>the request <bcp14>SHALL</bcp14> include an Upgrade header field with value "connect-ethernet".</t>
          </li>
        </ul>
        <t>An Ethernet 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>
        <t>For example, if the client is configured with the URI Template
"https://example.org/.well-known/masque/ethernet/" and wishes to open an
Ethernet tunnel, it could send the following request.</t>
        <figure anchor="fig-req-h1">
          <name>Example HTTP/1.1 Request</name>
          <sourcecode type="http-message"><![CDATA[
GET https://example.org/.well-known/masque/ethernet/ HTTP/1.1
Host: example.org
Connection: Upgrade
Upgrade: connect-ethernet
Capsule-Protocol: ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="resp1">
        <name>HTTP/1.1 Response</name>
        <t>The server indicates a successful response by replying with the following
requirements:</t>
        <ul spacing="normal">
          <li>
            <t>the HTTP status code on the response <bcp14>SHALL</bcp14> be 101 (Switching Protocols).</t>
          </li>
          <li>
            <t>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"/>).</t>
          </li>
          <li>
            <t>the response <bcp14>SHALL</bcp14> include a single Upgrade header field with value
"connect-ethernet".</t>
          </li>
          <li>
            <t>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"/>.</t>
          </li>
        </ul>
        <t>If any of these requirements are not met, the client <bcp14>MUST</bcp14> treat this proxying
attempt as failed and close the connection.</t>
        <t>For example, the server could respond with:</t>
        <figure anchor="fig-resp-h1">
          <name>Example HTTP/1.1 Response</name>
          <sourcecode type="http-message"><![CDATA[
HTTP/1.1 101 Switching Protocols
Connection: Upgrade
Upgrade: connect-ethernet
Capsule-Protocol: ?1
]]></sourcecode>
        </figure>
      </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"/>, Ethernet 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>
            <t>The :method pseudo-header field <bcp14>SHALL</bcp14> be "CONNECT".</t>
          </li>
          <li>
            <t>The :protocol pseudo-header field <bcp14>SHALL</bcp14> be "connect-ethernet".</t>
          </li>
          <li>
            <t>The :authority pseudo-header field <bcp14>SHALL</bcp14> contain the authority of the IP
proxy.</t>
          </li>
          <li>
            <t>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 configured URL; see
<xref target="client-config"/>.</t>
          </li>
        </ul>
        <t>An Ethernet 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>
        <t>For example, if the client is configured with the URI Template
"https://example.org/.well-known/masque/ethernet/" and wishes to open an
Ethernet tunnel, it could send the following request.</t>
        <figure anchor="fig-req-h2">
          <name>Example HTTP/2 or HTTP/3 Request</name>
          <sourcecode type="http-message"><![CDATA[
HEADERS
:method = CONNECT
:protocol = connect-ethernet
:scheme = https
:path = /.well-known/masque/ethernet/
:authority = example.org
capsule-protocol = ?1
]]></sourcecode>
        </figure>
      </section>
      <section anchor="resp23">
        <name>HTTP/2 and HTTP/3 Responses</name>
        <t>The server indicates a successful response by replying with the following
requirements:</t>
        <ul spacing="normal">
          <li>
            <t>the HTTP status code on the response <bcp14>SHALL</bcp14> be in the 2xx (Successful) range.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </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. As an example, any status code in the
3xx range will be treated as a failure and cause the client to abort the
request.</t>
        <t>For example, the server could respond with:</t>
        <figure anchor="fig-resp-h2">
          <name>Example HTTP/2 or HTTP/3 Response</name>
          <sourcecode type="http-message"><![CDATA[
HEADERS
:status = 200
capsule-protocol = ?1
]]></sourcecode>
        </figure>
      </section>
    </section>
    <section anchor="context-identifiers">
      <name>Context Identifiers</name>
      <t>The mechanism for proxying Ethernet in HTTP defined in this document allows
future extensions to exchange HTTP Datagrams that carry different semantics from
Ethernet frames. Some of these extensions could augment Ethernet payloads with
additional data or compress Ethernet frame header fields, while others could
exchange data that is completely separate from Ethernet payloads. In order to
accomplish this, all HTTP Datagrams associated with Ethernet proxying requests
streams start with a Context ID field; see <xref target="payload-format"/>.</t>
      <t>Context IDs are 62-bit integers (0-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 Ethernet 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
request 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 either the client or the Ethernet 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 Ethernet 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>Ethernet Proxying HTTP Datagram Format</name>
        <artwork><![CDATA[
Ethernet Proxying HTTP Datagram Payload {
  Context ID (i),
  Payload (..),
}
]]></artwork>
      </figure>
      <t>The Ethernet Proxying HTTP Datagram Payload contains the following fields:</t>
      <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>Ethernet frames 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
Layer 2 Ethernet Frame (from the MAC destination field until the last byte of
the Frame check sequence field), as defined by IEEE 802.3, with support for
optional IEEE 802.1Q tagging (see <xref target="vlan-recommendations"/>).</t>
    </section>
    <section anchor="ethernet-frame-handling">
      <name>Ethernet Frame Handling</name>
      <t>This document defines a tunnelling mechanism that is conceptually an Ethernet
link. Implementations might need to handle some of the responsibilities of an
Ethernet switch or bridge if they do not delegate them to another implementation
such as a kernel. Those responsibilities are beyond the scope of this document,
and include, but are not limited to, the handling of broadcast packets and
multicast groups, or the local termination of PAUSE frames.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>Ethernet proxying in HTTP enables the bridging of Ethernet broadcast domains.
These examples are provided to help illustrate some of the ways in which Ethernet
proxying can be used.</t>
      <section anchor="example-remote">
        <name>Remote Access L2VPN</name>
        <t>The following example shows a point to point VPN setup where a client
appears to be connected to a remote Layer 2 network.</t>
        <figure anchor="diagram-tunnel">
          <name>L2VPN Tunnel Setup</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="520" viewBox="0 0 520 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <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 424,32 L 424,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 424,32 L 456,32" fill="none" stroke="black"/>
                <path d="M 80,48 L 248,48" fill="none" stroke="black"/>
                <path d="M 88,64 L 104,64" fill="none" stroke="black"/>
                <path d="M 224,64 L 240,64" fill="none" stroke="black"/>
                <path d="M 320,64 L 456,64" fill="none" stroke="black"/>
                <path d="M 80,80 L 248,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 424,96 L 456,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="464,96 452,90.4 452,101.6" fill="black" transform="rotate(0,456,96)"/>
                <polygon class="arrowhead" points="464,64 452,58.4 452,69.6" fill="black" transform="rotate(0,456,64)"/>
                <polygon class="arrowhead" points="464,32 452,26.4 452,37.6" fill="black" transform="rotate(0,456,32)"/>
                <polygon class="arrowhead" points="96,64 84,58.4 84,69.6" fill="black" transform="rotate(180,88,64)"/>
                <g class="text">
                  <text x="484" y="36">HOST</text>
                  <text x="512" y="36">1</text>
                  <text x="284" y="52">L2</text>
                  <text x="360" y="52">Layer</text>
                  <text x="392" y="52">2</text>
                  <text x="44" y="68">Client</text>
                  <text x="128" y="68">Layer</text>
                  <text x="160" y="68">2</text>
                  <text x="196" y="68">Tunnel</text>
                  <text x="288" y="68">Proxy</text>
                  <text x="484" y="68">HOST</text>
                  <text x="512" y="68">2</text>
                  <text x="376" y="84">Broadcast</text>
                  <text x="364" y="100">Domain</text>
                  <text x="484" y="100">HOST</text>
                  <text x="512" y="100">3</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+--------+                    +--------+            +---> HOST 1
|        +--------------------+   L2   |  Layer 2   |
| Client |<--Layer 2 Tunnel---|  Proxy +------------+---> HOST 2
|        +--------------------+        |  Broadcast |
+--------+                    +--------+  Domain    +---> HOST 3

]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client connects to the Ethernet proxy and immediately can
start sending ethernet frames to the attached broadcast domain.</t>
        <figure anchor="fig-full-tunnel">
          <name>VPN Full-Tunnel Example</name>
          <artwork><![CDATA[
[[ From Client ]]             [[ From Ethernet Proxy ]]

SETTINGS
  H3_DATAGRAM = 1

                              SETTINGS
                                ENABLE_CONNECT_PROTOCOL = 1
                                H3_DATAGRAM = 1

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

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

DATAGRAM
Quarter Stream ID = 11
Context ID = 0
Payload = Encapsulated Ethernet Frame

                              DATAGRAM
                              Quarter Stream ID = 11
                              Context ID = 0
                              Payload = Encapsulated Ethernet Frame
]]></artwork>
        </figure>
      </section>
      <section anchor="site-to-site-l2vpn">
        <name>Site-to-Site L2VPN</name>
        <t>The following example shows a site-to-site VPN setup where a client
joins a locally attached broadcast domain to a remote broadcast domain
through the Proxy.</t>
        <figure anchor="diagram-s2s">
          <name>Site-to-site L2VPN Example</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="432" viewBox="0 0 432 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
                <path d="M 96,96 L 96,192" fill="none" stroke="black"/>
                <path d="M 152,32 L 152,96" fill="none" stroke="black"/>
                <path d="M 280,32 L 280,96" fill="none" stroke="black"/>
                <path d="M 336,96 L 336,192" fill="none" stroke="black"/>
                <path d="M 352,32 L 352,96" fill="none" stroke="black"/>
                <path d="M 80,32 L 152,32" fill="none" stroke="black"/>
                <path d="M 280,32 L 352,32" fill="none" stroke="black"/>
                <path d="M 152,48 L 280,48" fill="none" stroke="black"/>
                <path d="M 160,64 L 176,64" fill="none" stroke="black"/>
                <path d="M 256,64 L 272,64" fill="none" stroke="black"/>
                <path d="M 152,80 L 280,80" fill="none" stroke="black"/>
                <path d="M 80,96 L 152,96" fill="none" stroke="black"/>
                <path d="M 280,96 L 352,96" fill="none" stroke="black"/>
                <path d="M 64,128 L 96,128" fill="none" stroke="black"/>
                <path d="M 336,128 L 368,128" fill="none" stroke="black"/>
                <path d="M 64,160 L 96,160" fill="none" stroke="black"/>
                <path d="M 336,160 L 368,160" fill="none" stroke="black"/>
                <path d="M 64,192 L 96,192" fill="none" stroke="black"/>
                <path d="M 336,192 L 368,192" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="376,192 364,186.4 364,197.6" fill="black" transform="rotate(0,368,192)"/>
                <polygon class="arrowhead" points="376,160 364,154.4 364,165.6" fill="black" transform="rotate(0,368,160)"/>
                <polygon class="arrowhead" points="376,128 364,122.4 364,133.6" fill="black" transform="rotate(0,368,128)"/>
                <polygon class="arrowhead" points="72,192 60,186.4 60,197.6" fill="black" transform="rotate(180,64,192)"/>
                <polygon class="arrowhead" points="72,160 60,154.4 60,165.6" fill="black" transform="rotate(180,64,160)"/>
                <polygon class="arrowhead" points="72,128 60,122.4 60,133.6" fill="black" transform="rotate(180,64,128)"/>
                <g class="text">
                  <text x="316" y="52">L2</text>
                  <text x="116" y="68">Client</text>
                  <text x="188" y="68">L2</text>
                  <text x="228" y="68">Tunnel</text>
                  <text x="320" y="68">Proxy</text>
                  <text x="20" y="132">HOST</text>
                  <text x="48" y="132">A</text>
                  <text x="128" y="132">Layer</text>
                  <text x="160" y="132">2</text>
                  <text x="288" y="132">Layer</text>
                  <text x="320" y="132">2</text>
                  <text x="396" y="132">HOST</text>
                  <text x="424" y="132">1</text>
                  <text x="144" y="148">Broadcast</text>
                  <text x="288" y="148">Broadcast</text>
                  <text x="20" y="164">HOST</text>
                  <text x="48" y="164">B</text>
                  <text x="132" y="164">Domain</text>
                  <text x="300" y="164">Domain</text>
                  <text x="396" y="164">HOST</text>
                  <text x="424" y="164">2</text>
                  <text x="20" y="196">HOST</text>
                  <text x="48" y="196">C</text>
                  <text x="396" y="196">HOST</text>
                  <text x="424" y="196">3</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
         +--------+               +--------+
         |        +---------------+   L2   |
         | Client |---L2 Tunnel---|  Proxy |
         |        +---------------+        |
         +-+------+               +------+-+
           |                             |
HOST A <---+ Layer 2             Layer 2 +---> HOST 1
           | Broadcast         Broadcast |
HOST B <---+ Domain               Domain +---> HOST 2
           |                             |
HOST C <---+                             +---> HOST 3



]]></artwork>
          </artset>
        </figure>
        <t>In this case, the client connects to the Ethernet proxy and immediately can
start relaying Ethernet frames from its attached broadcast domain to the
proxy. The difference between this example and <xref target="example-remote"/> is limited to
what the Client is doing with the the tunnel; the exchange between the Client
and the Proxy is the same as in <xref target="fig-full-tunnel"/> above.</t>
      </section>
    </section>
    <section anchor="performance-considerations">
      <name>Performance Considerations</name>
      <t>When the protocol running inside the tunnel uses congestion control (e.g.,
<xref target="TCP"/> or <xref target="QUIC"/>), the proxied traffic will incur at least two nested
congestion controllers. When tunneled packets are sent using QUIC DATAGRAM
frames, the outer HTTP connection <bcp14>MAY</bcp14> disable congestion control for those
packets that contain only QUIC DATAGRAM frames encapsulating Ethernet frames.
Implementers will benefit from reading the guidance in <xref section="3.1.11" sectionFormat="of" target="UDP-USAGE"/>.</t>
      <t>When the protocol running inside the tunnel uses loss recovery (e.g., <xref target="TCP"/> or
<xref target="QUIC"/>) and the outer HTTP connection runs over TCP, the proxied traffic will
incur at least two nested loss recovery mechanisms. This can reduce performance,
as both can sometimes independently retransmit the same data. To avoid this,
Ethernet proxying <bcp14>SHOULD</bcp14> be performed over HTTP/3 to allow leveraging the QUIC
DATAGRAM frame.</t>
      <section anchor="mtu-and-frame-ordering-considerations">
        <name>MTU and Frame Ordering Considerations</name>
        <t>When using HTTP/3 with the QUIC Datagram extension <xref target="QUIC-DGRAM"/>, Ethernet
frames can be transmitted in QUIC DATAGRAM frames. Since these frames cannot be
fragmented, they can only carry Ethernet frames up to a given length determined
by the QUIC connection configuration and the Path MTU (PMTU). Furthermore, the
UDP packets carrying these frames could be reordered by the network.</t>
        <t>When using HTTP/1.1 or HTTP/2, and when using HTTP/3 without the QUIC Datagram
extension <xref target="QUIC-DGRAM"/>, Ethernet frames are transmitted in DATAGRAM capsules as
defined in <xref target="HTTP-DGRAM"/>. DATAGRAM capsules are transmitted reliably over an
underlying stream, maintaining frame order, though they could be split across
multiple QUIC or TCP packets.</t>
        <t>The trade-off between supporting a larger MTU and avoiding fragmentation should
be considered when deciding what mode(s) to operate in. Implementations <bcp14>SHOULD
NOT</bcp14> intentionally reorder Ethernet frames, but are not required to provide
guaranteed in-order delivery. If in-order delivery of Ethernet frames is
required, DATAGRAM capsules can be used.</t>
      </section>
      <section anchor="vlan-recommendations">
        <name>IEEE 802.1Q VLAN tagging</name>
        <t>While the protocol as described can proxy Ethernet frames with IEEE 802.1Q VLAN
tags, it is <bcp14>RECOMMENDED</bcp14> that individual VLANs be proxied in separate
connections, and VLAN tags be stripped and applied by the Ethernet proxying
endpoints as needed.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>There are risks in allowing arbitrary clients to establish a tunnel to a Layer 2
network. Bad actors could abuse this capability to attack hosts on that network
that they would otherwise be unable to reach. HTTP servers that support Ethernet
proxying <bcp14>SHOULD</bcp14> restrict its use to authenticated users. Depending on the
deployment, possible authentication mechanisms include mutual TLS between IP
proxying endpoints, HTTP-based authentication via the HTTP Authorization header
<xref target="HTTP"/>, or even bearer tokens. Proxies can enforce policies for authenticated
users to further constrain client behavior or deal with possible abuse. For
example, proxies can rate limit individual clients that send an excessively
large amount of traffic through the proxy.</t>
      <t>Users of this protocol may send arbitrary Ethernet frames through the tunnel,
including frames with falsified source MAC addresses. This could allow
impersonation of other hosts, poisoning of ARP and CAM tables, and cause a
denial of service to other hosts on the network. These are the same attacks
available to an arbitrary client with physical access to the network. Ethernet
proxying endpoints could be configured to limit forwarding to pre-configured MAC
addresses, though such filtering is outside the scope of this protocol. Dynamic
signalling or negotiation of MAC address filtering is left to future extensions.</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-ethernet" 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-ethernet</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Proxying of Ethernet 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>Updates to the MASQUE URI Suffixes Registry</name>
        <t>This document will request IANA to register "ethernet" in the MASQUE URI
Suffixes Registry maintained at &lt;<eref target="https://www.iana.org/assignments/masque"/>&gt;,
created by <xref section="12.2" sectionFormat="of" target="CONNECT-IP"/>.</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">ethernet</td>
              <td align="left">Ethernet Proxying</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 anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="H1">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <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"/>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield"/>
            <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"/>
            <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"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <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 (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="CONNECT-UDP">
          <front>
            <title>Proxying UDP in HTTP</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <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="CONNECT-IP">
          <front>
            <title>Proxying IP in HTTP</title>
            <author fullname="T. Pauly" initials="T." role="editor" surname="Pauly"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="A. Chernyakhovsky" initials="A." surname="Chernyakhovsky"/>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="M. Westerlund" initials="M." surname="Westerlund"/>
            <date month="October" year="2023"/>
            <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 an IP proxy. This document updates RFC 9298.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9484"/>
          <seriesInfo name="DOI" value="10.17487/RFC9484"/>
        </reference>
        <reference anchor="L2TP">
          <front>
            <title>Layer Two Tunneling Protocol "L2TP"</title>
            <author fullname="W. Townsley" initials="W." surname="Townsley"/>
            <author fullname="A. Valencia" initials="A." surname="Valencia"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="G. Pall" initials="G." surname="Pall"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <author fullname="B. Palter" initials="B." surname="Palter"/>
            <date month="August" year="1999"/>
            <abstract>
              <t>This document describes the Layer Two Tunneling Protocol (L2TP). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2661"/>
          <seriesInfo name="DOI" value="10.17487/RFC2661"/>
        </reference>
        <reference anchor="L2TPv3">
          <front>
            <title>Layer Two Tunneling Protocol - Version 3 (L2TPv3)</title>
            <author fullname="J. Lau" initials="J." role="editor" surname="Lau"/>
            <author fullname="M. Townsley" initials="M." role="editor" surname="Townsley"/>
            <author fullname="I. Goyret" initials="I." role="editor" surname="Goyret"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document describes "version 3" of the Layer Two Tunneling Protocol (L2TPv3). L2TPv3 defines the base control protocol and encapsulation for tunneling multiple Layer 2 connections between two IP nodes. Additional documents detail the specifics for each data link type being emulated. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3931"/>
          <seriesInfo name="DOI" value="10.17487/RFC3931"/>
        </reference>
        <reference anchor="HTTP-DGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <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"/>
            <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"/>
            <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"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="TEMPLATE">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="M. Hadley" initials="M." surname="Hadley"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="D. Orchard" initials="D." surname="Orchard"/>
            <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="WELL-KNOWN">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="QUIC-DGRAM">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ETHERIP">
          <front>
            <title>EtherIP: Tunneling Ethernet Frames in IP Datagrams</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
            <date month="September" year="2002"/>
          </front>
          <seriesInfo name="RFC" value="3378"/>
          <seriesInfo name="DOI" value="10.17487/RFC3378"/>
        </reference>
        <reference anchor="GUE">
          <front>
            <title>Generic UDP Encapsulation</title>
            <author fullname="Tom Herbert" initials="T." surname="Herbert">
              <organization>Quantonium</organization>
            </author>
            <author fullname="Lucy Yong" initials="L." surname="Yong">
              <organization>Independent</organization>
            </author>
            <author fullname="Osama Zia" initials="O." surname="Zia">
              <organization>Microsoft</organization>
            </author>
            <date day="26" month="October" year="2019"/>
            <abstract>
              <t>   This specification describes Generic UDP Encapsulation (GUE), which
   is a scheme for using UDP to encapsulate packets of different IP
   protocols for transport across layer 3 networks. By encapsulating
   packets in UDP, specialized capabilities in networking hardware for
   efficient handling of UDP packets can be leveraged. GUE specifies
   basic encapsulation methods upon which higher level constructs, such
   as tunnels and overlay networks for network virtualization, can be
   constructed. GUE is extensible by allowing optional data fields as
   part of the encapsulation, and is generic in that it can encapsulate
   packets of various IP protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-gue-09"/>
        </reference>
        <reference anchor="UDP-USAGE">
          <front>
            <title>UDP Usage Guidelines</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>The User Datagram Protocol (UDP) provides a minimal message-passing transport that has no inherent congestion control mechanisms. This document provides guidelines on the use of UDP for the designers of applications, tunnels, and other protocols that use UDP. Congestion control guidelines are a primary focus, but the document also provides guidance on other topics, including message sizes, reliability, checksums, middlebox traversal, the use of Explicit Congestion Notification (ECN), Differentiated Services Code Points (DSCPs), and ports.</t>
              <t>Because congestion control is critical to the stable operation of the Internet, applications and other protocols that choose to use UDP as an Internet transport must employ mechanisms to prevent congestion collapse and to establish some degree of fairness with concurrent traffic. They may also need to implement additional mechanisms, depending on how they use UDP.</t>
              <t>Some guidance is also applicable to the design of other protocols (e.g., protocols layered directly on IP or via IP-based tunnels), especially when these protocols do not themselves provide congestion control.</t>
              <t>This document obsoletes RFC 5405 and adds guidelines for multicast UDP usage.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="145"/>
          <seriesInfo name="RFC" value="8085"/>
          <seriesInfo name="DOI" value="10.17487/RFC8085"/>
        </reference>
      </references>
    </references>
    <?line 586?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Much of the initial version of this draft borrows heavily from <xref target="CONNECT-IP"/>.</t>
      <t>The author would like to thank Alexander Chernyakhovsky and David Schinazi
for their advice while preparing this document, and Etienne Dechamps for
useful discussion on the subject material. Additionally, Mirja Kühlewind and
Magnus Westerlund provided valuable feedback on the document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
