summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src
diff options
context:
space:
mode:
authorfronneburg <fronneburg@xevo.com>2018-04-10 14:37:16 -0700
committerfronneburg <fronneburg@xevo.com>2018-04-11 16:44:24 -0700
commit52da74267b8d7fe21ce497f5ce1b86c43e49a804 (patch)
tree3f4bedfea0c3c42117846124b16007ea922a926a /src/components/config_profile/src
parent60e2341813fbb9c77c15a50c69e7a66f9102fdd9 (diff)
downloadsdl_core-52da74267b8d7fe21ce497f5ce1b86c43e49a804.tar.gz
Merge branch 'feature/Ford-WiFi' of ssh://autobitbucket.corp.xevo.com:7999/nar/sdl-core into feature/Ford-WiFi
Diffstat (limited to 'src/components/config_profile/src')
-rw-r--r--src/components/config_profile/src/profile.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index ccf9e60ab8..cc0b3afd96 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -372,7 +372,7 @@ const uint32_t kDefaultAppTransportChangeTimer = 500u;
const uint32_t kDefaultAppTransportChangeTimerAddition = 0u;
const std::string kAllowedSymbols =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890_.-";
-const bool kDefaultMultipleTransportsEnabled = true;
+const bool kDefaultMultipleTransportsEnabled = false;
const char* kDefaultLowBandwidthResumptionLevel = "NONE";
} // namespace
@@ -478,6 +478,7 @@ Profile::Profile()
, remove_bundle_id_attempts_(kDefaultRemoveBundleIDattempts)
, max_number_of_ios_device_(kDefaultMaxNumberOfiOSDevice)
, wait_time_between_apps_(kDefaultWaitTimeBetweenApps)
+ , multiple_transports_enabled_(kDefaultMultipleTransportsEnabled)
, enable_app_launch_ios_(kDefaultEnableAppLaunchIOS)
, app_tranport_change_timer_(kDefaultAppTransportChangeTimer)
, app_tranport_change_timer_addition_(