Wow, that was fast! :-)

Greg Smith wrote:
Please see more information commingled below.

Before that, though, I want to add that I did just today find the reason for the dropped packets. I was having buffer overruns on my serial port. I have corrected that problem. (The dropped packets themselves have been resolved.) But I'm still getting the "not enough space" message.


Cool. The call stack below indicates that there is no problem at all. It's just a wrong debug level of that message: in icmp.c, pbuf_header() is called speculatively. The return value '1' is not "serious" (as indicated by the DEBUGF call). I'll change the debug level. Thanks for the input.


Simon
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to