Network upgrades (#2345)

This commit is contained in:
Age Manning
2021-06-03 11:11:33 +10:00
parent b0f5c4c776
commit 4aa06c9555
16 changed files with 449 additions and 354 deletions

View File

@@ -163,6 +163,7 @@ impl Default for Config {
.query_parallelism(5)
.disable_report_discovered_peers()
.ip_limit() // limits /24 IP's in buckets.
.incoming_bucket_limit(8) // half the bucket size
.ping_interval(Duration::from_secs(300))
.build();