zephyr/net
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: GATT: Add offset to bt_gatt_write 2016-02-05 20:15:22 -05:00
ip net: Make sure Contiki will not remove received packet 2016-02-05 20:15:22 -05:00
Kconfig
Makefile