diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-10-08 13:56:10 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-10-08 14:31:58 +0200 |
| commit | 7d7526a4f8901473edff5fbd9b5764330c9d3bf4 (patch) | |
| tree | b7be4c3aba3329479cba140abc91520528cff91e /talpid-core | |
| parent | d7455ad56c13129ea8b3c90556282a28a7858065 (diff) | |
| download | mullvadvpn-7d7526a4f8901473edff5fbd9b5764330c9d3bf4.tar.xz mullvadvpn-7d7526a4f8901473edff5fbd9b5764330c9d3bf4.zip | |
Increase ping-exit to 20 seconds
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/src/process/openvpn.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/src/process/openvpn.rs b/talpid-core/src/process/openvpn.rs index dad14f6673..e25e2bf652 100644 --- a/talpid-core/src/process/openvpn.rs +++ b/talpid-core/src/process/openvpn.rs @@ -20,8 +20,8 @@ static BASE_ARGUMENTS: &[&[&str]] = &[ &["--dev", "tun"], #[cfg(windows)] &["--dev-type", "tun"], - &["--ping", "3"], - &["--ping-exit", "15"], + &["--ping", "4"], + &["--ping-exit", "20"], &["--connect-timeout", "30"], &["--connect-retry", "0", "0"], &["--connect-retry-max", "1"], |
