From 03c146b6b9723c0d9a75016dd26547a008da439e Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 24 Apr 2026 09:49:50 +0200 Subject: [PATCH] rm unneeded line --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index cff2d7a..d99cebb 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -288,7 +288,7 @@ Each `ReliableChannel` MUST maintain internal state for [SDS](https://lip.logos. - An incoming buffer for partially received segmented messages awaiting full reassembly. The state MUST be persisted using the `persistence` backend specified in `SdsConfig`. -The default `memory` backend does not survive process restarts; implementors providing persistence SHOULD use a durable backend. + **Encryption**: