zephyr/subsys/net
Léonard Bise 9975f7b854 net: sockets: Unblock threads waiting on recv on socket close
This commit fixes the issue that if a thread is waiting on recv for
data and the user closes the socket, the waiting thread is not
unblocked.

Signed-off-by: Léonard Bise <leonard.bise@gmail.com>
2018-10-09 18:35:22 +02:00
..
ip net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
l2 net: wifi: Removing SYS_LOG_DBG as that is no longer used 2018-10-05 10:08:32 -04:00
lib net: sockets: Unblock threads waiting on recv on socket close 2018-10-09 18:35:22 +02:00
buf.c net: buf: Convert to new logging system 2018-10-04 14:13:57 +03:00
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
hostname.c net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
Kconfig.hostname net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.default.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
TODO