Go to file
Jukka Rissanen 2478dd250b net: context: TCP packets must be send via net_tcp_send_data()
Do not shortcut the sending side for TCP as we need to use
net_tcp_send_data() to send TCP data in order not to have
double unref in Bluetooth or IEEE 802.15.4 technologies which
has a special TCP packet sending logic.

Change-Id: I077db336c6335ccdbbafa4600f98388ecf33955f
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
.known-issues
arch
boards
doc
drivers eth/eth_mcux: Make promiscous mode configurable. 2017-03-09 20:33:42 +02:00
dts
ext
include net: nbuf: Add helper function to copy buf user_data 2017-03-09 20:33:43 +02:00
kernel
lib
misc
samples samples: net: Use context specific net_buf pools in echo_* 2017-03-09 20:33:42 +02:00
scripts
subsys net: context: TCP packets must be send via net_tcp_send_data() 2017-03-09 20:33:43 +02:00
tests net: nbuf: Fix net_nbuf_copy() so that original nbuf is not modified 2017-03-09 20:33:42 +02:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
Makefile.test
zephyr-env.sh