> I just tested my LWIP implementation with pings of several sizes. When I 
> increase size so much that ping needs 2 packets my application crashes. 
> Does LWIP 1.3 support pings which need more than one packet?

Yep, it does, via IP fragmentation. To use this without errors, the 
configuration must be correct (e.g. memory size, alignment, types of pbufs used 
by your netif). That being correct, it should not crash (unless it's something 
in your own application).

Simon
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to