address comments

This commit is contained in:
Prem Chaitanya Prathi 2025-09-12 14:44:51 +05:30
parent c112640d96
commit 2ce478b015
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View File

@ -6,9 +6,6 @@
2. Nodes can discover other nodes that support mix using available peer discovery mechanisms
3. Client nodes can send light push requests over the mixnet before delivery to a service node.
4. Client nodes can receive a response to a light push request over the mixnet.
5. Browser clients can discover other nodes that support mix using available peer discovery mechanisms
6. Browser clients can send light push requests over the mixnet before delivery to a service node.
7. Browser clients can receive a response to a light push request over the mixnet.
## Usability
@ -16,6 +13,8 @@
## Performance
- P1. Payload (store query, light push message) are limited to 4kB
## Supportability
1. `wakunode2` for intermediary and exit nodes.

View File

@ -58,8 +58,7 @@ See deliverables.
**FURPS**:
- P1. Payload (store query, light push query) are limited to 4kB
- P1. Payload (store query, light push message) are limited to 4kB
- S3. Browser-based apps as sender nodes; light push only.