> Hi > > I get an assertion in the new ICMP code (adding space in > front of the packet for ethernet header) when the incoming > ICMP packet occupies more than on pbuf. > > Assertion "cmp_input: copying to new pbuf failed " failed at > line 117 in /pathtosource/lwip/core/ipv4/icmp.c >
Thanks for reporting this. It seems like a rather silly bug inside pbuf_copy(). I'll work on that (reopened task #19937). > > Also I see keep alive packages send for a TCP connection but > the option in opt.h is set to 0. > I'm afraid I can't help you there, I didn't ever test TCP keepalives! Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
