Skip to content

Conversation

@davidalo
Copy link

  • In Android 10, with previous versions of Android SDK this fallback was working but something changed. The previous logic was incorrect and was matching the host ip (current device) with the targetHostIp (the device we want to connect to).
  • Code is now more robust and uses DHCP (A11+) or Route info (A10 or older, and A11+ if DHCP fails)

…nkAddress

* In Android 10, with previous versions of Android SDK this fallback was working but something changed. The previous logic was incorrect and was matching the host ip (current device) with the targetHostIp (the device we want to connect to).
* Code is now more robust and uses DHCP (A11+) or Route info (A10 or older, and A11+ if DHCP fails)
@davidalo davidalo marked this pull request as draft November 17, 2025 11:45
@davidalo davidalo marked this pull request as ready for review November 17, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant