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

2
Cargo.lock generated
View file

@ -2827,10 +2827,12 @@ dependencies = [
"librqbit-bencode",
"librqbit-buffers",
"librqbit-core",
"parking_lot",
"rand 0.8.5",
"reqwest",
"serde",
"tokio",
"tokio-util",
"tracing",
"url",
"urlencoding",