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.

SimpleLink and mqtt server socket connection.

Other Parts Discussed in Thread: CC3200

1. what happen if i increase SL_MAX_SOCKETS (maximum socket connection) to 16 and how much ram size it will take to house keep data for single socket.

When i try to compile and start debug it will execute upto

*************************************************

CC3200 MQTT_Server Application

*************************************************


Host Driver Version: 1.0.0.10

Build Version 2.0.7.0.31.0.0.4.1.1.5.3.3

------xxxxx-------

2. Even though if SL_MAX_SOCKETS is 8 , i changed the MAX_NWCONN to 10 in mqtt server, if i try to connect more then 7 client its connect upto 7 and one disconnected then again i disconnected 3 connection and try to open one but there is no response from socket layer can't connect even one after this state.

After that can't even connect.

Any idea?

Can we open more then 8 socket??