lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #6861] Pimp ip_frag.c


From: Jonathan Larmour
Subject: [lwip-devel] [task #6861] Pimp ip_frag.c
Date: Wed, 09 May 2007 09:33:06 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060513 Fedora/1.0.8-1.1.fc3.1.legacy Firefox/1.0.8

Follow-up Comment #1, task #6861 (project lwip):

I have a patch against lwIP 1.1 to allow ip_frag to either use a static
buffer (like the current implementation) or create a sequence of PBUF_REFs
pointing into the payload of the original buffer.

I'll check if I'm allowed to post it.

Note that if you allow reassembled packets to be given as a chain, care (or
at least a config option) would be needed to prevent running out of pool
pbufs and locking the stack (because they were sitting on a chain waiting for
the last bits to be reassembled).


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]