From a6fd069eebbf641d3b9073dad9b83c023d39b3cb Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 1 May 2026 11:11:01 +0200 Subject: [PATCH] add little segmentation description --- standards/application/reliable-channel-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 687fac0..b9ab040 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -100,6 +100,8 @@ A custom Interface Definition Language (IDL) in YAML is used, consistent with [M ### Segmentation +A protocol that splits message payloads into smaller units during transmission and reassembles them upon reception. The component is instantiated by supplying the appropriate value to SegmentationConfig. + See [SEGMENTATION](./segmentation.md). ### Scalable Data Sync (SDS)