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
@@ -3833,6 +3833,7 @@ dependencies = [
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",