mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 13:25:22 +00:00
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> |
||
---|---|---|
.. | ||
ip | ||
lib | ||
buf.c | ||
CMakeLists.txt | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
TODO |