lighthouse/beacon_node/src
Age Manning c00e6c2c6f Small network adjustments (#1884)
## Issue Addressed

- Asymmetric pings - Currently with symmetric ping intervals, lighthouse nodes race each other to ping often ending in simultaneous ping connections. This shifts the ping interval to be asymmetric based on inbound/outbound connections
- Correct inbound/outbound peer-db registering - It appears we were accounting inbound as outbound and vice versa in the peerdb, this has been corrected
- Improved logging

There is likely more to come - I'll leave this open as we investigate further testnets
2020-11-13 06:06:33 +00:00
..
cli.rs Small network adjustments (#1884) 2020-11-13 06:06:33 +00:00
config.rs Small network adjustments (#1884) 2020-11-13 06:06:33 +00:00
lib.rs Add --testnet mainnet and start HTTP server before genesis (#1862) 2020-11-09 05:04:03 +00:00