From: Patrik Flykt <[email protected]> --- src/main.conf | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/src/main.conf b/src/main.conf index 8c2f2de..ade7ac5 100644 --- a/src/main.conf +++ b/src/main.conf @@ -64,3 +64,9 @@ # happen for example if we receive DHCP hostname option. # Default value is true. # AllowHostnameUpdates = true + +# Keep only the service that was the last one to be connected +# and disconnect all others. With this setting enabled +# applications will notice more network breaks than normal. +# Default value is false. +# SingleConnection = false -- 1.7.10.4 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
