Part Number: TM4C129ENCPDT
I have successfully created two telnet client sessions by following enet s2e example. I need to connect to 10 devices with my TM4C using telnet. When I tried to connect to more than 2 sockets, It is working for few minutes and the connection is closing unintentionally. Is there any parameters to be changed. The code is also looping at
for( pxIterator = ( ListItem_t * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue //list.c of RTOS
Do I need to change any params in lwipopts.h to fix this problem?