mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Add enable_single_copy and fix_ble_server_socket_deadlock flags to Nearby Connections GCL.
PiperOrigin-RevId: 907276860
This commit is contained in:
committed by
Copybara-Service
parent
ab4c1240f3
commit
3fd8fbf2f1
@@ -100,10 +100,10 @@ constexpr auto kSafeToDisconnectVersion =
|
||||
flags::Flag<int64_t>(kConfigPackage, "45425841", 0);
|
||||
// Enable/Disable single copy read/write for input/output buffers.
|
||||
constexpr auto kEnableSingleCopy =
|
||||
flags::Flag<bool>(kConfigPackage, "45775979", true);
|
||||
flags::Flag<bool>(kConfigPackage, "45782646", true);
|
||||
// When true, fix the BleServerSocket deadlock/use-after-free (b/494335036).
|
||||
constexpr auto kFixBleServerSocketDeadlock =
|
||||
flags::Flag<bool>(kConfigPackage, "45775192", true);
|
||||
flags::Flag<bool>(kConfigPackage, "45782647", true);
|
||||
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
|
||||
Reference in New Issue
Block a user