summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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