<?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.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-deen-mops-network-overlay-impacts-02" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="NOISV">Network Overlay Impacts to Streaming Video</title>
    <seriesInfo name="Internet-Draft" value="draft-deen-mops-network-overlay-impacts-02"/>
    <author fullname="Glenn Deen">
      <organization>Comcast-NBCUniversal</organization>
      <address>
        <email>glenn_deen@comcast.com</email>
      </address>
    </author>
    <author fullname="Sanjay Mishra">
      <organization>Verizon</organization>
      <address>
        <email>sanjay.mishra@verizon.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="10"/>
    <area>Operations and Management</area>
    <workgroup>Media OPerationS</workgroup>
    <keyword>network policy</keyword>
    <keyword>video streaming</keyword>
    <keyword>streaming</keyword>
    <abstract>
      <?line 48?>

<t>This document examines the operational impacts to streaming video applications
caused by changes to network policies by network overlays.  The network policy
changes include IP address assignment, transport
protocols, routing, DNS resolver which in turn affect a variety of important
content delivery aspects such as latency, CDN cache selection, delivery path
choices, traffic classification and content access controls.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://gitnnelg.github.io/NetworkOverlays/draft-deen-mops-network-overlay-impacts.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-deen-mops-network-overlay-impacts/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Media OPerationS Working Group mailing list (<eref target="mailto:mops@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/mops/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/mops/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/gitnnelg/NetworkOverlays"/>.</t>
    </note>
  </front>
  <middle>
    <?line 57?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The past decade of Internet evolution has included two significant trends,  the global growth of video streaming and  active passionate work within the IETF on enhancing Internet user privacy.</t>
      <t>The work on these initiatives has largely occured independently of one another, though there are a few individuals and companies that are involved with both efforts.</t>
      <t>The arrival of the newly developed privacy enhancements in consumer products and their subsequent use by streaming video viewers has brought the results of the two efforts into contact and a number of friction points are now being encountered which are having impacts to the viewers, support engineers and operational aspects of video streaming platforms.</t>
      <t>To be clear, this document is not proposing or advocating rolling back any of the privacy enhancements for the viewers.  Instead the authors hope to help describe the problem space and educate the IETF and others on the practical operational impacts of these enhancements and to eventually develop approaches that can help mitigate such impacts.</t>
      <t>The authors also readily acknowledge the many challenges and difficulties in improving Internet privacy in an area as complex as the Internet while also maintaining compatibiltiy with the wildly varied applications and uses of the Internet on which users rely upon daily in their lives. This is hard stuff and it's very natural for there to be operational considerations that must be understood and folded back into architectural designs and consumer products.</t>
      <t>The motivation in developing this document is to provide a meaningful and helpful feedback from the streaming application and streaming platform operational perspective to help the enhanced privacy architecture work being done at the IETF.</t>
    </section>
    <section anchor="internet-privacy-enhancements">
      <name>Internet Privacy Enhancements</name>
      <t>Enhancing the Internet's privacy is a difficult challenge, given the complexity of the Internet itself.  It's common for solutions that address one issue to inadvertently create new problems elsewhere.  That's not a reason to stop trying, but it is important to understand the consequences of changes and to find ways to manage or mitigate such impacts, ideally without weakening or rolling back the enhancements.</t>
      <t>A popular design choice in privacy enhancements at the IETF has been the encapsulation of data inside encrypted connections along with other network policy changes to introduce changes which make observing and tracing data difficult to do and difficult to associate to any particular user.</t>
      <t><xref target="RFC7258"/> from the IAB examines various pervasive montoring approaches while <xref target="RFC7624"/> discusses responses that enhance privacy.  <xref target="RFC9000"/> itself is an excellent example of the applied design approaches and introduces the QUIC transport protocol that is always encrypted.</t>
      <section anchor="network-overlays">
        <name>Network Overlays</name>
        <t>Along with the use of encrypted connections another popular approach is to additionally create alternative routes and tunnels for connections which bypass the routing and other policy decisions of the ISP access network and of the public open Internet.   These alternative network policy choices have the effect of creating a Network Overlay that operates on top of and over the device's Access Network and the Open Internet, but follows an independent set of policies chosen by the Network Overlay.</t>
        <artwork><![CDATA[
 R  = router
                  <--- non-overlay traffic path --->
 device -- R ---- R ------------- R ------------- R ---- R -- dest-node
            \                                           /
             \                                         /
              \                                       /
               R -- R -- ingest -- egress -- R ------+
                     <--- overlay traffic path --->

 Figure 1:  Network Overlay routing select traffic via an alternate path
]]></artwork>
        <section anchor="partitioning">
          <name>Partitioning</name>
          <t>Network Overlay policy changes includes an alternate routing policy since a fundamental aspect of this design is the tunneling of connections through alternate paths to enhance privacy. The reasons for this approach are discussed in the IAB document <eref target="https://datatracker.ietf.org/doc/draft-iab-privacy-partitioning/">Partitioning as an Architecture for Privacy</eref>.</t>
        </section>
        <section anchor="policy-changes">
          <name>Policy Changes</name>
          <t>Beyond alternate routing policies, network overlays often also make changes to the Source IP Address assignment, and/or selection of the DNS Resolver and/or including protocol conversions/translations such as HTTP2-&gt;HTTP3 and HTTP2-&gt;HTTPS2+TLS, and can include IP layer changes such as IPv4-&gt;IPv6 or IPv6-&gt;IPv6 conversions.</t>
        </section>
        <section anchor="masque">
          <name>MASQUE</name>
          <t>Protocols such as MASQUE <xref target="RFC9484"/> and services built on it such as Apple's <eref target="https://www.apple.com/privacy/docs/iCloud_Private_Relay_Overview_Dec2021.PDF">iCloud Private Relay</eref> are examples of Privacy Enhancing Network Overlays that involve making a number of network policy changes from the open Internet for the connections passed through them.</t>
        </section>
      </section>
      <section anchor="making-it-easy-for-users-by-working-under-the-covers">
        <name>Making It Easy (for Users) by Working Under the Covers</name>
        <t>Historically, incorporating privacy features into consumer-facing products has been complex. This challenge arises from the need to address a wide range of use cases while also offering users easy access to advanced privacy frameworks and taxonomies. Many attempts have been made and very few have achieved finding success with end users.</t>
        <t>Perhaps learning from the lessons of offering too many options, the recent trend in privacy enhancements has steered torward either a very simple "Privacy On or Off" switch or in other cases automatically enabling or "upgrading" to enhance privacy.   Apple's iCloud Private Relay can be easily turned on with a single settings switch, while privacy features such as Encrypted DNS over HTTP and upgrade from HTTP to HTTPS connections have had a number of deployments that automatically enable them for users when possible.</t>
        <t>Keeping with the motto of "Keep It Simple", users are generally not provided with granular Network Overlay controls permitting the user to select what applications, or what network connections the Network Overlay's policies can apply to.</t>
        <t>Adhereing with the "Keep It Simple" approach the application itself has very little connection to privacy enhancing Network Overlays.  Applications generally do not have a means to detect when networking policy changes are active. Applications generally do not have a means to access policy change settings or to interact to change them.</t>
      </section>
    </section>
    <section anchor="streaming-video">
      <name>Streaming Video</name>
      <t>Streaming Video, while just one of the many different Internet applications does standout from other uses in a number of significant ways that perhaps merit some amount of special consideration in understanding and addressing the impacts caused by particular privacy enhancing design and service offering choices.</t>
      <t>Firstly, Streaming video operates at a hard to imagine scale - streaming video is served globally to more than 2 billion user daily currently and continuing to grow in leaps and bounds.</t>
      <t>Secondly, the content types delivered through streaming has evolved from  the pre-recorded low-resolution, low-bit rate, latency tolerant video-on-demand movies, live or pre-recorded TV shows, and user generated videos delivered by pioneering streaming platforms to now including low-latency 4K and 8K live sports events, while also evolving the pre-recorded content with high-bit rate such as 4K and 8K cinema quality and High Dynamic Range (HDR) lighting.</t>
      <t>Finally, the expectations of streaming video viewers have significantly evolved from the days of settling for being able to watch a movie in a PC browser.  Viewers expect to watch on any device type they want ranging from low-end-streaming sticks that plug into a USB port, to 4K and HDR capable laptops, 4K and 8K HDR TV screens, gaming consoles, smart phones and many more choices.  Viewers also expect to have the same great viewing experience while at home connected via high-speed wired Internet, high-speed WiFi, or mobile cellular 5G and even satellite Internet connections.</t>
      <t>To meet the growth to billions of users, the growth in content type, quality and speed expectations, and  on-any-device anywhere that I am over any-network-connection expectations of users the Streaming Video technology infrastructure has had to itself evolve significantly.  This video streaming evolution work is being done in the IETF and in the <eref target="https://www.svta.org/">Streaming Video Technology Alliance (SVTA)</eref>, and in a number of other technical and industry groups.</t>
      <t>It's hard to overstate just how much the growth of streaming video has contributed to the growth of the Internet.  Internet connections of multiples of hundred megabits and gigabits speeds today are because of the needs of video streaming, the ongoing work on low-latency networking and ultra-low-latency video delivery are both driven by the use of streaming video.</t>
      <section anchor="advances-in-streaming-video-architecture">
        <name>Advances in Streaming Video Architecture</name>
        <t>Internet streaming has greatly matured and diversified from its early days of viewers
watching pre-recorded 320x240, 640x480 standard definiton 480p movies to wired PCs connected
to the Internet via high-latency, low-bandwidth DSL as early DOCSIS modems.</t>
        <t>Streaming has grown to the extent that it has become a daily go-to video source world wide for billions of viewers
and has expanded from pre-recorded movies to encompass every type of video content
imaginable.  This growth to billions of viewers and the addition of low latency sensistive
content and new connectivity options like WiFi, Cellular and Satellite in addition to
high-speed DOCSIS and fiber is the world streaming platforms now provide service in.</t>
        <t>With the large user base and its usage, the Streaming platforms also have significant technical challenges to meet viewer expectations:</t>
        <ul spacing="normal">
          <li>
            <t>(1) Delivery scales that commonly range from hundreds of thousands to many millions of viewers simultaneously, with billions of views globally daily;</t>
          </li>
          <li>
            <t>(2) Low latency demands from live sports, live events and live streamed content;</t>
          </li>
          <li>
            <t>(3) content resolutions and corresponding formats which have jumped from the days of SD-480p to 4K (3840x2160) and 8K (7680x4320) along with bit rates which can had data needs of 10-24+ Mbps for 4K with 8K demanding 40 Mbps under extreme compression and 150-300 Mbps for high quality such as cinema;</t>
          </li>
          <li>
            <t>(4) devices with very diverse capabilities low-cost streaming sticks, to Smart TVs, tablets, phones, and game consoles</t>
          </li>
          <li>
            <t>(5) broad range of connectivity choices including WiFi, Gig speed-low latency DOCSIS, Fiber, satellite, and 5G cellular networks;</t>
          </li>
          <li>
            <t>(6) application transport protocols including MPEG DASH, HLS, HTTP2/TCP, HTTP3/QUIC, WebRTC, Media over QUIC (MoQ) and specialty application transports such as SRT, HESP etc.</t>
          </li>
        </ul>
        <t>To meet these challenges streaming platforms have significantly invested in developing delivery architectures that
are built with detailed understandings of each element in the content delivery pathway starting from the content capture all the way through to the screen of the viewer.</t>
        <t>Streaming applications are part of an end-to-end architecture that is optimized around achieving the best experience including low latency video delivery to viewing devices.  The open Internet can be unpredictable with temporary issues like packet loss, congestion and other conditions. However, streaming architecture is desiged to handle these momentary problems as effectively as possible often through use of dynamic adaptive approaches designed into streaming protocols and platform components.</t>
      </section>
    </section>
    <section anchor="emerging-operational-issues-with-network-overlay-policy-changes">
      <name>Emerging Operational Issues with Network Overlay Policy Changes</name>
      <t>Streaming video applications and the streaming platforms delivering content are starting to encounter various operational challenges related to Network Overlays. Typically the primary problems are encountered when the network overlay has made policy changes that are either unexpected, are difficult or impossible for the streaming platform to detect, or the changes are inconsitently applied.</t>
      <t>There are a variety of impacts but a few common classes of issues have been observed:</t>
      <section anchor="policy-changes-hidden-from-applications">
        <name>Policy Changes Hidden from Applications</name>
        <t>One of the central recurring issues with streaming applications running on devices or networks with changed policies due to network overlays is that the changes are often hidden from the applications.</t>
        <t>Applications often find it difficult or even impossible to detect when network policy changes will be active and what they are changing.   For example, a device may have a desingated default DNS resolver for the device, but may have a different resolver selected depending on how the streaming application queries the DNS.</t>
        <t>Likewise, a streaming application might find that one application transport protocol such as HTTP queries will have one set of routing policies applied to it but a different appliction transport like HTTPS may have a different set of routing policies applied.</t>
        <t>Streaming applications that cannot determine the exact behavior to be expected can prevent the streaming application from making good content source decisions and can prevent appllications from being able to provide reliable feedback and logs when problems are encountered.</t>
      </section>
      <section anchor="routing-changes">
        <name>Routing Changes</name>
        <t>Routing changes which cause connections between video applications and the infrastructure servcices they use can create a large number of problems.</t>
        <section anchor="end-to-end-problem-discovery">
          <name>End to End Problem Discovery</name>
          <t>A common issue in video delivery is locating where along the delivery path the video transport is encountering problems.   Often such problems are more complex than the connection not working at but instead involve identifying bottleneck, lost packets, congestion issues.   When the routing changes from what is expected or visible to support tools it becomes an operational trouble spot for users and platform suport to location and determine the source of the problems.</t>
        </section>
        <section anchor="cdn-edge-cache-selection-due-to-routing">
          <name>CDN Edge Cache Selection due to Routing</name>
          <t>A significant, and often overlooked problm is the addition of network latency compared to edge CDN caches or access network peering connections.  Routing changes which cause bypassing edge CDN caches and instead choosing less optimal caches</t>
          <artwork><![CDATA[
 R  = router
           <--- non-overlay traffic path --->
 device -- R ---- R ---- Edge CDN Cache
            \
             \
              \
               R --- R -- ingest -- R --- R -- egress -- R ------R ---- Less Optimal CDN Cache
                     <--- overlay traffic path --->

 Figure:  Routing Changes alering CDN Cache selection
]]></artwork>
        </section>
      </section>
      <section anchor="changed-encryption-policy">
        <name>Changed Encryption Policy</name>
        <t>Changing the encryption policy applied to video streams either adding where it wasn't orginally used or removing if it was originally specified can cause a wide range of operational problems.</t>
        <section anchor="forced-encryption-upgrade">
          <name>Forced Encryption Upgrade</name>
          <t>Changing unencrytped HTTP2 to encrypted HTTP2+TLS connects will prohibit streaming workflows that involve content detection as part of the network delivery.  This can result in video traffic not being correctly identified and the incorrect network policies being applied to it.  This is particularly problematic in environments using multicast and in mobile environments.</t>
        </section>
        <section anchor="forced-encryption-downgrade">
          <name>Forced Encryption Downgrade</name>
          <t>Equally so, removing of encryption applied to the transport stream by a streaming platform would be significantly problematic as such encryption may be part of a content protection and content integrity protections architecture.</t>
        </section>
      </section>
      <section anchor="changed-dns-resolver-selection">
        <name>Changed DNS Resolver Selection</name>
        <t>DNS Resolver choice changes resulting in less optimal CDN cache selection or bypassing of CDN load balancing direction</t>
      </section>
      <section anchor="changed-source-ip-address">
        <name>Changed Source IP Address</name>
        <t>Changing the Source IP Address for the application's connections to Streaming Platform Servers resulting in logging, geofencing, and session management problems</t>
      </section>
      <section anchor="performance-and-problem-determination">
        <name>Performance and Problem determination</name>
        <t>Network overlays often interfere with the tools used in performance and problem determination.   This is due to either the tool and protocols not able to traverse the alternative route tunnel impacting services ability to diagnose connection and performance problems, or the network overlay itself not supporting the tool and not supporting or carrying the tools functions.</t>
      </section>
      <section anchor="impact-of-changing-network-routing-and-other-policies">
        <name>Impact of Changing Network Routing and other Policies</name>
        <t>The problem for streaming applications occurs when the underlying network properties and policies change from what is expected by the streaming application. In particular when such changes are either hidden or not visible to the streaming application.</t>
        <t>While the open Internet is a dynamic environment, changing of basic network behavior and policies from what is expected as seen from the streaming application,  deviate unexpectedly from what the streaming application expects. This behavior disrupts the optimized streaming delivery architecture for the end-user device.  Changes to Network Policies such the routing, source IP address assigned to the streaming application traffic, DNS resolver choice etc influences this behavior.</t>
        <t>Having a reliable understanding of the delivery path is essential for streaming operators and the introduction
of network overlays like those based on technologies such as MASQUE especially when designed to be undetectable by the applications using them has introduced new technical challengess for streaming operators and network operators as well as for their viewers.</t>
        <t>The core problem occurs when changes to network policies are made, often without notification or visibilty to applications and
without clear methods of probing to determine and test changed behaviors that affect the streaming application's content
delivery path resulting in increased latency, changes of IP address for the application as seen by either the application
or the streaming service connection, changes to DNS resolvers being queried and the results returned by DNS, and changes to
application transports such as adding or removing outer layer encryption are all problems that have been observed in
production streaming platforms.</t>
        <section anchor="middleboxes-and-learning-from-the-past">
          <name>Middleboxes and learning from the past</name>
          <t>The IETF has discussed this situation in the past, more than 20 years ago in 2002 Middleboxes: Taxonomy and Issues <xref target="RFC3234"/>
was published capturing the issues with Middleboxes in the network and the affects of hidden changes occuring on the network between the sender and receiver.</t>
        </section>
      </section>
    </section>
    <section anchor="appendix-a-network-overlays-are-different-than-vpns">
      <name>Appendix A: Network Overlays are different than VPNs</name>
      <t>While conceptually similar in many ways to VPN (Virtual Private Network) technology, the various network overlay
technologies currently being deployed as well as new ones currently being designed by the IETF differ quite
siginificanlty from the older VPN approach they are replacing in a number of ways.</t>
      <t>It is also worth noting that one reason why the issues discussed in this document have not been concerned with
regard to VPNs is that largely VPNs have not been a pervasive way to stream video.   First, many VPNs have not had very good or consistent throughput compared to the direct open Internet and so provide a poor viewing experience.  Second, many video platforms block or deny service to VPN connections due to the very common use of VPNs to bypass geofiltering restrictions.</t>
      <t>Whatever the reason, it's work looking at how VPNs differ from the Network Overlays being discussed herein.</t>
      <section anchor="vpns-typically">
        <name>VPNs typically:</name>
        <ul spacing="normal">
          <li>
            <t>(1) VPNs typically are detectable by both the video application and often by the streaming platform.</t>
          </li>
          <li>
            <t>(2) VPNs typically work at the network layer of a device, resulting in a wide-range (if not all) transports</t>
          </li>
          <li>
            <t>and protocols from the device flowing through the VPN</t>
          </li>
          <li>
            <t>(3) VPNs typically provide exception options allowing for exclusion from traversing via the VPN based on</t>
          </li>
          <li>
            <t>various criteria such as application, destination IP address, application protocol etc.</t>
          </li>
        </ul>
        <section anchor="network-overlays-typically">
          <name>Network Overlays typically:</name>
          <ul spacing="normal">
            <li>
              <t>(1) Network Overlays are often undetectable by video applications or by the streaming platform, when in use</t>
            </li>
            <li>
              <t>(2) Network Overlays often only apply to specific application transports such as HTTP2/TCP or HTTP3/QUIC while not applying to HTTP2/TCP+TLS on the same device.</t>
            </li>
            <li>
              <t>(3) Network Overlays often only apply to HTTP connections and do not support ICMP, non-http versions of DNS, NTP etc, and various tools used for network measurement, problem determination, and network management that are not http based.</t>
            </li>
            <li>
              <t>(4) Network Overlays do not expose to applications any means for the application to discover the policy changes the overlay will apply to the applications network connections.</t>
            </li>
            <li>
              <t>(5) Network Overlays do not expose mechanisms or APIs for applications to interact with them such as getting or setting options.</t>
            </li>
          </ul>
        </section>
      </section>
    </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?>

</section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC7258">
        <front>
          <title>Pervasive Monitoring Is an Attack</title>
          <author fullname="S. Farrell" initials="S." surname="Farrell"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <date month="May" year="2014"/>
          <abstract>
            <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="188"/>
        <seriesInfo name="RFC" value="7258"/>
        <seriesInfo name="DOI" value="10.17487/RFC7258"/>
      </reference>
      <reference anchor="RFC7624">
        <front>
          <title>Confidentiality in the Face of Pervasive Surveillance: A Threat Model and Problem Statement</title>
          <author fullname="R. Barnes" initials="R." surname="Barnes"/>
          <author fullname="B. Schneier" initials="B." surname="Schneier"/>
          <author fullname="C. Jennings" initials="C." surname="Jennings"/>
          <author fullname="T. Hardie" initials="T." surname="Hardie"/>
          <author fullname="B. Trammell" initials="B." surname="Trammell"/>
          <author fullname="C. Huitema" initials="C." surname="Huitema"/>
          <author fullname="D. Borkmann" initials="D." surname="Borkmann"/>
          <date month="August" year="2015"/>
          <abstract>
            <t>Since the initial revelations of pervasive surveillance in 2013, several classes of attacks on Internet communications have been discovered. In this document, we develop a threat model that describes these attacks on Internet confidentiality. We assume an attacker that is interested in undetected, indiscriminate eavesdropping. The threat model is based on published, verified attacks.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7624"/>
        <seriesInfo name="DOI" value="10.17487/RFC7624"/>
      </reference>
      <reference anchor="RFC9000">
        <front>
          <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
          <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
          <date month="May" year="2021"/>
          <abstract>
            <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9000"/>
        <seriesInfo name="DOI" value="10.17487/RFC9000"/>
      </reference>
      <reference anchor="RFC9484">
        <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="RFC3234">
        <front>
          <title>Middleboxes: Taxonomy and Issues</title>
          <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
          <author fullname="S. Brim" initials="S." surname="Brim"/>
          <date month="February" year="2002"/>
          <abstract>
            <t>This document is intended as part of an IETF discussion about "middleboxes" - defined as any intermediary box performing functions apart from normal, standard functions of an IP router on the data path between a source host and destination host. This document establishes a catalogue or taxonomy of middleboxes, cites previous and current IETF work concerning middleboxes, and attempts to identify some preliminary conclusions. It does not, however, claim to be definitive. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3234"/>
        <seriesInfo name="DOI" value="10.17487/RFC3234"/>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
    </references>
    <?line 314?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to acknowledge to the contributions from the Streaming Video Technology Alliance (SVTA) based on their work studying the impacts of network overlays on the streaming platforms. In particular, contributions from Brian Paxton have been very helpful.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA6Vc63Ibx5X+P0/RS/2IGAMkRcmOwk2c0CRlsSKKjEDJlbJT
rgGmAXQ0mIHnQghJKc+yz7JPtuc753RPzwC0nVpV2QQGM3051+9cesbjcdK4
Jrdn5uCtbTZl9dHcPtgqT7fmerVOZ01tmtJMmsqmK1cszAeX2fIgSafTyj7g
odvryYeDZJY2dlFW2zPjinmZJG5dnZmmauvm9OTk9yenSUoDnJnrorFVYZsE
Ey2qsl2fmZvbu0mS1E1aZD+meVnQUra2TtbuzHzflLORqcuKpp/X9Gm7woe/
J0mSlbMiXdG9WZXOm3FmbTFelet6XMguxqXsYuxkF+OcVlg3Sd1OV66uXVk0
2zU9fn11/8qYJybN65K244rMri39r2gORubAZq4pK5fm+HJ9/g39KSv69O7+
1UFStKuprc6SjEY+S2ZlUduibmvet02IOM911we3a1ulDc1ZG9qluUmLdGFX
mCMmxMENTZea2zu9eXKQfLRbuiE7S8zY6MbMuszdbIsrD+CFqT1vcKn78mCL
lpZlzOOjGyM0OPiOxgVzv8WtuL5KXU7XQdA/O9vMj8pqgetpNVvS9WXTrOuz
42PchkvuwR75245x4XhalZvaHmOAYzy4cM2yndKj9KEobL44VmlTYatxk7Ao
Gt/ffCSPH7ly+Njxr2T/0bJZ5QdJkrbNsqxAT5rPmHmb5yJGB9/mtijMJQ10
wD/RVtLC/ZNpdWYuytUsrZvx228u3he03apOc77NKqkWePxHrOPPM7n3iP4e
7Jlokhb/IO26cfWySvfN9cFW7p9lEQ9f8zNHK37mzw9yAyZIkqKsVvTgA/E6
ge5138bjsUmnJBFEgCS5X7rakNa0kDtjP0FKLCn30prSi2eaG9cpfZAlFbR0
vSbJEzkmhW9rm5np1syWabGw/ERPRB1do5/9NWVIfWTMPc05kGY/iCtmeZtZ
c31n0iyrbE0aQ9q6KLDqEWlWWtRrsgfJuirJOJQ5WQUS2oZWOTKXbyeGHilz
mspslm62pPFM01aFSedzO2tMah7SiiR1a8o5tkojpUUD3W1Alczm4O2W5lxb
UKFuaYy0ZsksZtuRubh8a2bpjDZQ25xuIVqMusfWabOkrZRuZmte7HzuZmaW
YwtzJR1bAD9hOpthi/ha0V6OhGkrl2W5TZInsJdVmbU8D1hoaYoa65ylRCTa
gzeoxj6UecvjL9NAxswQkQ3Ix9PThMTSIqO1Md8XeTkllpOB2DRLjDYwKLxU
WiPkCRPDahIhDDNuQyoJ6tI4bENpZlsQF2d4MCyLhKQy68o9pLPtkexApIGf
rC2t1DWOJbbmlZM9Wdic+DObtRVtIDLIOXONHAStq6SnKyLxsmwXSwxV0VX8
Z+Z2g4cc7aUlo67kJqkuHIt72vCNrniAnGS8DzOl8Yydk/Y0tS4zrbDqHFM2
LK8bmj+zDzYndcn8nnTPbMxBdrCyJhXDpplxsgAawVUkTdPa/tSC8UQXKMdQ
xR6c3ZBtYUqQCaW9NTw7SXWb01i6GHBVV0tzkuJBgFLIN82VGnFMuHleOZYd
UjOHBWLnRbkxU4s5SaTLFpwCGVhd8PsyfcCPkSHAlLoy8sHtGmpDDy/IgGCx
mDQ2IV559gjUmhQJJoqJXNIySDlsyoyMrRN9Jg6DhOuyxnPkdNPsoYQG0TdS
lRx/p+nsI82+9WTZyxOaLt4AmZ/rom5sykwx4g+I4LQBbHVp8zVxuZ5VjhYn
g5bT3K5MTeSwvFdLfIUaBNFnAkAGa5VreghaM4P47LGtslySgN5CWU6Ir+S4
G5LcTtpgeKsSRkfllzRZFroi3VlgKWynvKtT+dWdAdiQ/KSZoxGJYMT+3GYL
Wf4K1CPbm5P3gvnFGjIHq0Xi5tgeY9iqfOhptSe0gzWD0KQwktCy3H7CRyaN
v5tEK7eyDvJmJKik8zQaK2Xjpo5m2ooa4rGNyzNaKdvprOdzeHWkOEENwgxE
dZFfmJuadksDtGu6mqXYtZgpUkCYaZIAdoUOWlZlJJztfM5Du+aH39SGDTmZ
ubYijqnwVCwb076nhKaTeHtgx5xZEeDFfS0ZrKpuyjLjkedlDmPM8sr6yqCp
IS3hWUjeyER7UzWwH8rOVUk2UhwIbUclA2Tc0RwanhmWwRqubApiE/zg0SE1
+Dy3NuPVzKtyxbSMjH5Hcn5mV3t7ZKCPrO/wEV6BMKDKdmcpoz2rExArlLFF
b4I6HanjE9be6dNXkaokyVXwNLEcgH1BNImcnSh3Mj4iKEoaxs+pwLpmuyNR
riH/Poex4FHpzhWRA+JQq5/1vkRRCjZBcUXLRHAFWStbNeK0ZkS/hj2INya1
sXltNxAshkMpTwKTl0JVa1gRmE3S/abaMraZtlgUthVgC+5RQVMfw9LDHmYm
WuJhldqWOTlGsyEQhi8rjkJgWveakZEhCWIzBNUkiGU2Nv1oCzXHPRsc8ZsZ
RCw8J5ezbsmbq3QbgUUQ3r1mOhIA8X5WmUR7Sdfk/UQgaU8UbqU0DHQPP1bb
dWNZbwrBYzB5Ja2MLQqb5QHYjBGrU4Blw0UxJCvaqinJXVcPHggBR7O8Yv5O
smiQrOwbTlwjtFTOHLuJkn3UOq0a/EoUgZUiEv3rX//17tXF706/fPn5c6eI
FGV26BxWsGxrKNlDWkPFSAwRkYqeeq8gFlbH++r0BY2XuXrW1jCWJJ5riIUK
rFI9gDKjz/3+5OSEnhPBZ/UhQPdpZqE2Ei+Qrng9YRtBVFfeRkthQ+qJKo7g
r++vLzrkbjxyl+VgopxFMvASBuCJGWQjSOnPO7ZiWEAoWs4jIiAIMQihX6Ea
SNJaJ/ar0880h+4zFOWQwqtNixBUcEQ8g8jJdAtcLBhNwpAODXhxI7Tuan7G
W5nJnUf+XjL5IUUx7ZQeg40tgj0iLiFqqvur3BFrDjwA4MS7Wwl6YAewRV7c
kK7CBTHoVvALWZ1SPCJiNh6J/A0NDSN1Lut+G60bN9zGqxVrRU4vLzcsRxGI
p7iJVxRCRFp1Tc9OtzzOYHUkCv/+978T886YPwpTKg6L+//+gKCpKAsf9IfI
C/GYoR+/TnQH9IXGGo/Dn/Dvke/8B2LejIsys73Jf9hdyaP/jvvL/vWPDh78
1U8On5ON8P8c7FyDT3bBviva/Rd7yGuUwo9TNzGv3AJu/dmZ2REwrxcSMIen
H1zK4FHl2UrwDG6T9j8xdzCX0DTkspLhmANDruFu3R/QT6w3UyAx4wCRfGYK
pxNCFdE8wCgxZ04UWjSf/d28p/rNkkOzwdrZsOxY13uO3uDSfSgCi+etEeIt
b6kz48Np8gAB0H0fEwLQmrZ4HiMpDKog6e9PfeIMPgr+6iM5mpCYozE1XebS
6VhXOF5H4x8fHin1hWQXQt8k+cZuS4SW+2nrkO0Y5nmIaIR/POz/aGOvi11O
yraacaLnfE+ih+zKMcCWT7J444gUzzuf4tGbhPu8Gu9aiFvI0YFbx+x5ckXp
PqHz+v7+7nT8Nf48ZyMWXZicfnH/ZjISOM7WK+SkaGM0r9+JH+z67uHF+Gv6
/1dARvir36JlKGFvzid/fX+VJHc+fRUGkV+8M37xEk6c4TcgCMz6tKVICQaa
YKB/6Jz8MJvl791FXraZSALx552lpXbysNlsjuCzLXKGx8p6CER9LA/+qA/+
yA/+CD1DwPzjpZ2dnpw+O7q7fHXI0qpAgH1ZH5uDAUOnrT5eci0QA/FBXYLi
EWQW0FDPC4ZYPlZG+F8kulQn6ecV0RoI4kamu27MVVpvzVM8/R4B4iG8jc95
vweC5lEvILok7K9dDYg1AzgYgftlRcBF/KfHrnOLCNF26RcO2sZzgYgh9xOQ
rIYaGnuGaIRI6up4v4W1mQIU0QnCOyR6FcgCegH0zNI6YD5Wr5L8PENCCX8t
dqv4god66Adi84rMH6iuACf9VBblyiEyvgFSTZvGrtaNAgle/grpRtzM0TFS
bPwbmTBnkURDYME2vpVpGaRZCdcryP6drZYE4w2yPWzJwo5JlmrFRmEfFDhL
aqJcM5NHmgSbWZ/CfDSOAMXrxnJOi7i4QYhvHcOxVFZfO0ayPxx48b0toLa3
8/kPB6amlZNqsVVRFCfkTtumRGadpYKmTKe5RkI/HLTrRZVi/zTAPh9gOj3d
p6ZsZKYWfEO2AvlqWjxyGqBiCse1yJFwbiCCta5xpBKwI5HeNlwFYAyjyVAO
1k2yKLxiK1zgq7Rutn093WImL9N+TpGgXF5uhdoSAu+ShvHnivVVZJJiXSQh
ycLTjyQPf7GWsxcBza/KpoEkmwP8BKWdMJ8ORjoCjM/CFoRTMYumB5Hl0BQu
bahgqD/ECj65jiCKIt3GZw04NY0wW3DJhrcSpZu41MdXvZHqY4AdsIrsQ0C1
KUdFYGeJaDhDrN/b8HCfHSgIAZYmYTQkg2SzAOe0iTw2gpLyiZVhny0+EjEM
2bSOmBS/gp6i0pwyYsOR2UYIQ6xTEkRwKqQWkHXn9M/Rfzi+mqjeeJ2Ul5XG
5xa5VHzWO9TCPxkWpZNkcMFryD+QlEN+RjEEWxYE68QSsifBu/RyjVkJVUJi
BakP1hMxB5yAROIzUom4wrIJbm+tNo8cA1x2uaLdr5Bw50cIeLphFhHjdhkd
H0yqL/By67PIXQUuSi3sioEP0Tso0dlZjRiJmq8czQl3NxlUJEJkCO2QjCnY
skqR/Tc16byNy876FPk4TEbLkxoT6wHpOBKptDBzaqYuz7Fj1kJJ087aqpKM
mS+RuaIVd8A1KlCH/Mda3NaUKJlh6RNLt2ZYu0IDrqyhsl37ylyED7qVQp+s
FoGYv5q5t2NyNGUFw0Lx65gLiq0U+vB9SrwERUa+KEjLy4lGNCfvfUxxaGZX
WOKK7BOgMdYAee6Nff/B1EuKj0c+rV2pxsBi80jx8sFlWoIVvu0pqHD5lWnk
wTAW65f44i88y8u/yFo4EVNLqaEexVCCCeIlrbdeT1g2YEu3WAZKBI/TzUKS
RyQwP7VpjuwqA2x6xFxuC1r3zLxjTX76+vLdIa1osYTKsxQWAro4e/EJsZmq
IzTm0VoZdtRpIHxQzFbOX0hAwtaF/TY8k6SfxVuVpLdw/KkwTRT87sJIH0NF
tvODTifL6p7gLPnW5xcgdphxS78WDeO2gHbAEIIu424jNantR28t8nahxQHz
fvKNAYtGmEapSrQilV/zcvN03ZRr4lxHcfwMkZpVhNfol4XMAPNC4om63SpF
8m1ZFprYYjPIKunNQLdJkYWw05BRqgk5ki4S1GDycxGR7qocMs5ejsjSw9ap
f2JpTkViyOixu4ZEd8mi6Kfv3CvHfndVTjEW0o9s1778VkpvSN3XJHNkPJoo
XR95ZqksrqyVhLIWt1G+EYtTK4yuFFXqDVK6DaZj1JNdWVwskKK1xPwxUXGs
zKePGykWgaHXZO0FduEW35cSee2hgAvO4di478gM+eFlUeblArUsgu8kQa1E
/zBiAGiwyQITRPb7CsFFBrLJw3Js1zTASMHVcUkmLu5LVpe/fz9c3H23uHOi
MEPfp5MP9+eH/fizfmhSzkMcjvx4sQ8V78o75cKp3JKR7ybIwz1MYK2UY7wb
4oCtgQliH0/m1KxaRVBdV8PQcCxT7bhw07aRcKv/QFwJ4nrxrpThthVqpD4W
XpI3gliv7CIlwygqtnD6hQUINpoMESOmqWX33XUX4OfdgrmIaFksSsaO2jkR
W/YImLEfyZsqHcc3yIhdZwsmR7dDVnEdTPOuupYBqSQTfy4BJKOeIfPjVBRx
x1Oq72XZYJBZXnGEkmmxhDMjc+fNNMhEwSHgohprNfAJ21kJqyN/9Pz05NPp
i5OR+erFyacXL08ErEEwMjtHVwkRii6v1QuzwWbDc3dRd7YpUeaHlQdbFVp+
2OnT0BSIE9kuJ2/g6mSll7cXk+sJzUAOn6HIYNvlpvDSZT+JbeF8SKOJgRlj
QoU/i3LclF4AJDlGnM0zyQCww4osmCcOV3VTdkv00ROzR6mOAGj4WHHBwrIw
sLcKUqf2LxFwB0fj7cZ+I+odsK8B+KIKfiOiBXyEtkhXI0IIjVZ4BPVQr1EP
XIOVYJ8AwUernuDC2388MAl2H6bDT9aUSeRAlCNcdHewLJrLFUruw00ATb5e
7gGyK4iZ3/lIjVuSBKFN09pqr0BNV1LUk/sGuxuYfegQnEQGLmq7aNRhCUV7
juEsSX5rnj47NJdegxlz+04QrkuT8EiCiHmvlkirTSWtssh8wZd0cA8DawdT
lhaWbgb6kpaowY11B+VZXv8b6zo9NG8iTgvu1XRWhDQVAgveZPrJj0y1Dlvy
kM8PgyPuoLfvjaikmJkphCOD4gtxTOh/tKv1Ptg3uRyzKRA09fT5SzIZp8++
Ojn06Onp7756SVaEbMphXD32CNdPwo035G25BBxs9rOT8emLL8zNdC0pfpqC
n6ZxhSBY7YsTuYHDO1iDyq6kA4FjO+21ePblyfj5yUk3FkQ7QBGPswVdM7Ve
HCry1JwbS4jYVitw0dGjUH+YsVlZx7ZZ4CeDzAmjw/sP+AbNB88EK4qzXqSC
6BhMYuIvD4GNiRYhNdnTZV+L7MIRUehv3UKc4Ti2EKK1I/MKKjvqAJ7MTdgv
4EB1dzVv/qvDXp5kt8Qcz39zd/WtuTyfvB6Z18juc8L/+P7iTj4+P0aZemS+
s9N39/RXuqUZvnH9+ulN+ddDDwYRuQMa7pu8S8BN3t3T2FeTO2ObWR+W1jZW
/31maU9U44oHWzdSJ4oagCLX3vlisQ8Je3uuG7B0ZLYh1aURekkGFmKLzJPN
rXQR+f6YQVssylybFG2LyDjEWVx/K4kc41Lam9hdrjBral48oYQoHvmIDer5
zn7PV2U5vyElaeSUyUsijOr3E/leAviQlfsnQEaFBIGmqH1EO0XhM4pYetGy
eQQyNWUIdlTXtIe5X5zQLG5bkEZnbsZqpOk+i5adtNpKh5B6uDXKcw1NXJOO
Ef1QlPV2QDPPsHQS1JjX5QY+exQ3asUE8NVLwbNLGkSSsDVSq1ztBP98+xEA
AzcH0A6Rb6lDblbLdp5nigszjdvTjPgL0x11fEiCicWy1zTeKSF2FHrHYPLI
rkiXUPLEXK1sxTHybdRUdi10YuoN87nD2uQwY7XTMthvb+tUTBmsYbLgksp2
wq2AiTtkQydOrwOwU+HK5qnGErt51/vtWpPj2qW66jOjsoNWXG19GpRUGedx
JWbYx+SbmrXQ0RaCIGw20gqzb0xCXWMVWO3LaXs6/EL6l6Nx1vAo34uaGGE6
7W/TZiBpVAx92P1Ge85YoitEGrS1n4474yV+Us3oSk7SfGWzM45B+kw3r12W
0T1sfuKkc5LcdnleVIvQXklAuK2YzS4Sq70Nj8TItpAWtyI41rJzO/KokCLr
sv2ZtP3tlMCd8mZIP9GxZbSJQc6fO+jiZckT3L9HmKTHUM6JRFzdn7kfysyG
4B3MlXb3Q082ulQJEvlGpOWMMa8wjRR+R4hXJN2xYpHknD5sQLFgDaDoK8XK
eocxvKTJk9IfFD8ekvHhCanK8HjoHFKWIMJ/vFv1pxZ2vfaNAkTDN2RoN67m
Ve9/ZoXsoxBWOqEK+wugotdDEOZkevJ2MII2OQ27JELfHKdrVB+6zcu8g2nZ
V0hpbi/FfmGqxz2rbyVHaQYCU6HlUGNVVFymFicBpAwz9elYKy0R5OIeJJx9
jBcs1VrwX6AP2ptYDW27pjjfZuHHxCjdKnmcfqbWR2tkcx1fC93MHFmUC19u
fMTASlbjnRIs+BF/od8IKmmaOPMzJYWCgfoZbzNI0sGQzZy2Q261hl+EvkMN
MLtUmF+49oxcSfMu/tzpYYRLV89gZbZotFVjKt3HrhjCFwfsrycnJD0pEY7o
Y4TsFI9xwjGIn6s70qlXl7WRWbhlo8Tq0KO1JJX1NADXe/pNG1wNDFkr0QOn
hzJ8r4hDs6Cbb7nHuETBkx7+iGwMITiBTn3YJLYdy/rO+89qwFGWpY0ixSDP
JOEPLphOf7ylKTl8aDRLw31Xse9vaHA8QlRqojp3D+rQWDKUMkDBXV/ZVB/C
EZYe63Hc7AqHNS74zNkktEOpx1GZhRREscJI20nBHfZFZfmR+z9o7JXPiMTZ
Gu8jPADmLJF0UBg+KxKOvbE3HPSurm0AUSEJb8zPqZN0zXIGejC6ZH1FFCiG
lNM/OTfYA9kDdPGNP98X+v9oCFVy04qY5P2Gz0ET57A1c1/L5U7PZXRxt/1S
1/AGl291w/vX8p+2Zp6ZocUjMyB8CxN07XbSh8l28kLBjraTQGIEjCXJhUIE
36fvf1eoETm7OK1dh36cLOtskkPlvC5+A0izkDKg4fo2zhrYlRxAcnO9j646
fxfH45xHZqPKAjZsm+odWOmrGGGbWX9776U5JtofAWr83CC5xHkDjQ20v4Yv
oWfQq4DCAZpp6ZBD6lwkFGbObdG9zrgu0m5UwRGSadgbhwLeYPvMLLYshwM7
y++FAFZWPCcnzmacQxCz6jQLL85Kf95zfNcGt+5Bi5/Y1VHbQR6iGbQBYSW2
eHBVWUiXUMtazOUSHIz21R+t8cW3PsqTy3JTKFeufpLTcXU56iSjOwjAxOtW
zI28wZsJI1D0SPdFPZuyzTOAnX7iJd5bqvmdaDbAsmmUpQjcBGL07IwO/aKn
ZVEhS9bdUPei+aOe5vV6XoMLSJLedT1e462tyATrTNG3n3tOMEPHOpNMW8A9
OZJ70zT3bSSu8vNGS9tp4h0Yhd0mXx8JRLhJDlhFrVXx+ybuPG8miAar4c7K
xYLLZAtbzi2vdKStLpJUXYVXLQS9l3jSVpw/LvRMpwdW3jenstW3+5uauSsJ
+Ltr5xK80Gob93ow/Hrf8HKoQ3RJ/blaRj+gf1bzKHxATHEKybQkeZmYw6Mr
2ruukTfnen0bsWSEOauVuXRRlD14KzNGq/dUC3mAYVJCy85Ym2Inz/ywg8Fv
OEiTVnyuLSLdvC1CAR8ckrePsDR6ifLceLdz0uZOLZaekVdq83G9/cEPHy+v
u1QLJ0RzXlKwghW8BufOmSjdgZWu1rIDJrWcunfWI3NdxL1aPDkbkzg3oCKg
yQHkHsomBqiPD58k33EDxm7ftByG1BxeZG9HIcoHnadpDa+h2w/hX2/z+3cN
o2jjVMbeBY4Mgy7EPF2GKt9GYz4eTsrt/uxuWFvm6qpdN/41Fj73242xNzke
jBCyydKAxmCQFNJjoyiP52VLWBXFFSOP3XdeVtG5nv27UQ89eGOFmnDbwIPO
cz3F2cQbJh6/luP5aRf+9jsGFTD0Izswq67h+vVQc7cugUZlFUev0Usnougg
GEFOSTQ4t8UFUe5VDi0qgVLdmQarJROcJYXMh4yxZBawfnCGN6MK1FPW1vc+
rvTlFnq8UGrI+yqq9c9uMmyou0qmwOY4D+Rlw1XhjQFiVGYIar1lic3Hz73/
hKNhQi0jdRz+KC3pdPdCEB+AulzM8jClkPin+F0JZmXpm1QesRzNVHdBJbMR
wYZPU3rh8YliORX4qHSqO+ZWgL4U9VwvwUaca0KXpO+U8JTAe0k6ldjj8YPB
IG5HLi+6I9lJTfvafOerRjHpY03ywFVycx3S9W/RqKz22NP09Jye9AljJb9Q
19O4JQ5MOALV00ExDtVKWMiOMAN2c9xEzGQddO6R92XI+SF+Ncy0/KReafc8
BV4QIxIbzlJ3J8zYmNSuaUO7sX9kFHfnnpgtjUszLNCBTd9PTuOZz8y9nBmR
7jgt1sjJpeenz198/pwgRuODrPWSAzNUBb2/j7Pw8X5cv+oR2kpYXqXJSpxi
kDNooWaG4yd9ho4FyHLBHYPh/AikWepO52vOK38y52e7x5Z81URSrEyUD3dv
a+9hSQZndq1v6ajJ6cCdu0I6LPz5enrAPP3gKtwWDnzoTIdRS590kPj60sDY
Jj272nVIa58eH8UQB+ztF0wi93ju3qxWV00si4dskjSFfGNSI6aWsAemqDuE
lYOE2E98RkHKBBUtQQ49Dfr5QAZu2JMj3nWJ2Jc4DtPHgqDJdn3fwWa5jYVj
cCgyfsUFq4/EtnywiljBygx5Siq70N5A8CsUYPxbhfhif4A0OlzP1Wqfp9AW
OJQ/0Bw/Eu72R0AzCNtHTnHLCXH0OonUcAl13Ta9fBo7Zw6mBiCNw5b43R3r
sqz2tNnSiqTlXVckQX9X1pzm5ewj1kKqsg1mUwUyjrM05mDpwx40j6wlX94o
HLSccEeA5XJNApMhbfTNQjXDThJtf1Rc+DmiuID8iGQVy9JnelG/4YFV7oKI
7WigymwQAzk/o/kBWZuvqoYWqf5lUeIesuDGxy7LPXzTifjoHQjvSXukHU+D
acRYNT0LJJ6AkwG+5NVznpKfGkt+6qmT8IlGO4z8Dc02iP+6vibJXSKRJLoU
zj5icdpFNVimlyu800G8k++3S3MdZ85lvlne1qGCo2GmVNdTP0OAfTSVN1yz
ykE60s5NxsgfJ+g17I2wwajHglBgk3aZJ3teArGH6Xttt3ByCCz3VGw48/EI
v0eC7xyrhPJ+ZzbNshdaBxf7IRnJ2S81CIUWJCyja0LSPnoWCQypCC/czZlG
dXnckK/Ri/L9Vy2Ra5f9F2Zk/pyWL4FcX9zcjTiNjjZu408yQ6wZNb29584m
gU9eDKI8yLwrnOPQV91WVoLOvdmQUQ+aR3mb0N3ABhcrYek7Sr7g9red7eou
yGAiQNnF01s9gbYPl3JSREprgoyGjRY25D04wxvouROz7DkzyCv+8hdXvLKY
ztUrls7zu2tZar92G52M8ymoVZCrhZyhM3yAXj+uu9yKucCx9KLj+6U0TEsD
BZDjR8tmjYKMg5v3k3u8/BR/zdtb/vzuisT03dUlPk9en795Ez4kesfk9e37
N5fdp+7Ji9ubm6u3l/IwXTW9S8nBzfnfDkQUDm7v7q9v356/OdjFAGl4IxeT
YU2InlFQ4l/dxrjhm4u7//2fZy8UmZ4+e/b7z5/1y8tnv8MBeyi4VssKjU4Z
jm0RA1gBdQDwBGBdk+Jlk4hclujr5pc3kRH6HpT5+5n5w3S2fvbia72ADfcu
epr1LjLNdq/sPCxE3HNpzzSBmr3rA0r313v+t953T/fo4h/+lCO0HD97+aev
uS4ECNJyDvui9xo0kp/by9vwK996ff72fPe2AaZDdlPuTLs0IEpbKOwzXg+v
rpN3gP3rTLCmzf54MCfW2IPP/RffSTJfchVl/813ZehZ5DMgXaPBvsM3j59v
ibIfnDBgra6bNgupzeiNf7vvxyge60wbJApH+1b6Dbnawtylnxp+5aePKBnI
6VveiIL/B6aWQmDfWQAA

-->

</rfc>
