I am using Kinetis SDK 1.2.0 and IAR for experiments.
While I am trying to resolve host name using getaddrinfo() it always returns 4. Does anybody has idea, why it was doing so?
Hi Patel:
error code 4 = EAI_FAIL, it means non-recoverable failure in name resolution. Please check the family, AF_INET OR AF_INET6 , or other value?
Regards
Daniel