mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-02 06:03:11 +00:00
fix: pr feedback
Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
parent
ec07ec4096
commit
36650c41fe
@ -16,7 +16,6 @@ Split large payloads into Waku-sized segments with optional Reed–Solomon parit
|
||||
- **Outbound**: `segmentMessage(handler, chunk: Chunk): Result[seq[Chunk], string]`
|
||||
- **Inbound**: `handleSegmentationLayer(handler, message: var Message): Result[void, string]`
|
||||
- **Helpers**: `isParityMessage(segment: SegmentMessage): bool`
|
||||
- **Parameters**: `segmentSize` (bytes); provide `SegmentationPersistence` instance
|
||||
|
||||
Notes
|
||||
- Parity rate is 12.5% (`SegmentsParityRate = 0.125`).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user