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.

CC3135MOD: Opening multiple tcp Sockets.

Part Number: CC3135MOD

In our project we need use two tcp sockets to communicate two different data.  We created two different tasks creates a socket at different port numbers(9001 and 9002), Binds them and waits on the accept call,

But once the connection is made and socket 9001, we are seeing that the socket 9002 recv call returns every time indicating the requested size has been read, where as the data is just a junk and there was no connect attempt was made on that socket, is the approach right?