Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.73 KB

tor-push.md

File metadata and controls

42 lines (29 loc) · 1.73 KB
title name category tags editor contributors
TOR-PUSH
Waku v2 Tor Push
Best Current Practice
waku/application
Daniel Kaiser <[email protected]>

Abstract

This document extends the 11/WAKU2-RELAY, specifying Waku Tor Push, which allows nodes to push messages via Tor into the Waku relay network.

Waku Tor Push builds on GOSSIPSUB-TOR-PUSH.

Protocol identifier: /vac/waku/relay/2.0.0

Note: Waku Tor Push does not have a dedicated protocol identifier. It uses the same identifier as Waku relay. This allows Waku relay nodes that are oblivious to Tor Push to process messages received via Tor Push.

Functional Operation

In its current version, Waku Tor Push corresponds to GOSSIPSUB-TOR-PUSH applied to 11/WAKU2-RELAY, instead of libp2p gossipsub.

Security/Privacy Considerations

see GOSSIPSUB-TOR-PUSH

Copyright

Copyright and related rights waived via CC0.

References