This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NetAppDnsGetHostByName is blocking for long time in case of no internet

Other Parts Discussed in Thread: CC3200MOD

    lStatus = sl_NetAppDnsGetHostByName((signed char *) pcHostName,strlen(pcHostName),pDestinationIP, SL_AF_INET);


is taking long time to give result and it is blocking function.

how can i make it non blocking so that entire code doesnt stop at function.

thanks,

suresh vempalli