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.
Tool/software: TI C/C++ Compiler
I have developed the server application to receive the data using TCP on LAUNCHXL2-RM57L and client application to send data from the PC using TCP through ethernet , I have used the LwIP example of webserver after that I have ported TCP echo example that worked perfectly fine later I started modifying the TCP echo example code and developed the server application to receive the data using TCP on LAUNCHXL2-RM57L , I am sending 800 bytes of data continuously from PC with some delay I am able to receive data for around 40-50 iterations on server but after that server stops to respond means Server is not invoking the tcp_receive call back function after 40-50 times and hence client tries multiple times to send the data after some iteration it closes the connection.
Can anybody helps me to fix this issue ?what might be the reason to stop receiving the data after 40-50 iterations?