From 2ce478b0159f4eb95750a2a572ede8a5fddd1067 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Fri, 12 Sep 2025 14:44:51 +0530 Subject: [PATCH] address comments --- FURPS/core/mix.md | 5 ++--- draft-roadmap/introduce_mixnet_for_message_sending.md | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/FURPS/core/mix.md b/FURPS/core/mix.md index cc930fd..6d50136 100644 --- a/FURPS/core/mix.md +++ b/FURPS/core/mix.md @@ -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. diff --git a/draft-roadmap/introduce_mixnet_for_message_sending.md b/draft-roadmap/introduce_mixnet_for_message_sending.md index 9b1a95a..da0006b 100644 --- a/draft-roadmap/introduce_mixnet_for_message_sending.md +++ b/draft-roadmap/introduce_mixnet_for_message_sending.md @@ -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.