Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

LWIP standalong server bug?

Hi, Examining the example lwip_server, in particular httpd.c. When tcp_close is called the pcb is deallocated, so surely a tcp_new,bind must be performed again? in the LWIP source tcp...