Hi,
I am using TI-RTOS 2.14.04.31 with NDK 2.24.03.35 and XDC 3.32.00.06 on a TM4C129NCPDT based custom board. Your forums suggested using getaddrinfo instead of a fullfledged DNS service to acquire the server's IP from a hostname. I have encountered a problem on some routers, where getaddrinfo fails every time while on other routers it works perfectly. Some of the routers tested have been connected to the same network. Using a hostname is the prefered method for connecting to the server in our application.
Can anyone give insight into why this could be? How to resolve the issue?