mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Internal change
PiperOrigin-RevId: 371332999
This commit is contained in:
@@ -54,7 +54,15 @@ class SimulationUser {
|
||||
explicit SimulationUser(
|
||||
const std::string& device_name,
|
||||
BooleanMediumSelector allowed = BooleanMediumSelector())
|
||||
: info_{ByteArray{device_name}},
|
||||
: connection_options_{
|
||||
.keep_alive_interval_millis = FeatureFlags::GetInstance()
|
||||
.GetFlags()
|
||||
.keep_alive_interval_millis,
|
||||
.keep_alive_timeout_millis = FeatureFlags::GetInstance()
|
||||
.GetFlags()
|
||||
.keep_alive_timeout_millis,
|
||||
},
|
||||
info_{ByteArray{device_name}},
|
||||
options_{
|
||||
.strategy = Strategy::kP2pCluster,
|
||||
.allowed = allowed,
|
||||
|
||||
Reference in New Issue
Block a user