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.

CCS/CC3200: close socket (241) operation failed to transmit all queued packets

Part Number: CC3200

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