How to stop listening port on tcp communication properly with LWIP Stack ?
Hello, I have a mcu that works as a tcp server. I listen 2 port for connection, if i want to stop listening what must i do ?I use this function to initialise portvoid TCPServerInitialise( U16 usPort ) { struct tcp_pcb *pstTcp_pcb; /* create new t...