> I'm just wondering how the PPP of LWIP is handling the pbuf's, maybe 
> someone can drop a line about this ...

I don't know that by heart but I think I remember the PPP code (as it is ported 
from sources that don't know pbufs) needs the input packets in contigouous 
memory and copies from PBUF_POOL to PBUF_RAM if the input packet is a linked 
list of pbufs (i.e. p->len != p->tot_len).

You might therefore be faster setting the size of pool pbufs high enough...

Simon
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser


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

Reply via email to