mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix Hotspot STA can't get IP address problem
PiperOrigin-RevId: 689589148
This commit is contained in:
@@ -47,7 +47,7 @@ constexpr auto kWifiHotspotScanMaxRetries =
|
||||
|
||||
// The maximum IP check times during Wi-Fi hotspot connection.
|
||||
constexpr auto kWifiHotspotCheckIpMaxRetries =
|
||||
flags::Flag<int64_t>(kConfigPackage, "45415884", 10);
|
||||
flags::Flag<int64_t>(kConfigPackage, "45415884", 20);
|
||||
|
||||
// The interval between 2 IP check attempts.
|
||||
constexpr auto kWifiHotspotCheckIpIntervalMillis =
|
||||
|
||||
Reference in New Issue
Block a user