diff options
author | Yves <yvesf-git@xapek.org> | 2015-03-12 18:31:05 +0100 |
---|---|---|
committer | Yves <yvesf-git@xapek.org> | 2015-03-12 18:31:05 +0100 |
commit | cd2e99c0a6c7bcd5c43b028c3b9f33fd45b94ea7 (patch) | |
tree | f10e17ab0a6eb42279bf97bf6adeba57145319be /src/main/res/values/strings.xml | |
parent | cbccbd1f73aceea461b47a6b118a63b3a5804c9c (diff) | |
parent | b6f70d7ed03ab25f184e6a9c14afbfea380b1dbc (diff) | |
download | andiodine-cd2e99c0a6c7bcd5c43b028c3b9f33fd45b94ea7.tar.gz andiodine-cd2e99c0a6c7bcd5c43b028c3b9f33fd45b94ea7.zip |
Merge pull request #16 from 2m/wip-custom-sizes
Custom request hostname and response fragment sizes
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index ffbbb15..21a3fed 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -60,6 +60,12 @@ (returning CNAME). Note that SRV, MX and A may/will cause additional lookups by "smart" caching nameservers to get an actual IP address, which may either slow down or fail completely. </string> + <string name="pref_request_hostname_size">Maximum size of upstream hostnames. Valid values are from 100 to 255. + Default is 255. Decrease if you find some DNS relays answer to full-length queries unreliably giving widely + varying results of fragment size autoprobe. + </string> + <string name="pref_response_fragment_size">Response fragment size. Autoprobed when set to 0 which is a default. + </string> <string name="enable">Enable</string> <string name="vpnservice_error_configuration_incomplete">Configuration is incomplete</string> <string name="vpnservice_error_already_running">Cannot start VPN Service, VPN-Thread is already running</string> |