Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLWIP-Stand-Alone crashes
For some or other reason after receiving 32 UDP packets the ENTIRE LWIP networking stack stops responding – no UDP no TCP to ICMP nothing. It does not seem to matter what size the packet is. Is there...
Altera_Forum
Honored Contributor
21 years agoSOLVED:
use the pbuf_free(p) method. where p is the pointer to the pbuf structure.