zephyr/samples/net/echo_server
Jukka Rissanen bd3908b2a9 net: nbuf: Add timeout to net_buf getters
This commit changes the net_buf getter functions in nbuf.h
by adding a timeout parameter. These function prototypes
are changed to accept a timeout parameter.
	net_nbuf_get_rx()
	net_nbuf_get_tx()
	net_nbuf_get_data()
	net_nbuf_get_reserve_rx()
	net_nbuf_get_reserve_tx()
	net_nbuf_get_reserve_data()
	net_nbuf_copy()
	net_nbuf_copy_all()
	net_nbuf_push()
	net_nbuf_append()
	net_nbuf_write()
	net_nbuf_insert()

Following convinience functions have not been changed
	net_nbuf_append_u8
	net_nbuf_append_be16
	net_nbuf_append_be32
	net_nbuf_insert_u8
	net_nbuf_insert_be16
	net_nbuf_insert_be32
	net_nbuf_write_u8
	net_nbuf_write_be16
	net_nbuf_write_be32
so they call the base function using K_FOREVER. Use the
base function if you want to have a timeout when net_buf
is allocated.

Change-Id: I20bb602ffb73069e5a02668fce60575141586c0f
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-02-08 10:12:35 +02:00
..
src net: nbuf: Add timeout to net_buf getters 2017-02-08 10:12:35 +02:00
Makefile license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
prj_arduino_101.conf drivers/ethernet: Update default GPIO pin for the ENC28J60 module 2017-01-20 16:23:17 +02:00
prj_arduino_101_cc2520.conf drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
prj_bt.conf net: samples: Add CONFIG_NET_L2_BLUETOOTH_ZEP1656 2017-02-03 15:59:20 +02:00
prj_cc2520.conf drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
prj_frdm_k64f.conf net: echo_server: Enable TCP for frdm_k64f 2017-02-03 15:59:14 +02:00
prj_frdm_k64f_cc2520.conf drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
prj_frdm_k64f_mcr20a.conf drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
prj_qemu_802154.conf drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
prj_qemu_x86.conf samples: net: Enable buffer warning and errors in echo apps on qemu 2017-01-20 16:23:19 +02:00
prj_sam_e70_xplained.conf samples: net: echo_server .conf for Atmel SMART SAM E70 Xplained board 2017-02-01 21:01:20 +00:00
prj_slip.conf samples/net: Add telnet console support on echo_server with qemu 2017-01-27 12:35:53 +02:00
testcase.ini net: do not skip sanitycheck on samples 2017-01-06 22:08:14 +00:00