From: Patrik Flykt Date: Wed, 17 Oct 2012 10:34:39 +0000 (+0300) Subject: main.conf: Add SingleConnectedTechnology description X-Git-Tag: 1.9~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2375b34644c9e16fd4b49599ae2f0796b1d5c58;p=platform%2Fupstream%2Fconnman.git main.conf: Add SingleConnectedTechnology description --- diff --git a/src/main.conf b/src/main.conf index 8c2f2de..2985613 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