Hi,
I am working on TI-RTOS and using CC3200 as my Target device. I am opening one RAW socket and TCP socket in two different threads. Problem i am facing is when I open the RAW socket my TCP connection is not establishing(sl_Accept is not returning). seems the request packets is redirected to RAW socket and TCP connection not getting the request packets.(I have tested by removing the RAW socket part).
So If I can able to open RAW socket in promiscuous mode then this issue can be be solved. So I want to know how can i open sockets in promiscuous mode, or is there any other way to overcome this issue.
Please guide me to enable the support for promiscuous.
Regards,
-Hardik