mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-04 07:03:14 +00:00
fix: pr feedback
This commit is contained in:
parent
fdb95957e4
commit
fa2993b427
@ -12,7 +12,7 @@ This specification defines an application-layer protocol for **segmentation** an
|
|||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
Waku Relay deployments typically propagate envelopes up to **150 KB** as per [64/WAKU2-NETWORK - Message Size](https://rfc.vac.dev/waku/standards/core/64/network#message-size). To support larger application payloads, a segmentation layer is required. This specification enables larger messages by partitioning them into multiple envelopes and reconstructing them at the receiver. Erasure-coded parity segments provide resilience against partial loss or reordering.
|
Waku Relay deployments typically propagate envelopes up to **150 KB** as per [64/WAKU2-NETWORK - Message](https://rfc.vac.dev/waku/standards/core/64/network#message-size). To support larger application payloads, a segmentation layer is required. This specification enables larger messages by partitioning them into multiple envelopes and reconstructing them at the receiver. Erasure-coded parity segments provide resilience against partial loss or reordering.
|
||||||
|
|
||||||
## Terminology
|
## Terminology
|
||||||
|
|
||||||
@ -137,7 +137,6 @@ Implementations **SHOULD** support:
|
|||||||
### Privacy
|
### Privacy
|
||||||
|
|
||||||
`entire_message_hash` enables correlation of segments that belong to the same original message but does not reveal content.
|
`entire_message_hash` enables correlation of segments that belong to the same original message but does not reveal content.
|
||||||
Applications **SHOULD** encrypt payloads before segmentation.
|
|
||||||
Traffic analysis may still identify segmented flows.
|
Traffic analysis may still identify segmented flows.
|
||||||
|
|
||||||
### Integrity
|
### Integrity
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user