Delay/Disruption Tolerant Networking R. Taylor Internet-Draft E. Kline Intended status: Standards Track Aalyria Technologies Expires: 20 September 2026 19 March 2026 DTN QUIC Bundle Protocol Convergence Layer (qubicle) draft-ek-dtn-qubicle-01 Abstract This document specifies a minimal convergence layer protocol for transferring Bundle Protocol version 7 (BPv7) bundles over QUIC. The protocol leverages QUIC's native capabilities for reliable streaming, connection management, and security, requiring no application-layer framing for reliable transfers. Unreliable transfers use the Bundle Transfer Protocol - Unidirectional (BTP-U) over QUIC datagrams. About This Document This note is to be removed before publishing as an RFC. The latest revision of this draft can be found at https://ekline.github.io/draft-dtn-qubicle/draft-ek-dtn-qubicle.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-ek-dtn-qubicle/. Discussion of this document takes place on the Delay/Disruption Tolerant Networking Working Group mailing list (mailto:dtn@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/dtn/. Subscribe at https://www.ietf.org/mailman/listinfo/dtn/. Source for this draft and an issue tracker can be found at https://github.com/ekline/draft-dtn-qubicle. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Taylor & Kline Expires 20 September 2026 [Page 1] Internet-Draft DTN QUIC CL March 2026 Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on 20 September 2026. Copyright Notice Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/ license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Conventions and Definitions . . . . . . . . . . . . . . . . . 3 3. Applicability Statement . . . . . . . . . . . . . . . . . . . 4 4. Protocol Overview . . . . . . . . . . . . . . . . . . . . . . 4 4.1. Connection Establishment . . . . . . . . . . . . . . . . 4 4.2. Reliable Bundle Transfer . . . . . . . . . . . . . . . . 4 4.2.1. Bidirectional Bundle Flow . . . . . . . . . . . . . . 5 4.2.2. Stream Selection and Priority . . . . . . . . . . . . 5 4.2.3. Stream Exhaustion . . . . . . . . . . . . . . . . . . 5 4.3. Unreliable Bundle Transfer . . . . . . . . . . . . . . . 6 4.4. Connection Termination . . . . . . . . . . . . . . . . . 6 4.5. Transfer Cancellation . . . . . . . . . . . . . . . . . . 6 4.6. Keepalive . . . . . . . . . . . . . . . . . . . . . . . . 6 5. Error Codes . . . . . . . . . . . . . . . . . . . . . . . . . 6 6. Security Considerations . . . . . . . . . . . . . . . . . . . 7 6.1. Transport Security . . . . . . . . . . . . . . . . . . . 7 6.2. Bundle Security . . . . . . . . . . . . . . . . . . . . . 7 6.3. Denial of Service . . . . . . . . . . . . . . . . . . . . 7 6.4. 0-RTT Considerations . . . . . . . . . . . . . . . . . . 7 7. Operational Considerations . . . . . . . . . . . . . . . . . 7 7.1. Version Negotiation . . . . . . . . . . . . . . . . . . . 8 7.2. Convergence Layer Fallback . . . . . . . . . . . . . . . 8 7.3. Coexistence With Other UDP-based Convergence Layers . . . 8 7.4. Finding a Qubicle Endpoint Via DNS . . . . . . . . . . . 8 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 9 Taylor & Kline Expires 20 September 2026 [Page 2] Internet-Draft DTN QUIC CL March 2026 8.1. ALPN Identifier . . . . . . . . . . . . . . . . . . . . . 9 8.2. AttrLeaf Node Name . . . . . . . . . . . . . . . . . . . 9 8.3. Application Error Codes . . . . . . . . . . . . . . . . . 10 9. References . . . . . . . . . . . . . . . . . . . . . . . . . 10 9.1. Normative References . . . . . . . . . . . . . . . . . . 10 9.2. Informative References . . . . . . . . . . . . . . . . . 11 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 12 1. Introduction Bundle Protocol version 7 (BPv7) [RFC9171] requires Convergence Layer Adapters (CLAs) to transfer bundles between nodes. This document specifies the QUIC Bundle Protocol Convergence Layer (QBCL or "qubicle"), a minimal CLA using QUIC [RFC9000] that embraces QUIC's native capabilities rather than layering additional protocol machinery. The design philosophy is simple: QUIC already provides reliable streams, multiplexing, flow control, congestion control, and integrated security. This specification adds only what is strictly necessary to transfer bundles. The protocol provides two services: Reliable Service: Bundles are transferred on QUIC streams with guaranteed delivery. Unreliable Service: Bundles are transferred via QUIC datagrams [RFC9221] using [BTP-U] framing. 2. Conventions and Definitions The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. Client: The Qubicle peer that initiates the QUIC connection. This is a connection-level role and does not imply any restriction on bundle transfer direction. Server: The Qubicle peer that accepts the QUIC connection. This is a connection-level role and does not imply any restriction on bundle transfer direction. Qubicle Session: The period during which a QUIC connection is Taylor & Kline Expires 20 September 2026 [Page 3] Internet-Draft DTN QUIC CL March 2026 established between two Qubicle peers. A session begins when the QUIC handshake completes and ends when the QUIC connection closes. Both client and server are equal peers for the purpose of bundle transfer. 3. Applicability Statement QBCL SHOULD NOT be used in deployments where the QUIC transport may not perform well. It is primarily targeted to deployments where round-trip times remain under a few seconds, making QUIC's 1-RTT handshake overhead negligible relative to data transfer time. For extremely high-delay or distrupted environments such as deep space communications (e.g., Earth-Mars links with multi-minute RTTs), any handshake may represent significant absolute delay, and specialized protocols like LTP ({?RFC5326}) may be more appropriate. Similarly, the SVCB-based DNS service discovery mechanism ({. [BTP-U] Taylor, R., "Bundle Transfer Protocol - Unidirectional", Work in Progress, Internet-Draft, draft-ietf-dtn-btpu-02, 17 February 2026, . [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . Taylor & Kline Expires 20 September 2026 [Page 10] Internet-Draft DTN QUIC CL March 2026 [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . [RFC9000] Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based Multiplexed and Secure Transport", RFC 9000, DOI 10.17487/RFC9000, May 2021, . [RFC9001] Thomson, M., Ed. and S. Turner, Ed., "Using TLS to Secure QUIC", RFC 9001, DOI 10.17487/RFC9001, May 2021, . [RFC9171] Burleigh, S., Fall, K., and E. Birrane, III, "Bundle Protocol Version 7", RFC 9171, DOI 10.17487/RFC9171, January 2022, . [RFC9172] Birrane, III, E. and K. McKeever, "Bundle Protocol Security (BPSec)", RFC 9172, DOI 10.17487/RFC9172, January 2022, . [RFC9174] Sipos, B., Demmer, M., Ott, J., and S. Perreault, "Delay- Tolerant Networking TCP Convergence-Layer Protocol Version 4", RFC 9174, DOI 10.17487/RFC9174, January 2022, . [RFC9221] Pauly, T., Kinnear, E., and D. Schinazi, "An Unreliable Datagram Extension to QUIC", RFC 9221, DOI 10.17487/RFC9221, March 2022, . [RFC9369] Duke, M., "QUIC Version 2", RFC 9369, DOI 10.17487/RFC9369, May 2023, . [RFC9443] Aboba, B., Salgueiro, G., and C. Perkins, "Multiplexing Scheme Updates for QUIC", RFC 9443, DOI 10.17487/RFC9443, July 2023, . [RFC9460] Schwartz, B., Bishop, M., and E. Nygren, "Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)", RFC 9460, DOI 10.17487/RFC9460, November 2023, . 9.2. Informative References Taylor & Kline Expires 20 September 2026 [Page 11] Internet-Draft DTN QUIC CL March 2026 [RFC9308] Kühlewind, M. and B. Trammell, "Applicability of the QUIC Transport Protocol", RFC 9308, DOI 10.17487/RFC9308, September 2022, . [RFC9891] Sipos, B., "Automated Certificate Management Environment (ACME) Delay-Tolerant Networking (DTN) Node ID Validation Extension", RFC 9891, DOI 10.17487/RFC9891, November 2025, . Authors' Addresses Rick Taylor Aalyria Technologies Email: rtaylor@aalyria.com Erik Kline Aalyria Technologies Email: ek.ietf@gmail.com Taylor & Kline Expires 20 September 2026 [Page 12]