Tool/software: Code Composer Studio
Hi,
I am getting the error in sl_NetAppDnsGetHostByName() function which is causing to disconnection with server again and again.
lRetVal = sl_NetAppDnsGetHostByName((signed char *)host_name, strlen((const char *)host_name), &g_ulDestinationIP,SL_AF_INET);
The error is close socket (241) operation failed to transmit all queued packets.
Can I know why?
Thanks