fix: pr feedback

Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
Pablo Lopez 2025-09-15 07:53:23 +03:00 committed by GitHub
parent ec07ec4096
commit 36650c41fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@ Split large payloads into Waku-sized segments with optional ReedSolomon 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`).