Avoid VPN watchdog recovery after TCP SYN ACK
This commit is contained in:
@@ -1706,7 +1706,11 @@ public class RapVpnService extends VpnService {
|
||||
remove.add(entry.getKey());
|
||||
continue;
|
||||
}
|
||||
if (value < 0 && age >= RUNTIME_WATCHDOG_STALE_SYNACK_MS) {
|
||||
if (value < 0) {
|
||||
remove.add(entry.getKey());
|
||||
continue;
|
||||
}
|
||||
if (age >= RUNTIME_WATCHDOG_STALE_SYNACK_MS) {
|
||||
stale++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user