|
From: | David Empson |
Subject: | Re: [lwip-users] IP layer - fragmentation and reassembly |
Date: | Thu, 21 Jan 2010 20:09:26 +1300 |
I assume you were reading the original LWIP
documentation PDF from Adam Dunkel. Some parts of it are very out of
date.
IP fragmentation and reassembly has been supported
for a long time (at least back to LWIP 1.1.1, which is where I started
using LWIP).
There are options for whether the
fragmentation and reassembly code is enabled: IP_FRAG and IP_REASSEMBLY.
You can turn them off to reduce overhead if you don't need them in your
application.
The reassembly buffer mechanism changed at some point between 1.1.1 and 1.3.2. It
used to be a static buffer but it now works directly with pbuf
chains.
----- Original Message -----
|
[Prev in Thread] | Current Thread | [Next in Thread] |