This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf9160 getaddrinfo details

Hi,

I have a few questions regarding getaddrinfo from nrf_modem_lib (NCS v. 1.8.0).

  • Does it cache DNS records, or does it run a network request every time it is called?
  • Does it sort results (i. e. is it compatible with round-robin DNS balancing)?

Thank you!

Parents
  • Does it cache DNS records, or does it run a network request every time it is called?

    Yes, it caches DNS queries.

    Does it sort results (i. e. is it compatible with round-robin DNS balancing)?

    No, it does not sort results - in fact only one result is returned.

Reply
  • Does it cache DNS records, or does it run a network request every time it is called?

    Yes, it caches DNS queries.

    Does it sort results (i. e. is it compatible with round-robin DNS balancing)?

    No, it does not sort results - in fact only one result is returned.

Children
No Data
Related