Which will probably lead to some nice DDoSes
To test it out, you can for instance specify a wrong PeerId (the thing after /p2p) in packages/status-js/src/consts/peers.ts
It will lead to this:
(not sure if it's actually coming from status-web or js-waku)
Some exponential backoff would nice to avoid frying the servers if a significant amount of nodes start to do this :smiley:
so only js-waku@^0.30.0 or rather libp2p dialer is causing these uncontrolled retries when offline/unreachable, however this behavior might have been moved to js-waku in its latest version (cc @fryorcraken)
Which will probably lead to some nice DDoSes To test it out, you can for instance specify a wrong PeerId (the thing after
/p2p
) inpackages/status-js/src/consts/peers.ts
It will lead to this:(not sure if it's actually coming from status-web or js-waku) Some exponential backoff would nice to avoid frying the servers if a significant amount of nodes start to do this :smiley: