summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-10-17 13:34:39 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-10-18 13:27:01 +0300
commitc2375b34644c9e16fd4b49599ae2f0796b1d5c58 (patch)
tree61c2c9f9a76656f7d54bd8afac3d45e5a6ffdbc2
parentbcad31fc191572bca240dd84605ab52e268c38bf (diff)
downloadconnman-c2375b34644c9e16fd4b49599ae2f0796b1d5c58.tar.gz
connman-c2375b34644c9e16fd4b49599ae2f0796b1d5c58.tar.bz2
connman-c2375b34644c9e16fd4b49599ae2f0796b1d5c58.zip
main.conf: Add SingleConnectedTechnology description
-rw-r--r--src/main.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 8c2f2def..29856137 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -64,3 +64,15 @@
# happen for example if we receive DHCP hostname option.
# Default value is true.
# AllowHostnameUpdates = true
+
+# Keep only a single connected technology at any time. When a new
+# service is connected by the user or a better one is found according
+# to PreferredTechnologies, the new service is kept connected and all
+# the other previously connected services are disconnected. With this
+# setting it does not matter whether the previously connected services
+# are in 'online' or 'ready' states, the newly connected service is
+# the only one that will be kept connected. A service connected by the
+# user will be used until going out of network coverage. With this
+# setting enabled applications will notice more network breaks than
+# normal. Default value is false.
+# SingleConnectedTechnology = false