mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-07 16:43:06 +00:00
fix: dictionary
This commit is contained in:
parent
9c46e1148d
commit
7866a68d6e
@ -10,14 +10,22 @@ GossipSub
|
|||||||
https
|
https
|
||||||
iana
|
iana
|
||||||
IANA
|
IANA
|
||||||
|
Keccak
|
||||||
libp2p
|
libp2p
|
||||||
md
|
md
|
||||||
|
Nim
|
||||||
|
nim
|
||||||
|
parityRate
|
||||||
|
protobuf
|
||||||
pubsub
|
pubsub
|
||||||
rfc
|
rfc
|
||||||
RFC
|
RFC
|
||||||
|
RLN
|
||||||
|
segmentSize
|
||||||
SHARDING
|
SHARDING
|
||||||
subnets
|
subnets
|
||||||
Waku
|
Waku
|
||||||
|
Waku's
|
||||||
WAKU
|
WAKU
|
||||||
www
|
www
|
||||||
ZXCV
|
ZXCV
|
||||||
@ -12,7 +12,7 @@ This specification defines an application-layer protocol for **segmentation** an
|
|||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
Waku Relay deployments typically propagate envelopes up to **1 MB**. To support larger application payloads (e.g., up to **10 MiB** or more), 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 **1 MB**. To support larger application payloads (e.g., up to **10 MB** or more), 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
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ Implementations **SHOULD** support:
|
|||||||
|
|
||||||
**API simplicity:** Libraries **SHOULD** require only `segmentSize` from the application for normal operation.
|
**API simplicity:** Libraries **SHOULD** require only `segmentSize` from the application for normal operation.
|
||||||
|
|
||||||
### Supportability
|
### Support
|
||||||
|
|
||||||
- **Language / Package:** Nim; **Nimble** package manager
|
- **Language / Package:** Nim; **Nimble** package manager
|
||||||
- **Intended for:** all Waku nodes at the application layer
|
- **Intended for:** all Waku nodes at the application layer
|
||||||
@ -163,7 +163,7 @@ Nodes that do **not** implement this specification cannot reconstruct large mess
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Deployability
|
## Deploy
|
||||||
|
|
||||||
- Bandwidth overhead ≈ **12.5%** from parity (if enabled)
|
- Bandwidth overhead ≈ **12.5%** from parity (if enabled)
|
||||||
- Additional per-segment overhead ≤ **100 bytes** (protobuf + metadata)
|
- Additional per-segment overhead ≤ **100 bytes** (protobuf + metadata)
|
||||||
@ -179,9 +179,3 @@ Nodes that do **not** implement this specification cannot reconstruct large mess
|
|||||||
4. [nim-leopard](https://github.com/status-im/nim-leopard) – Nim bindings for Leopard-RS (Reed–Solomon)
|
4. [nim-leopard](https://github.com/status-im/nim-leopard) – Nim bindings for Leopard-RS (Reed–Solomon)
|
||||||
5. [Leopard-RS](https://github.com/catid/leopard) – Fast Reed–Solomon erasure coding library
|
5. [Leopard-RS](https://github.com/catid/leopard) – Fast Reed–Solomon erasure coding library
|
||||||
6. [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt) – Key words for use in RFCs to Indicate Requirement Levels
|
6. [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt) – Key words for use in RFCs to Indicate Requirement Levels
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Changelog
|
|
||||||
|
|
||||||
- **0.1 — Initial draft**
|
|
||||||
Loading…
x
Reference in New Issue
Block a user