Skip to content

Commit

Permalink
Revert reset of pinger establish timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 18, 2024
1 parent 3ac5745 commit c9efe28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions talpid-wireguard/src/connectivity/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ impl<S: Strategy> Check<S> {
// checks if the tunnel has ever worked. Intended to check if a connection to a tunnel is
// successful at the start of a connection.
pub fn establish_connectivity(&mut self, tunnel_handle: &TunnelType) -> Result<bool, Error> {
self.conn_state = ConnState::new(Instant::now(), Default::default());

// Send initial ping to prod WireGuard into connecting.
self.ping_state
.pinger
Expand Down

0 comments on commit c9efe28

Please sign in to comment.