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: Simon Goldschmidt
Subject: [lwip-devel] [task #6861] Pimp ip_frag.c
Date: Tue, 26 Jun 2007 15:46:31 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

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

There are 2 patches:

The first comes from Jonathan and is for ip_frag. You can either use an u8_t
buf[MAX_MTU_SIZE] and copy outgoing data there or let PBUF_REF point into the
data. (BTW I'm still not convinced we need a switch for this, the PBUF_REF
code should be OK!)

The second is not yet done (it's my todo for this week :) and it should use
PBUF_POOL / PBUF_RAM for reassembling packets. There will be an option how
much packets can be allocated for one packet and how much packets ip_reass
may allocate at all. Other than that, I can't think of an option (we have no
way to determine how much buffers are left, yet - aside from stats, which can
be turned off).

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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