From 763ecd8bcf00a97a5ed17b3692dd2fa1dd40b4c1 Mon Sep 17 00:00:00 2001 From: Sergey P Date: Thu, 13 Oct 2022 17:49:09 +0300 Subject: [PATCH] Remove autoreconnection RAS option for BraveVPN --- components/brave_vpn/utils_win.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/components/brave_vpn/utils_win.cc b/components/brave_vpn/utils_win.cc index 6560d6b00845..257b2cf46fd5 100644 --- a/components/brave_vpn/utils_win.cc +++ b/components/brave_vpn/utils_win.cc @@ -313,7 +313,6 @@ bool CreateEntry(const std::wstring& entry_name, entry.dwEncryptionType = ET_Optional; entry.dwVpnStrategy = VS_Ikev2Only; entry.dwfOptions2 = RASEO2_DontNegotiateMultilink | - RASEO2_ReconnectIfDropped | RASEO2_IPv6RemoteDefaultGateway | RASEO2_CacheCredentials; entry.dwRedialCount = 3; entry.dwRedialPause = 60;