lighthouse/beacon_node/eth2_libp2p
blacktemplar 3f0a113c7f ban IP addresses if too many banned peers for this IP address (#1543)
## Issue Addressed

#1283 

## Proposed Changes

All peers with the same IP will be considered banned as long as there are more than 5 (constant) peers with this IP that have a score below the ban threshold. As soon as some of those 5 peers get unbanned (through decay) and if there are then less than 5 peers with a score below the threshold the IP will be considered not banned anymore.
2020-08-21 01:41:12 +00:00
..
src ban IP addresses if too many banned peers for this IP address (#1543) 2020-08-21 01:41:12 +00:00
tests Shutdown like a Sir (#1545) 2020-08-19 05:51:14 +00:00
Cargo.toml Revert back to discv5 alpha 8 to maintain ARM support (#1531) 2020-08-17 10:06:08 +00:00