From b2e0a27983519ceeebddf34c96eef8b2ff1408a3 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 10 Jun 2025 22:23:47 +1000 Subject: [PATCH] fix mix furps --- FURPS/core/mix.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FURPS/core/mix.md b/FURPS/core/mix.md index 1220fb3..dcd1f7e 100644 --- a/FURPS/core/mix.md +++ b/FURPS/core/mix.md @@ -2,8 +2,8 @@ ## Functionality -1. Relay nodes can mount mixnet protocol, acting as entry, exit or mixnet nodes. -2. Nodes can discover mixnet relay and exit nodes using available peer discovery mechanisms. +1. Relay nodes can mount mixnet protocol, acting as sender, intermediary or exit nodes. +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. @@ -15,6 +15,7 @@ ## Supportability -1. nwaku CLI +1. `wakunode2` for intermediary and exit nodes. +2. nwaku CLI for sender nodes. ## + (Privacy, Anonymity, Deployments)