Remove custom libc/winapi code in favor of duplicating the socket and using both socket2 and tokio

This commit is contained in:
Igor Katson 2024-09-16 11:16:46 +01:00
parent 403a4ce480
commit f7e0835452
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 24 additions and 101 deletions

2
Cargo.lock generated
View file

@ -2692,7 +2692,6 @@ dependencies = [
"gethostname",
"http 1.1.0",
"httparse",
"libc",
"librqbit-core",
"librqbit-sha1-wrapper",
"librqbit-upnp",
@ -2710,7 +2709,6 @@ dependencies = [
"tracing-subscriber",
"url",
"uuid",
"winapi",
]
[[package]]