You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😃
The text was updated successfully, but these errors were encountered:
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 😃
The text was updated successfully, but these errors were encountered: