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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Right. In this case, the limit should be 1. Using multiple connections to avoid message backlogs or to have a priority band is useful and we may want to add that later, however in that case we should have a second listen socket bound to some ephemeral port number which is supplied to the peer during handshake, and maybe only if a handshake is received signed by a known peer. But I digress.
how about an option p2p-max-nodes-per-host. I was translating IP address to "node" but you mean from multiple nodes on a given host address. Should this also be enforced on localhost?
To prevent DOS attacks against public endpoints we need to limit the number of connections from the same IP.
The text was updated successfully, but these errors were encountered: