aquatic_http, aquatic_ws: add option for printing statistics

statistics are on number of peers per torrent
This commit is contained in:
Joakim Frostegård 2020-08-13 03:58:28 +02:00
parent 23a562c1e5
commit 88423976c4
9 changed files with 150 additions and 1 deletions

2
Cargo.lock generated
View file

@ -76,6 +76,7 @@ dependencies = [
"crossbeam-channel",
"either",
"hashbrown 0.8.2",
"histogram",
"indexmap",
"itoa",
"log",
@ -211,6 +212,7 @@ dependencies = [
"crossbeam-channel",
"either",
"hashbrown 0.8.2",
"histogram",
"indexmap",
"log",
"mimalloc",