I am using LwIP with no OS in an AVR32 project. I am using UPD to send QVGA frames to OSX app. The documentation says that the "udp_send" function does not deallocate the pbuf. When the function returns, is it safe to reuse the pbuf? Or, if I reuse it, am I in danger of interfering with the previous transmission? I am unable to answer this question because I have trouble following the code down through the call tree. Thanks so much for the help! _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
