Libp2p Connection Limit (#2455)

* Get libp2p to handle connection limits

* fmt
This commit is contained in:
Age Manning
2021-07-15 10:53:59 +10:00
parent 6818a94171
commit 08fedbfcba
4 changed files with 372 additions and 43 deletions

View File

@@ -42,8 +42,10 @@ regex = "1.3.9"
strum = { version = "0.20", features = ["derive"] }
[dependencies.libp2p]
version = "0.39.1"
default-features = false
#version = "0.39.1"
#default-features = false
git = "https://github.com/sigp/rust-libp2p"
rev = "323cae1d08112052740834aa1fb262ae43e6f783"
features = ["websocket", "identify", "mplex", "yamux", "noise", "gossipsub", "dns-tokio", "tcp-tokio"]
[dev-dependencies]