summaryrefslogtreecommitdiff
path: root/main/src/main/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-07-04 17:57:26 +0200
committerArne Schwabe <arne@rfc2549.org>2016-07-04 17:57:26 +0200
commita3bf88b09e5e686f07efb305efedf71a13faf15c (patch)
tree8370153ebddd20ce07c3d5d39a7ec75fc5d7fd15 /main/src/main/res/values
parentaba8beb445436ec9eb1e81076a653e7fbe0ca70d (diff)
Implement exponential back off between connection attempts and generally overhaul time between connection logic massively.
Diffstat (limited to 'main/src/main/res/values')
-rwxr-xr-xmain/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index 262ecf00..af92f3c9 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -412,4 +412,7 @@
<string name="qs_title">Toggle VPN</string>
<string name="qs_connect">Connect to %s</string>
<string name="qs_disconnect">Disconnect %s</string>
+ <string name="connectretrymaxmessage">Enter the maximum time between connection attempts. OpenVPN will slowly raise its waiting time after an unsuccessful connection attempt up to this value. Defaults to 300s.</string>
+ <string name="connectretrymaxtitle">Maximum time between connection attempts</string>
+ <string name="state_waitconnectretry">Waiting %ss seconds between connection attempt</string>
</resources>