zephyr/samples/network/loopback_test
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
..
src net: Make sure Contiki will not remove received packet 2016-02-05 20:15:22 -05:00
Makefile Renames supported platform configurations 2016-02-05 20:14:39 -05:00
prj.mdef net: apps: Add a sample app using the loopback driver 2016-02-05 20:14:29 -05:00
prj_arm.conf net: apps: Add a sample app using the loopback driver 2016-02-05 20:14:29 -05:00
prj_x86.conf net: apps: Add a sample app using the loopback driver 2016-02-05 20:14:29 -05:00