zephyr/subsys/net/lib
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
..
app net: net_app: Close packet if couldn't skip TLS header 2018-03-02 07:11:46 +01:00
coap net: coap: retransmission for four times 2018-02-13 13:06:15 +02:00
dns net: dns: Allow to initialize DNS servers from struct sockaddr[] 2018-01-18 17:30:40 +02:00
http net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
lwm2m net: lwm2m: add max device power source config option 2018-02-08 09:49:01 +02:00
mqtt kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
openthread openthread: Use ccache when enabled 2018-03-02 07:13:21 +01:00
sntp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sockets net: sockets: Preserve user_data for any net_context send() or recv() 2018-03-05 12:54:42 +01:00
CMakeLists.txt subsys: net: lib: Add OpenThread platform 2018-01-29 22:42:03 -05:00
Kconfig net: remove zoap library 2018-01-02 09:41:24 -05:00