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

Generic netif status callback and mDNS #8705

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Commits on Oct 31, 2022

  1. Generic netif status callback and mDNS

    * sprinkle IPAddress(...).isSet() across our loops to avoid polling on a
      stopped interface. status callback and netif_is_up **does not
      guarantee and we could use the interface**!
    * register *one* status callback per instance, e.g. when begin() is called
      multiple times (also notice a subtle issue with schedule function when
      instance is delete'ed)
    * consistent LwipIntf callback signature. no need for rvalue, just pass
      stdfunc as-is and let the compiler figure it out
    mcspr committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9c8f45f View commit details
    Browse the repository at this point in the history
  2. werror

    mcspr committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0d007e0 View commit details
    Browse the repository at this point in the history