Skip to content

Commit 1139f5c

Browse files
committed
Revert reset of pinger establish timeout
1 parent b132302 commit 1139f5c

File tree

1 file changed

+0
-2
lines changed
  • talpid-wireguard/src/connectivity

1 file changed

+0
-2
lines changed

talpid-wireguard/src/connectivity/check.rs

-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ impl<S: Strategy> Check<S> {
125125
// checks if the tunnel has ever worked. Intended to check if a connection to a tunnel is
126126
// successful at the start of a connection.
127127
pub fn establish_connectivity(&mut self, tunnel_handle: &TunnelType) -> Result<bool, Error> {
128-
self.conn_state = ConnState::new(Instant::now(), Default::default());
129-
130128
// Send initial ping to prod WireGuard into connecting.
131129
self.ping_state
132130
.pinger

0 commit comments

Comments
 (0)