<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-yang-l4s-packet-marking-policy-00" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title>A Packet Marking Policy for Low Latency, Low Loss, and Scalable Throughput (L4S)</title>
    <seriesInfo name="Internet-Draft" value="draft-yang-l4s-packet-marking-policy-00"/>
    <author initials="W." surname="Yang" fullname="Wanghong Yang">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>yangwanghong@cnic.cn</email>
      </address>
    </author>
    <author initials="Y." surname="Ren" fullname="Yongmao Ren">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>renyongmao@cstnet.cn</email>
      </address>
    </author>
    <author initials="X." surname="Zhou" fullname="Xu Zhou">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhouxu@cstnet.cn</email>
      </address>
    </author>
    <author initials="Q." surname="Wu" fullname="Qinghua Wu">
      <organization>ICT</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wuqinghua@ict.ac.cn</email>
      </address>
    </author>
    <author initials="G." surname="Xie" fullname="Gaogang Xie">
      <organization>CNIC</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>xie@cnic.cn</email>
      </address>
    </author>
    <date year="2025" month="October" day="31"/>
    <area>Transport</area>
    <workgroup>Network Working Group</workgroup>
    <abstract>
      <?line 74?>

<t>Low Latency, Low Loss, and Scalable Throughput (L4S)<xref target="RFC9330"/> is a technology designed to mitigate queueing delays while maintaining high throughput for IP traffic. In real-time communication (RTC) applications over 5G networks, rapidly fluctuating wireless link conditions impose strict requirements on congestion control algorithms, which must simultaneously ensure low latency and high bandwidth utilization. This document proposes a packet marking policy for L4S in 5G networks, where intermediate base station devices compute a link load factor and use it as a probabilistic signal to mark packets in L4S flows.</t>
    </abstract>
  </front>
  <middle>
    <?line 79?>

<section anchor="problems">
      <name>Introduction</name>
      <t>Low-latency real-time communication (RTC) applications, such as interactive
video, cloud gaming, and AR/VR, require efficient congestion control
mechanisms that can react quickly to changes in network conditions.
Accurate and timely congestion signals from intermediate network elements
are essential to prevent buffer build-up and to maintain both low latency
and high throughput.</t>
      <t>The Low Latency, Low Loss, and Scalable Throughput (L4S) architecture
<xref target="RFC9331">RFC9330</xref> provides a framework for reducing queuing delays by
using Explicit Congestion Notification (ECN) as an end-to-end congestion
signal. However, existing L4S marking approaches are primarily based on
queuing delay measurements and do not fully capture the dynamics of
wireless access networks. In particular, 5G access networks introduce
rapid fluctuations in link capacity, where queuing delay alone is not a
sufficient indicator of congestion. As a result, conventional L4S marking
methods may provide delayed or imprecise feedback, limiting their
effectiveness for RTC applications.</t>
      <t>This document proposes a packet marking strategy for L4S tailored to 5G environments. In this design, base stations compute a link load factor and use it as a probabilistic signal to mark packets in L4S flows. The link load information is encoded into packets at the 5G base station and conveyed to the sender via ACK-based feedback. On the sender side, a dynamic send rate adaptation algorithm adjusts the transmission rate based on the reported link load factor, preventing network congestion while balancing throughput and latency.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>RTC: real-time communication.</t>
      <t>L4S: Low Latency, Low Loss, and Scalable Throughput (L4S) as defined in <xref target="RFC9330"/> and <xref target="RFC9331"/>.</t>
      <t>ECN: Explicit Congestion Notification, defined in <xref target="RFC3168"/>,
<xref target="RFC9330"/>, and <xref target="RFC9331"/>, used to signal congestion without
dropping packets.</t>
      <t>gNB: Next-generation Node B, the 5G base station.</t>
      <t>MAC: Medium Access Control layer in the 5G protocol stack,
responsible for multiplexing and scheduling data flows.</t>
      <t>RLC: Radio Link Control layer in the 5G protocol stack,
responsible for segmentation, retransmission, and queue
management.</t>
      <t>PDCP: Packet Data Convergence Protocol layer in the 5G
protocol stack, which handles header compression, security,
and delivery of IP packets. In this document, the PDCP layer
is considered for applying ECN markings, as IP headers remain
visible before encryption.</t>
      <t>ACK: Acknowledgment message, used in feedback to the sender
to convey delivery status and congestion information.</t>
      <t>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
   document are to be interpreted as described in <xref target="RFC2119"/> and <xref target="RFC8174"/>.</t>
    </section>
    <section anchor="a-new-l4s-marking-process">
      <name>A New L4S Marking Process</name>
      <section anchor="deployment-challenges-in-5g">
        <name>Deployment Challenges in 5G</name>
        <t>Low Latency, Low Loss, and Scalable Throughput (L4S) is a
congestion control framework designed to reduce queuing delay
in general-purpose IP networks. It uses Explicit Congestion
Notification (ECN) bits in the IP header to provide end-to-end
congestion signaling, enabling applications to adjust their
sending rates dynamically without incurring excessive delay
or packet loss.</t>
        <artwork><![CDATA[
                               
                               L4S Feedback
+----------->------------------>------------------->------------------------+
                                5G-gNB                        
+--------+              +----------------------------+             +--------+
|        |              |                            |             |        |
| Client +--------------+-----MAC-----RLC-----PDCP---+-------------+ Server |
|        |              |                      ^     |             |        |
+--------+              |  +------------+      |     |             +--------+
                        |  | R_Length   |      |     | 
                        |  | Bandwidth  |---> P_Mark |
                        |  | T_Size     |            |
                        |  +------------+            |
                        |                            |
                        +----------------------------+
+-----------<------------------<-------------------<------------------------+
                                L4S Flow

]]></artwork>
        <t>Deploying L4S within the 5G protocol stack introduces
specific challenges. In a typical 5G setup, L4S may be realized
by maintaining queuing at the RLC layer and applying ECN
markings at the PDCP layer, with flow identification based
on ECN bits in compliance with existing standards. Although
the L4S specification does not prescribe a packet marking
policy, most current implementations rely on queuing delay
measurements to probabilistically mark packets. In 5G
networks, the air interface and wired backhaul mismatch often
makes the RLC layer a congestion bottleneck. Ideally, marking
should occur at the RLC layer to reflect actual buffer
conditions. However, since RLC data is encrypted, modifying
ECN bits at that layer is infeasible. A practical alternative is
to apply marking at the PDCP layer, where the IP header is
still accessible before encryption.</t>
      </section>
      <section anchor="link-load-factor-marking-strategy">
        <name>Link Load Factor Marking Strategy</name>
        <t>To address the above limitations, this document specifies a
probabilistic marking strategy based on a periodically
computed <em>link load factor</em> (P_Mark):</t>
        <t>P_Mark = (T_Size + R_Length) / (Bandwidth × T_Interval)</t>
        <t>The parameter P_Mark represents the ratio between the traffic
offered to the wireless link and the link capacity available
over a given interval. It indicates how heavily the link is
loaded relative to its service capability.</t>
        <t>Where:</t>
        <ul spacing="normal">
          <li>
            <t>T_Interval: The measurement interval.</t>
          </li>
          <li>
            <t>T_Size: The amount of new traffic arriving during T_Interval.</t>
          </li>
          <li>
            <t>R_Length: RLC real-time queue length before T_Interval</t>
          </li>
          <li>
            <t>Bandwidth: The average wireless bandwidth allocated by the base station to the current user within the T_Interval</t>
          </li>
        </ul>
        <t>If P_Mark &gt; 1, all packets are marked; if 0 &lt; P_Mark &lt; 1, packets are marked with probability P_Mark. The marking is performed at the PDCP layer, and the L4S marking information is then fed back to the sender through ACK, allowing the sender to implement the corresponding adaptive rate control.</t>
        <t>This strategy provides a practical and compatible path for deploying L4S in 5G systems without altering the core structure of existing base stations.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This memo includes no request to IANA.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>For further study.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Wenji Du and Baosen Zhao for discussions and comments on the design of this draft.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
        <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="RFC3168" target="https://www.rfc-editor.org/info/rfc3168" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3168.xml">
        <front>
          <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
          <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan"/>
          <author fullname="S. Floyd" initials="S." surname="Floyd"/>
          <author fullname="D. Black" initials="D." surname="Black"/>
          <date month="September" year="2001"/>
          <abstract>
            <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3168"/>
        <seriesInfo name="DOI" value="10.17487/RFC3168"/>
      </reference>
      <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
        <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="RFC9330" target="https://www.rfc-editor.org/info/rfc9330" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9330.xml">
        <front>
          <title>Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: Architecture</title>
          <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
          <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
          <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
          <author fullname="G. White" initials="G." surname="White"/>
          <date month="January" year="2023"/>
          <abstract>
            <t>This document describes the L4S architecture, which enables Internet applications to achieve low queuing latency, low congestion loss, and scalable throughput control. L4S is based on the insight that the root cause of queuing delay is in the capacity-seeking congestion controllers of senders, not in the queue itself. With the L4S architecture, all Internet applications could (but do not have to) transition away from congestion control algorithms that cause substantial queuing delay and instead adopt a new class of congestion controls that can seek capacity with very little queuing. These are aided by a modified form of Explicit Congestion Notification (ECN) from the network. With this new architecture, applications can have both low latency and high throughput.</t>
            <t>The architecture primarily concerns incremental deployment. It defines mechanisms that allow the new class of L4S congestion controls to coexist with 'Classic' congestion controls in a shared network. The aim is for L4S latency and throughput to be usually much better (and rarely worse) while typically not impacting Classic performance.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9330"/>
        <seriesInfo name="DOI" value="10.17487/RFC9330"/>
      </reference>
      <reference anchor="RFC9331" target="https://www.rfc-editor.org/info/rfc9331" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9331.xml">
        <front>
          <title>The Explicit Congestion Notification (ECN) Protocol for Low Latency, Low Loss, and Scalable Throughput (L4S)</title>
          <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
          <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
          <date month="January" year="2023"/>
          <abstract>
            <t>This specification defines the protocol to be used for a new network service called Low Latency, Low Loss, and Scalable throughput (L4S). L4S uses an Explicit Congestion Notification (ECN) scheme at the IP layer that is similar to the original (or 'Classic') ECN approach, except as specified within. L4S uses 'Scalable' congestion control, which induces much more frequent control signals from the network, and it responds to them with much more fine-grained adjustments so that very low (typically sub-millisecond on average) and consistently low queuing delay becomes possible for L4S traffic without compromising link utilization. Thus, even capacity-seeking (TCP-like) traffic can have high bandwidth and very low delay at the same time, even during periods of high traffic load.</t>
            <t>The L4S identifier defined in this document distinguishes L4S from 'Classic' (e.g., TCP-Reno-friendly) traffic. Then, network bottlenecks can be incrementally modified to distinguish and isolate existing traffic that still follows the Classic behaviour, to prevent it from degrading the low queuing delay and low loss of L4S traffic. This Experimental specification defines the rules that L4S transports and network elements need to follow, with the intention that L4S flows neither harm each other's performance nor that of Classic traffic. It also suggests open questions to be investigated during experimentation. Examples of new Active Queue Management (AQM) marking algorithms and new transports (whether TCP-like or real time) are specified separately.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9331"/>
        <seriesInfo name="DOI" value="10.17487/RFC9331"/>
      </reference>
    </references>
    <?line 244?>

<section anchor="compat">
      <name>Historical Note</name>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7Va63LbNhb+rxm9Azb5EzeS107S3VabdqooTupZ23Ftp066
081AJCihJgkWICWrTfsa+0D7YvudA4Kk5Fvq6TITmwQBnINz+c6FHg6H/V6p
y1SNxFgcy+hCleJQ2gudz8SxSXW0Eomx4sAsxYEsVR6tBv7BODcQMo/FaSRT
OU2VOJtbU83mRVWKRwfPTrf6vYdCTqdWLUZiYsbHwxepiS76vdhEucxAMLYy
KYcrmc+G6TM3LJj6MPPUhwVTH+7sYAUoj8STnSefD3d3hk93aecwtvtkuLMx
0O/RsyvB3QeZmhzDpa0UDevC8oMrn+zsfLmDqdIqORJnVuauMLbs95azkThS
5dLYC3FuvCRe42QFNr1YjsTh8dnkWBxbcwlRvD1+1e9FshyBXEwEIhNjwUhU
ZTL8ot8r9EjgeigimYvKKSGtlSvxSCdCpqlYKbclIN65dHMxV1YR42IoShPV
dw48WZW48LjK/JOgOSPagO7DrBHTilUiq7R0mNJM8OvqBTh1Vc6NHfV7Q6Fz
DJ9vi/fQA031ujnH09zg6GHYWJxqcrQ/oYdIl6uReKH0T9q/jUyVlxZjk7nO
JY2oTOoU9LB8We/1TZTraDvKG6rvt8WJylui7zEpkyYM3pOkVfnKb/RN5Mpc
lSApREP03bb4YW6qluq7qhm4J8VfsPyyaqk1tL7bFucdSt9ho3klMSYaavuT
sz9GbFn97Lf5Rkfltoz4dJ3zvd4W77Rqib6WZgYFhMF7HvFSq1Z99C83NpOl
XqgRzTp5NXmyu/tluH+6+7cvwv0Xu39/Fu6/fPp0p3O/y/d+P++0w+FQ5KZU
H/b3Tl9/OMIdRunFNJXhP82keXLqSiujkp7vg0//qhn6UWgnpChVNM9NamYr
OJDTs1zF5ECZLvUMO4ufK1UpAoNYpXLlxHKusSmkk5f4Ty/mejYXZUuFgHP/
GHAjkwSSE/s5bFOmw1JnCpLOsgoChQxNLh6dnE22hCyKtB5xwiyUFZ+/FrnH
IpzGykLHKQA5raKywjTQXGqrUuWcSHV+gU3zWPvlOisM8AYigpmA7s8VZmYq
ByyAHibOlGPSuC2tSYFHM2N1Oc9ACWeL5iIDTAqnM2CJzJWpHGir3FVWiRQi
Tr28Wch89Cnuljou50A/nepf+CDbkDvkC9CviLoorCHGSOIe8EUN+KLohJtn
pzDm9dMvCR8xWiqbqViTSqaST+hFGKuFjrAvBAvhA2m9SFIjY5HATLAtcUog
rEshmQFrpnIKViGJSJDOZco6B0c1d474IHYSHNltezsl68t0HKccU/ZJfjFU
QlzU168Pae9UZe63fu+rzlUb6zAI79MNYiBcBaVI52WAE8H5+r2FjpUZiCg1
VSxmMoMkvd2PT/76/ckgaF4oskFNGriq+34vg/HLXLsMQWMuSw5XYA2Wg9XR
BRQPsdAUrCSJ1GrpGBxEM46iypJeiDydCcs6xLx8nUisydb1GHaDJbOFclQW
sGo8aK+SAmkEMT+tkgR+Ma10Gg+rwpMyjRuKqYH5dawTWwXzbD2T1Xg2V/dK
axDCo7kGWpQVxesGReqb3R/JrEgrZGGJBQbz2cisrYKZkKkTlnSgZAo2K0cD
e5ekcNjnpJUbUFAnjV3sTY622Hpz+GI8LM0Qvzpi7ve8nLfFt2YJmdmBUJdk
4Nid7Dh4G0zLGhnNiU0Iu7AabzQ0Rk4VC9pojUuRKUmu7yGEJBQbgmqRVCnp
WRYkDwhZiXiFyKMjAE2CdCoAlIwi+hUcmuGwkBaeV6USXMLZN6aQkbBnQcyM
fS3yMcLlNehJuCoCWYCIdbY5ASSEJ14RO1zVOIKG7UKsUIxJOhLcFmNSnVUO
wDegF2R5eAFL7EiQnAZJVOwwsAo690RJfpYQ2KpIA28SpeIp4GQAhimegDnI
Sdt+D16p2JFzOjjZCPx+ze1rW/00CKWAWKpZC6LwidRYH8kgYJUvtDU565AV
UPLGHO4Ga3D6f8ZRQd7X7qvzxKcTsHAwBH80saJh8vx6PVCJjAunWIN96a1/
oVb+lDQHuBEDJBZaivHkn0Nv0UEJ2+JN3p3loDa4fLBaHhYexmIYdU0lBEcM
/oSw6HiHkqqGTDtHU2yISOQ8/NoqqijwvCnAQYAz0lkHSoPH+9RiCgDKI28s
DQTRcWto2w5p0xmQVPvUZTPYwJpGN8UYXg+VjO4Jg2Q4ic5ZT6JNpmhVg4VM
A5A1uhPZBpu7UQ7546ADsIP1rQdkgqzy2uC6AoSqTIXMMIarFJxceCtifmZH
L6jEuyyHM/idlTUv8N4Xg+tsjBcdjiHJQwSsKhNjj1OTOnMij7fEdr0W7oDi
DC+wHk4P8FKoLXOnSY7kmZRR6SIFLhMQ41AOOBxXKaOWLGUn2Tg5ANkTGWsj
DsiK7k3TqRm5fS1rq7q26yXLCS5QTeZyxjDPDBy/nByPQmfgJTE3IW+zEF2k
qAz2ZDf4QeW7zlCdUiKDQNbkUOtK8j3CGDDqeXAK6QPhuI/ZQFLgol0ROCOL
DgpsUauGQ68yYtMzgSKfwCsnvybko8MToK44vk6OAliSgTva2fPiIBPKIiij
8lKbKixVBEZ2VTR2AEAZwQAucrNMVcwyRWh0DjKrLRJCCFizDkj9HiVRjFXt
6cjGKhdgLBhwBxCbZOVCrQAUiDcPDt+enj0Y+N/i6A3fn+x993b/ZO8l3Z9+
Oz44aG78DKq0aODN24N6Dt21qydvDg/3jl76DQ7H7x94o3jw5vhs/83R+OCB
V67mdkIbiyh3wKmmdWYObRLgMTa4yOpp689UH7boQFWhR4cxXHHJoaHpO1lD
/rWOZbddtM1LVaRmxTxN5jJNVUhVyRiHd1z3LSG5cqSmz5Vqqk38usUkJ4Ab
GQrsNRceiNJhUVku22CWnUSpJMNy10Fov3dNdjjVPtyS5TX27ZNon6S0ieMa
7x5HuYBQOc5bp4ltSYotfPgL6QvZNc2i2OdCBJWUD9YIDDbg1JbmqEtSKow+
HBt+WacvKSTNtvD7n3qxpd523TmBrPJV7cv93uOOxXx91YiuGbp2jK/Hd9KG
4Q4RqW7mvWHn8fqbxzfRvDq33aLf+xgGP65vt/F428t2C9puknKWvcGOf0Q0
5d8Ib/yb4Lt52fJ6qix1QT7+Ye7+fQd3N8nu44b4HneXrm/Xld0t4vkoTj4c
AIxQljY7hO3uWPii6aeIj2RL4vgDQSTxf+u6sw+n+hd1leXb11137k9Zd/N1
y7rbbXTd1Z5fnXHN0LVjd+knXOznyLn+fAz63afoPjqFGpzA8abUrS16EQBd
gQIS6E6tlzqkcQIkRbkqCGlpvVNlVQzq0nRFoZgSflgA0H26WutQhsBT11Lw
vjpxoyjXTZIoDfRZUpjbJlgD5p9zVIFoknfiD5c/QPacE60QhyjLS7WkfJFX
Nv0I/kQjkdKg5E4pXszmyJGoL4OzhLPX3T2jfAlP+SInFleqX+Sc3EEciMwg
RFHc4SofxFWT+lKah/CEHTeC8Fp7w8fKtqblkNatZlkLlFm0/UniW2rr8yDU
eb4NRu2PWFD8mMsqFUi4kdUhETZJSR85Mnmh3KYuuong1JQlFK+obt2PFTEy
aA/sILMU9SY13q4qlROOJFUR0jRqm6R194yDfmjbtW0ip0lDtJxrEF+HU+qr
YhJprJMVE21UywTxo879SdcJpEjJMxQKCVKPkoxUphBJzl8LBCWQlEeQsbXN
qGtsjHs56ykMrYVY0rTuFN2SpiOfo3LpgIruV75rEdLL07pJcndaWF+cgFPq
E1Ot4hU9NQvluzmhO7tWlATrVZwfrvdHrjRrmqYBLFpZbWJvcKQmbsHE4rPN
DsJn4pEPBlsjLtJ8YPhKPKqx/3ETdbbEX8WjNpL89z8ID/tkoguZboXSopCU
rmIwhBiryM+8L1Angw4JSZdLpfLQ+qA+GnydLKptvax/j+DubOj0hD6dkAup
OZ/G6gUb/Iw6YN5zFtS63G+ac1QrAmdgAAtqTjabkSmQPEAZBL1pgQUyS4dN
NCyZ6JHQS98pOSeDYml91hHBiDtRHedvuQhTSaB+mszo8xgVpDlKlloE9ElX
LxhJKk50283rLYIqRuxcbTeGC26R+uSgNuN2sV/baK7mAPJCpdmKuf3mApMx
JDCgjZfTWpusVk8ARdQTthuG1snuJ8EOvha7A/5S3XThrGIDVvE/hE7Ejnge
pj6nqVenechvPADq9/N9CzD4AlwHpk81L1WPV9EgGFK3g73RNMRrKrw92G50
AusGGnUD+ThmWfdgmwmmjRNeUMb6DgrXN9wJJBPjJl9d47Wd2caTO53/Dvpx
aZ8V4JTwCr/n3JSI13IC/7nLrVypMteUT4ycgdeIDAS0Kv70QGbYRNK11i0z
tj8+GlOhyG0QP35tQd0cIlOZoXItrWIOtfzlSFGtZwRttt35UOv/ndYNm08h
E0i9wsGTyuI4FvxWcdvFpO9HoasSPgNdz6zMLzhEn6v8Jy1eVizhFxJ1cy5+
mEvjpatdVHFnKTRXsubrJ3+k4LKchOiBm/4WpfN5z1d8/d63ELCxrEf6Gi1+
fehV+dsV5sIpaHWSItDSw/O/4AlRCOvPqXczEvynMBxhZ8BcPJ3sifPX4mTv
9CxBgoBgt3cmZ4QSzqkMBmNpy6+v3WpKf1CzpC8MkH5WmJJ7cmQGDA7Aywul
CkmdJnH6w7ubN5Lrkt9oDzryG/4h6K8DUP9TkveJe9WfKw3cOwDA+u437/QC
/i9Lk2mOGkdvD6Hx6cvx92yO9bL/AW28qw3BJAAA

-->

</rfc>
