Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select OTA Provider port randomly #885

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Commits on Sep 12, 2024

  1. Select OTA Provider port randomly

    Instead of using a fixed port for OTA Provider, pass 0 to let the
    Matter SDK/bind() syscall select a random port. This allows multiple
    OTA Providers to run on the same host without port conflicts.
    
    Fixes: home-assistant/core#125130
    agners committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b313ed9 View commit details
    Browse the repository at this point in the history