Trackers: reuse UDP socket

This commit is contained in:
Igor Katson 2025-02-27 14:25:24 +00:00
parent 94877aec6f
commit 29508014b8
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 187 additions and 82 deletions

View file

@ -32,3 +32,5 @@ tracing = "0.1.40"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
url = { version = "2", default-features = false }
parking_lot = "0.12.3"
tokio-util = "0.7.13"