From f0f607678b4c8d55ba0bc701a39febecd33b5eb2 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 10 Dec 2019 14:32:40 +0100 Subject: [PATCH] spec/waku-fix-list (#75) --- waku.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/waku.md b/waku.md index 38dd9fac..ae222f7d 100644 --- a/waku.md +++ b/waku.md @@ -492,13 +492,13 @@ By default Devp2p runs on port `30303`, which is not commonly used for any other Notes useful for implementing Waku mode. -1. Avoid duplicate envelopes + 1. Avoid duplicate envelopes + + To avoid duplicate envelopes, only connect to one Waku node. Benign duplicate envelopes is an intrinsic property of Whisper which often leads to a N factor increase in traffic, where N is the number of peers you are connected to. -To avoid duplicate envelopes, only connect to one Waku node. Benign duplicate envelopes is an intrinsic property of Whisper which often leads to a N factor increase in traffic, where N is the number of peers you are connected to. - -2. Topic specific recommendations - -Consider partition topics based on some usage, to avoid too much traffic on a single topic. + 2. Topic specific recommendations + + Consider partition topics based on some usage, to avoid too much traffic on a single topic. ## Footnotes