From c2375b34644c9e16fd4b49599ae2f0796b1d5c58 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Wed, 17 Oct 2012 13:34:39 +0300 Subject: main.conf: Add SingleConnectedTechnology description --- src/main.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/main.conf') 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 -- cgit v1.2.3