aleph-node
aleph-node copied to clipboard
A0-4318: network rate-limiter for the substrate network
Description
Implementation of the rate-limiter algorithm for the substrate-based part of our network code. It limits only the read side of connections. ~~Additionally, now both rate-limit parameters for alephbft and substrate networks apply to all open connection (rate-limit for all nodes, not just single connection).~~ An exploit together with e2e tests will be provided in another PR.
Type of change
- New feature (non-breaking change which adds functionality)