aquatic: print stats about number of peers per torrent

This commit is contained in:
Joakim Frostegård 2020-04-07 16:57:34 +02:00
parent e3d3e9ab57
commit 51590a3d6c
4 changed files with 38 additions and 6 deletions

View file

@ -14,6 +14,7 @@ name = "aquatic"
[dependencies]
bittorrent_udp = { path = "../bittorrent_udp" }
dashmap = "3"
histogram = "0.6"
indexmap = "1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }