We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b132302 commit 1139f5cCopy full SHA for 1139f5c
talpid-wireguard/src/connectivity/check.rs
@@ -125,8 +125,6 @@ impl<S: Strategy> Check<S> {
125
// checks if the tunnel has ever worked. Intended to check if a connection to a tunnel is
126
// successful at the start of a connection.
127
pub fn establish_connectivity(&mut self, tunnel_handle: &TunnelType) -> Result<bool, Error> {
128
- self.conn_state = ConnState::new(Instant::now(), Default::default());
129
-
130
// Send initial ping to prod WireGuard into connecting.
131
self.ping_state
132
.pinger
0 commit comments