Skip to content

Commit

Permalink
Remove RASEO2_ReconnectIfDropped option for BraveVPN (#15453)
Browse files Browse the repository at this point in the history
Remove autoreconnection RAS option for BraveVPN
  • Loading branch information
spylogsster authored and bsclifton committed Oct 20, 2022
1 parent 521b09f commit 14a16f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/brave_vpn/utils_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14a16f1

Please sign in to comment.