add little segmentation description

This commit is contained in:
Ivan FB 2026-05-01 11:11:01 +02:00
parent f39c7f0d0b
commit a6fd069eeb
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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)