zephyr/samples
Jukka Rissanen e6d1925a96 net: Make sure Contiki will not remove received packet
We must not touch uip_len(buf) value as Contiki IP stack
will use it to determine what it should do with the
received packet. So after we have received the packet,
we update separate datalen variable in net_buf that will
store the correct length of the packet.

Change-Id: Iab79b741508e95e581d1727645e6b1d1eacded4c
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:15:22 -05:00
..
bluetooth Bluetooth: Add offset support to btshell gatt-write command 2016-02-05 20:15:22 -05:00
include doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
microkernel Add "Sample Output:" section to profiler_sample README.txt 2016-02-05 20:15:21 -05:00
nanokernel Add "Sample Output:" section to profiler_sample README.txt 2016-02-05 20:15:21 -05:00
network net: Make sure Contiki will not remove received packet 2016-02-05 20:15:22 -05:00