Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 10, 2024
1 parent bce2daf commit cea264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel-obfuscation/src/shadowsocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl Shadowsocks {
.await?;

#[cfg(target_os = "android")]
let outbound_fd = shadowsocks.as_raw_fd();
let outbound_fd = remote_socket.as_raw_fd();

let server = tokio::spawn(run_forwarding(
settings.shadowsocks_endpoint,
Expand Down

0 comments on commit cea264c

Please sign in to comment.