DHT: better tracking requests/responses

This commit is contained in:
Igor Katson 2023-11-28 10:53:22 +00:00
parent 0478577a72
commit 336bf751e3
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 182 additions and 97 deletions

View file

@ -27,6 +27,7 @@ bencode = {path = "../bencode", default-features=false, package="librqbit-bencod
anyhow = "1"
parking_lot = "0.12"
tracing = "0.1"
backoff = "0.4.0"
futures = "0.3"
rand = "0.8"
indexmap = "2"