fe4a4efe78
Reassembly IEEE 802.15.4 fragments as per it's datagram size and datagram tag. Uncompress IP header fragment as soon as it arrives. Size matches only after uncompression of IP header with total length. Support added for multiple IP packet reception. Default is one full IP packet at a time. Cache size can be modified via Kconfig option (NET_L2_IEEE802154_FRAGMENT_REASS_CACHE_SIZE). Note: If you increase the size by 1 means, you should have N number of data buffers available at max. e.g. One full IP packet (1280 MTU) needs 15~16 data fragments means, multiply size by same number of fragments. It requires more memory. Offset based reassembly yet to be done (fragments can come in any order [e.g. mesh]). Now assuming that fragments are in right order. Change-Id: I17baee30a1087eb9ec6dc25f03ed64bbe0df2917 Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.mdef | ||
prj_x86.conf | ||
testcase.ini |