<?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.24 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-taylor-dtn-btpu-fec-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="BTPU-FEC">Forward Error Correction for the Bundle Transfer Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-taylor-dtn-btpu-fec-00"/>
    <author fullname="Rick Taylor">
      <organization>Aalyria Technologies</organization>
      <address>
        <email>rtaylor@aalyria.com</email>
      </address>
    </author>
    <date year="2025" month="March" day="16"/>
    <area>INT</area>
    <workgroup>Delay/Disruption Tolerant Networking</workgroup>
    <keyword>DTN</keyword>
    <keyword>BPv7</keyword>
    <keyword>Bundle Protocol</keyword>
    <keyword>BTPU</keyword>
    <keyword>FEC</keyword>
    <abstract>
      <?line 46?>

<t>This document defines an optional extension to the Bundle Transfer Protocol - Unidirectional, as described in <xref target="BTPU"/>, to enable forward error correction (FEC) coding to be applied selectively to the transfer of individual bundles on a case by case basis.</t>
      <t>The definition and use of FEC follows the FECFRAME framework defined in <xref target="RFC6363"/>, and this document introduces new Message types to BTPU in order to carry the FEC information as defined in the framework.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ricktaylor.github.io/btpu-fec/draft-taylor-dtn-btpu-fec.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-taylor-dtn-btpu-fec/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Delay/Disruption Tolerant Networking Working Group mailing list (<eref target="mailto:dtn@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dtn/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dtn/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ricktaylor/btpu-fec"/>.</t>
    </note>
  </front>
  <middle>
    <?line 52?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>There are a number of use-cases of the Bundle Transfer Protocol - Unidirectional <xref target="BTPU"/>, where the use of transfer segment repetition as a mechanism to protect against the loss of frames can be considered sub-optimal.  This document describes an alternate mechanism based on forward error correction (FEC) coding, that requires increased computational complexity but fewer transmitted bits.</t>
      <t>Rather than defining novel formats and registries for the variety of standardized FEC mechanisms, this document reuses the primitives and best practices of the FECFRAME framework, defined in <xref target="RFC6363"/>.</t>
      <t>Just as in core BTPU, a Bundle is split in a series of octet sequences that are emitted into Messages by the sender to be transported to receivers by the underlying link-layer protocol; but when FEC is desired, the mechanisms defined in the FECFRAME framework are used to produce a sequence of Source Blocks and Repair Symbols that are placed into new Messages, rather than just sub-slices of the original Bundle.  The new Messages are used to distinguish FEC Source Blocks and FEC Repair Symbols from core BTPU Segments.</t>
      <t>Although the content and processing of the new Messages differs from existing BTPU Messages, the rules around the emission and replication of the Messages are identical to the rules applicable to the core BTPU Segment Messages, and they follow the common BTPU Message format, allowing implementations that do not support this extension to efficiently detect and ignore the new Messages.</t>
      <section anchor="applicability">
        <name>Applicability</name>
        <t>It should be noted that when FEC is available at the link-layer it is generally more effective than applying it at the Transfer layer, and should probably be used when it is available.  This extension is designed to provide FEC capabilities when the underlying link-layer protocol does not have native support for FEC, or when per-Transfer FEC is desired by a deployment.</t>
      </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="protocol-overview">
      <name>Protocol Overview</name>
      <t>Rather than updating the Segment Messages defined in BTPU, this extension introduces two new pairs of Messages to carry the source and repair symbols of a BTPU Bundle protected with FEC.  The use of new types allows a deployment to select the use of FEC as appropriate on a per-transfer basis, perhaps associated with some upper layer concept of reliability for a particular transfer, or change in transmission environment.</t>
      <t>In the language of <xref section="2" sectionFormat="of" target="RFC6363"/>, the FEC Source Messages act as FEC Source Packets, and the FEC Repair Messages as FEC Repair Packets.  Within the context of a particular Transfer, the sequence of FEC Source Messages are considered the Source Flow, and the sequence of FEC Repair Messages the Repair Flow.</t>
      <t>The source and repair Messages are grouped into two pairs:</t>
      <dl>
        <dt>Pre-agreed FEC:</dt>
        <dd>
          <t>The <xref target="pre-agreed-source">Pre-agreed FEC Source</xref> and <xref target="pre-agreed-repair">Pre-agreed FEC Repair</xref> Messages provide a wire-efficient format, for use when the FEC Framework Configuration Information <xref section="5.5" sectionFormat="of" target="RFC6363"/> has been pre-agreed via some a-priori configuration or out-of-band mechanism.</t>
        </dd>
        <dt>Explicit FEC:</dt>
        <dd>
          <t>The <xref target="explicit-source">Explicit FEC Source</xref> and <xref target="explicit-repair">Explicit FEC Repair</xref> Messages include the FEC-Scheme-Specific Information (FSSI) in the Message content, allowing for the ad-hoc use of different FEC schemes and configuration, given underlying implementation support.</t>
        </dd>
      </dl>
      <t>Irrespective of whether Pre-agreed or Explicit FEC is in use for a Transfer, the FEC Framework Configuration Information <bcp14>MUST NOT</bcp14> change mid-transfer.  If a receiver detects a change in FEC Framework Configuration Information during a Transfer, it <bcp14>MUST</bcp14> consider any incomplete Transfer affected by the change as cancelled, and ignore all future Messages associated with the Transfer.</t>
      <section anchor="instance-id">
        <name>Pre-agreed FEC Instance ID</name>
        <t>When pre-agreed FEC is desired, a lookup table <bcp14>MUST</bcp14> be configured at the sender and all receivers that maps a unique identifier, the FEC Instance ID, to a particular FEC scheme and corresponding FSSI, such that each <xref target="pre-agreed-source">Pre-agreed FEC Source</xref> and <xref target="pre-agreed-repair">Pre-agreed FEC Repair</xref> Message can refer to the FEC mechanism in use by referencing the FEC Instance ID, rather than including all the FEC configuration information in each Message.</t>
        <t>The FEC Instance ID is an unsigned integer in the range 0..255 inclusive, and is carried in the respective FEC Messages encoded in the FEC Instance ID field.  Just like the FEC scheme and configuration, the FEC Instance ID <bcp14>MUST</bcp14> be the same for all Messages concerned with an individual Transfer.  If a receiver detects a change in FEC Instance ID during a Transfer, it <bcp14>MUST</bcp14> consider the Transfer cancelled, and ignore all future Messages associated with the Transfer.</t>
        <t>Configuration of the mapping of FEC Instance ID to FEC scheme information <bcp14>MUST</bcp14> be performed out-of-band, or via a-priori configuration mechanism.</t>
      </section>
    </section>
    <section anchor="message-definitions">
      <name>Message Definitions</name>
      <t>All new Messages introduced in this document follow the common message format as defined in Section 4 of <xref target="BTPU"/>.</t>
      <t>This specification deviates from the recommendation in <xref section="5.3" sectionFormat="of" target="RFC6363"/> by placing the Explicit Source FEC Payload ID before the Source Data, as BTPU has no capability analogous to common header compression, as found in Robust Header Compression (ROHC) <xref target="RFC3095"/>, and therefore to maintain consistency with other BTPU messages, the metadata precedes the data.</t>
      <section anchor="pre-agreed-source">
        <name>Pre-agreed FEC Source Message</name>
        <t>The Pre-agreed FEC Source Message is used to encapsulate a Source Block (<xref section="2" sectionFormat="of" target="RFC6363"/>) of a Bundle Transfer that uses FEC with a pre-agreed configuration.</t>
        <t>A Pre-agreed FEC Source Message has a type of TBD1. The Message Content field is formatted as follows:</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Transfer Number                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC Inst. ID  |   Explicit Source FEC Payload ID ...          :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  ... Source Block Data ...                    :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Transfer Number:</dt>
          <dd>
            <t>The numeric identifier of the Transfer that this source block is part of, encoded as a 32-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC Instance ID:</dt>
          <dd>
            <t>The <xref target="instance-id">FEC Instance ID</xref> of the pre-agreed FEC scheme and configuration in use for the Transfer, encoded as an 8-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>Explicit Source FEC Payload ID:</dt>
          <dd>
            <t>The Explicit Source FEC Payload ID as defined in <xref section="5.3.1" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Source Block Data:</dt>
          <dd>
            <t>The octets of the source block of the Transfer, with the length calculated as the Message content length excluding the length of the Transfer Number, FEC Instance ID, and Explicit Source FEC Payload ID.</t>
          </dd>
        </dl>
      </section>
      <section anchor="explicit-source">
        <name>Explicit FEC Source Message</name>
        <t>The Explicit FEC Source Message is used to encapsulate a Source Block (<xref section="2" sectionFormat="of" target="RFC6363"/>) of a Bundle Transfer that uses FEC with an explicit FEC scheme and configuration.</t>
        <t>A Explicit FEC Source Message has a type of TBD2. The Message Content field is formatted as follows:</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Transfer Number                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC Enc. ID   | FEC-Scheme-Specific Information elements ...  :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Explicit Source FEC Payload ID ...                            :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  ... Source Block Data ...                    :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Transfer Number:</dt>
          <dd>
            <t>The numeric identifier of the Transfer that this source block is part of, encoded as a 32-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC Encoding ID:</dt>
          <dd>
            <t>A FEC Encoding ID, as defined in <xref section="5.6" sectionFormat="of" target="RFC6363"/>, encoded as an 8-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC-Scheme-Specific Information elements:</dt>
          <dd>
            <t>Zero or more FEC-Scheme-Specific Information elements as defined in <xref section="5.5" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Explicit Source FEC Payload ID:</dt>
          <dd>
            <t>The Explicit Source FEC Payload ID as defined in <xref section="5.3.1" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Source Block Data:</dt>
          <dd>
            <t>The octets of the source block of the Transfer, with the length calculated as the Message content length excluding the length of the Transfer Number, FEC Encoding ID, FEC-Scheme-Specific Information elements, and Explicit Source FEC Payload ID.</t>
          </dd>
        </dl>
      </section>
      <section anchor="pre-agreed-repair">
        <name>Pre-agreed FEC Repair Message</name>
        <t>The Pre-agreed FEC Repair Message is used to encapsulate the Repair Symbols (<xref section="2" sectionFormat="of" target="RFC6363"/>) of a Bundle Transfer that uses FEC with a pre-agreed configuration.</t>
        <t>A Pre-agreed FEC Repair Message has a type of TBD3. The Message Content field is formatted as follows:</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Transfer Number                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC Inst. ID  |            Repair FEC Payload ID ...          :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  ... Repair Symbol Data ...                   :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Transfer Number:</dt>
          <dd>
            <t>The numeric identifier of the Transfer that this source block is part of, encoded as a 32-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC Instance ID:</dt>
          <dd>
            <t>The <xref target="instance-id">FEC Instance ID</xref> of the pre-agreed FEC scheme and configuration in use for the Transfer, encoded as an 8-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>Repair FEC Payload ID:</dt>
          <dd>
            <t>The Repair FEC Payload ID as defined in <xref section="5.4.1" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Repair Symbol Data:</dt>
          <dd>
            <t>The octets of the repair symbols of the Transfer, with the length calculated as the Message content length excluding the length of the Transfer Number, FEC Instance ID, and Repair FEC Payload ID.</t>
          </dd>
        </dl>
      </section>
      <section anchor="explicit-repair">
        <name>Explicit FEC Repair Message</name>
        <t>The Explicit FEC Repair Message is used to encapsulate the Repair Symbols (<xref section="2" sectionFormat="of" target="RFC6363"/>) of a Bundle Transfer that uses FEC with an explicit FEC scheme and configuration.</t>
        <t>A Explicit FEC Repair Message has a type of TBD4. The Message Content field is formatted as follows:</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Transfer Number                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC Enc. ID   | FEC-Scheme-Specific Information elements ...  :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Repair FEC Payload ID ...                                     :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  ... Repair Symbol Data ...                   :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Transfer Number:</dt>
          <dd>
            <t>The numeric identifier of the Transfer that this source block is part of, encoded as a 32-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC Encoding ID:</dt>
          <dd>
            <t>A FEC Encoding ID, as defined in <xref section="5.6" sectionFormat="of" target="RFC6363"/>, encoded as an 8-bit unsigned integer in network byte order.</t>
          </dd>
          <dt>FEC-Scheme-Specific Information elements:</dt>
          <dd>
            <t>Zero or more FEC-Scheme-Specific Information elements as defined in <xref section="5.5" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Repair FEC Payload ID:</dt>
          <dd>
            <t>The Repair FEC Payload ID as defined in <xref section="5.4.1" sectionFormat="of" target="RFC6363"/>.</t>
          </dd>
          <dt>Repair Symbol Data:</dt>
          <dd>
            <t>The octets of the repair symbols of the Transfer, with the length calculated as the Message content length excluding the length of the Transfer Number, FEC Instance ID, and Repair FEC Payload ID.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This new Messages and mechanisms in this document do not add additional security considerations, nor impact the existing security considerations outlined in <xref target="BTPU"/> and <xref target="RFC6363"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to assign new values from the "BTPU Message Types" registry for the new Message types defined in this document: TBD1, TBD2, TBD3, TBD4.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="BTPU" target="https://datatracker.ietf.org/doc/draft-taylor-dtn-btpu">
          <front>
            <title>Bundle Transfer Protocol - Unidirectional</title>
            <author>
              <organization/>
            </author>
            <date year="2025" month="February"/>
          </front>
        </reference>
        <reference anchor="RFC6363">
          <front>
            <title>Forward Error Correction (FEC) Framework</title>
            <author fullname="M. Watson" initials="M." surname="Watson"/>
            <author fullname="A. Begen" initials="A." surname="Begen"/>
            <author fullname="V. Roca" initials="V." surname="Roca"/>
            <date month="October" year="2011"/>
            <abstract>
              <t>This document describes a framework for using Forward Error Correction (FEC) codes with applications in public and private IP networks to provide protection against packet loss. The framework supports applying FEC to arbitrary packet flows over unreliable transport and is primarily intended for real-time, or streaming, media. This framework can be used to define Content Delivery Protocols that provide FEC for streaming media delivery or other packet flows. Content Delivery Protocols defined using this framework can support any FEC scheme (and associated FEC codes) that is compliant with various requirements defined in this document. Thus, Content Delivery Protocols can be defined that are not specific to a particular FEC scheme, and FEC schemes can be defined that are not specific to a particular Content Delivery Protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6363"/>
          <seriesInfo name="DOI" value="10.17487/RFC6363"/>
        </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>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3095">
          <front>
            <title>RObust Header Compression (ROHC): Framework and four profiles: RTP, UDP, ESP, and uncompressed</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="C. Burmeister" initials="C." surname="Burmeister"/>
            <author fullname="M. Degermark" initials="M." surname="Degermark"/>
            <author fullname="H. Fukushima" initials="H." surname="Fukushima"/>
            <author fullname="H. Hannu" initials="H." surname="Hannu"/>
            <author fullname="L-E. Jonsson" surname="L-E. Jonsson"/>
            <author fullname="R. Hakenberg" initials="R." surname="Hakenberg"/>
            <author fullname="T. Koren" initials="T." surname="Koren"/>
            <author fullname="K. Le" initials="K." surname="Le"/>
            <author fullname="Z. Liu" initials="Z." surname="Liu"/>
            <author fullname="A. Martensson" initials="A." surname="Martensson"/>
            <author fullname="A. Miyazaki" initials="A." surname="Miyazaki"/>
            <author fullname="K. Svanbro" initials="K." surname="Svanbro"/>
            <author fullname="T. Wiebke" initials="T." surname="Wiebke"/>
            <author fullname="T. Yoshimura" initials="T." surname="Yoshimura"/>
            <author fullname="H. Zheng" initials="H." surname="Zheng"/>
            <date month="July" year="2001"/>
            <abstract>
              <t>This document specifies a highly robust and efficient header compression scheme for RTP/UDP/IP (Real-Time Transport Protocol, User Datagram Protocol, Internet Protocol), UDP/IP, and ESP/IP (Encapsulating Security Payload) headers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3095"/>
          <seriesInfo name="DOI" value="10.17487/RFC3095"/>
        </reference>
      </references>
    </references>
    <?line 250?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The author is indebted to the authors of the FECFRAME framework, and hopes that its successful application in areas outside RTP validates all the obvious hard work that went into making RFC6363 generic and reusable.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
