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.

UIP_Close is not sending the FIN , then how the connection from the TIVA host would be closed ?

Hi , 

TIVA C Series MCU - TM4C129NCPDT.

I have implemented web server on that, After  sending the data, when the uip_acked() is called , I  call the uip_close function to close  the tcp connection.

But on wireshark, I couldnot see the FIN sent by TIVA, although the sender has closed the connection, but how can we close the connection on tiva side ?

Thanks,

Sanchit Mehra