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

View file

@ -21,6 +21,7 @@ aquatic_http_protocol = { path = "../aquatic_http_protocol" }
crossbeam-channel = "0.4"
either = "1"
hashbrown = "0.8"
histogram = "0.6"
indexmap = "1"
itoa = "0.4"
log = "0.4"