zephyr/subsys/net/lib/sockets
Paul Sokolovsky 2af8dc9630 net: sockets: close: Call net_context_accept only for listening socket
The previous code "optimized" and called both net_context_accept()
and net_context_recv() blindly to reset the corresponding callbacks.
But this leads to "wrong state" logging if debugging is enabled, so
clean that up.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-08-25 07:18:31 -07:00
..
CMakeLists.txt
getaddrinfo.c net: introduce system calls for zsock socket APIs 2018-08-13 07:19:39 -07:00
Kconfig
sockets_internal.h
sockets_tls.c net: tls: Apply DTLS review fixes 2018-08-17 15:10:00 +03:00
sockets.c net: sockets: close: Call net_context_accept only for listening socket 2018-08-25 07:18:31 -07:00