Remove custom libc/winapi code in favor of duplicating the socket and using both socket2 and tokio
This commit is contained in:
parent
403a4ce480
commit
f7e0835452
3 changed files with 24 additions and 101 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue