zephyr/subsys
Paul Sokolovsky 5925112ee6 net: sockets: Preserve user_data for any net_context send() or recv()
We use ctx->user_data to hold socket flags. As each call to
net_context_recv() and net_context_send() overwrites its previous
value, we explicitly must pass the current ctx value there.

Without this, non-blocking socket was turned into blocking after
e.g. switching from receiving to sending.

Fixes: #6309

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-03-05 12:54:42 +01:00
..
bluetooth Bluetooth: Workaround privacy feature issue 2018-03-02 17:56:37 +01:00
console
cpp
debug
dfu subsys: dfu: boot: Remove unused ver query code. 2018-02-21 18:53:42 -05:00
disk
fs
logging
mgmt
net net: sockets: Preserve user_data for any net_context send() or recv() 2018-03-05 12:54:42 +01:00
random
shell
storage
usb usb: msc: Cleanup USB write 2018-03-03 10:27:21 +01:00
CMakeLists.txt
Kconfig