zephyr/samples/net/echo_server
Jukka Rissanen 5f3f331d48 net: Adapt to new behavior of net_buf_frag_add v2
This change is related to patch called
"net: Adapt to new behavior of net_buf_frag_add"

This version removes extra net_nbuf_unref() from
the code. The unref was done because net_buf_frag_del()
did not remove the double ref from the list element.

Because of the other patch, the list does not have
double ref any more, so we need to remove the extra
unref in couple of extra places.

Change-Id: If90e01c24b9b4e68afbfa283850d2a1ecb3065ed
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:40:54 +02:00
..
src net: Adapt to new behavior of net_buf_frag_add v2 2016-12-02 12:40:54 +02:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
prj_802154.conf Revert "misc: Remove generic PRINT macros from net samples" 2016-08-23 13:19:44 -07:00
prj_arduino_101.conf enc28j60: Modify echo server and client samples to support enc28j60 2016-12-02 12:40:50 +02:00
prj_bt.conf Bluetooth: Kconfig: Restructure for a more logical hierarchy 2016-11-11 07:59:15 +02:00
prj_ethernet.conf Revert "misc: Remove generic PRINT macros from net samples" 2016-08-23 13:19:44 -07:00
prj_qemu.conf Revert "misc: Remove generic PRINT macros from net samples" 2016-08-23 13:19:44 -07:00
prj_slip.conf net: samples: Fix slip config for echo-server and echo-client 2016-12-02 12:40:22 +02:00
prj.mdef net: apps: Move net samples to one directory instead of per kernel 2016-02-11 13:08:44 -05:00
testcase.ini samples: testcases.ini change tags separated with commas 2016-07-08 18:20:08 +00:00