From b44c2a5c27d4ae7261ad171cfc22934653b08f61 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Wed, 8 Apr 2026 15:54:43 +0200 Subject: [PATCH] rm SHOULD use comment from abstract --- standards/application/reliable-channel-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index c200f11..034cd4a 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -46,7 +46,6 @@ an application-level interface that sits between the Logos Chat and the [MESSAGI It bundles segmentation, end-to-end reliability via [Scalable Data Sync (SDS)](https://lip.logos.co/ift-ts/raw/sds.html), rate limit management, and a pluggable encryption hook into a single interface for sending and receiving messages reliably. -Application developers SHOULD use this API when end-to-end reliability across multiple routing hops is required. ## Motivation