Alexandre Malo wrote:
.. I was just wondering if it was TCP_IP::tcpip_input job's to do the free or the the caller.
Of course its up to the caller: the tcpip_thread doesn't know anything about the pbufs you want to free, since the mbox was full. The caller has to free the pbuf if tcpip_input() returns != ERR_OK, as can be seen in the example driver or the win32 or unix port.
Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
