First pass to implement socks5 support

This commit is contained in:
Igor Katson 2024-08-08 00:35:32 +01:00
parent 8c16239a0e
commit 70dcb2e6cb
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
11 changed files with 195 additions and 23 deletions

View file

@ -382,6 +382,7 @@ impl TorrentStateLive {
&handler,
Some(options),
self.meta.spawner,
self.meta.connector.clone(),
);
let requester = handler.task_peer_chunk_requester();
@ -444,6 +445,7 @@ impl TorrentStateLive {
&handler,
Some(options),
state.meta.spawner,
state.meta.connector.clone(),
);
let requester = handler.task_peer_chunk_requester();