Skip to content

Commit

Permalink
Ignore failed ping (since multihop is flaky)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 17, 2024
1 parent b1fb138 commit c40765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-wireguard/src/ephemeral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn config_ephemeral_peers_inner(
#[cfg(target_os = "android")] tun_provider: Arc<Mutex<TunProvider>>,
) -> Result<(), CloseMsg> {
#[cfg(force_wireguard_handshake)]
establish_tunnel_connection(tunnel, connectivity).await?;
let _ = establish_tunnel_connection(tunnel, connectivity).await;

let ephemeral_private_key = PrivateKey::new_from_random();
let close_obfs_sender = close_obfs_sender.clone();
Expand Down

0 comments on commit c40765c

Please sign in to comment.