Forum Discussion
Altera_Forum
Honored Contributor
20 years agopossible missmatch between rcvevent and pbuf
Hi everybody, I am using lwip with uc/os ii and the socket api to establish an udp connection. During program execution it might happen, that the pbuf fills up. Trying to empty it, I have recog...
Altera_Forum
Honored Contributor
20 years agoHi pfab,
you should also use pbuf_free(nameOfPbuf); else you run out of pbufs.... cheers, Danny