mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-07 16:43:06 +00:00
fix Waku API
This commit is contained in:
parent
9f9fbdd69d
commit
62a0665db9
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
## Reliability
|
## Reliability
|
||||||
|
|
||||||
1. Sends a message using peer-to-peer reliability (service node redundancy, optional store confirmation)
|
1. Sends a message using peer-to-peer reliability (service node redundancy for edge, optional store confirmation)
|
||||||
2. Receives messages using peer-to-peer reliability (service node redundancy, periodic store query, periodic filter ping)
|
2. Receives messages using peer-to-peer reliability (service node redundancy for edge, periodic store query, periodic filter ping)
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
|
|||||||
@ -103,7 +103,7 @@ For S3. Browser
|
|||||||
|
|
||||||
**FURPS**:
|
**FURPS**:
|
||||||
- F1. Setup, start and stop a Waku node.
|
- F1. Setup, start and stop a Waku node.
|
||||||
- F. Support edge node operation mode.
|
- F3. Support relay node operation mode.
|
||||||
- F4. Does automatic peer discovery based on the node platform and operation mode.
|
- F4. Does automatic peer discovery based on the node platform and operation mode.
|
||||||
- F5. Returns health and connectivity information using proven heuristics.
|
- F5. Returns health and connectivity information using proven heuristics.
|
||||||
- U1. When setting up a Waku node, no need to specify what protocols to mount, only an operational mode (edge or relay).
|
- U1. When setting up a Waku node, no need to specify what protocols to mount, only an operational mode (edge or relay).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user