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

mbed-os-5.15: Enable Nanostack DNS cache usage #13735

Merged

Commits on Oct 14, 2020

  1. Mesh: Enable Nanostack DNS cache usage

    Inherit methods gethostbyname, gethostbyname_async and get_dns_server
    to Nanostack class. Methods will try to find DNS server address
    or DNS query results from Nanostack DNS cache.
    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0af9d04 View commit details
    Browse the repository at this point in the history
  2. Review corrections

    -Check address version NSAPI_UNSPEC
    -Disable traces
    -More specific interface ID parsing
    -Harmonize return values
    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    321434e View commit details
    Browse the repository at this point in the history
  3. Follow Mbed OS coding style

    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f5851f5 View commit details
    Browse the repository at this point in the history
  4. Update WisunBorderRouter class

    Add set_dns_query_result to WisunBorderRouter.
    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a35f724 View commit details
    Browse the repository at this point in the history
  5. Follow Mbed OS coding style

    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    12ccb70 View commit details
    Browse the repository at this point in the history
  6. Use macro for isdigit

    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    695a97a View commit details
    Browse the repository at this point in the history
  7. Document missing parameter network_interface_name

    Arto Kinnunen committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    16d3dd4 View commit details
    Browse the repository at this point in the history