Report the average network bandwidth (#1551)

* Report the average network bandwidth

* Fix concerns
This commit is contained in:
Pierre Krieger
2019-01-25 11:34:34 +01:00
committed by Gav Wood
parent aeb6aa8b48
commit a1586df41b
7 changed files with 342 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@ fnv = "1.0"
futures = "0.1"
libp2p = { version = "0.2", default-features = false, features = ["secio-rsa", "secio-secp256k1", "libp2p-websocket"] }
parking_lot = "0.7.1"
lazy_static = "1.2"
log = "0.4"
rand = "0.5.0"
serde = "1.0.70"