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

[feature-wisun] Enable Nanostack DNS cache usage #13507

Merged
merged 6 commits into from
Sep 3, 2020

Commits on Sep 2, 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 Sep 2, 2020
    Configuration menu
    Copy the full SHA
    24aaba0 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 Sep 2, 2020
    Configuration menu
    Copy the full SHA
    58136e9 View commit details
    Browse the repository at this point in the history
  3. Follow Mbed OS coding style

    Arto Kinnunen committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    7b77563 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 Sep 2, 2020
    Configuration menu
    Copy the full SHA
    207250f View commit details
    Browse the repository at this point in the history
  5. Follow Mbed OS coding style

    Arto Kinnunen committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    22c3c35 View commit details
    Browse the repository at this point in the history
  6. Use macro for isdigit

    Arto Kinnunen committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    69720f1 View commit details
    Browse the repository at this point in the history