zephyr/subsys/net
Paul Sokolovsky d29fcb8187 net: sockets: recv() on unconnected stream socket should lead to ENOTCONN
Because unoconnected stream socket doesn't have any chance to receive
any data, so a blocking recv() would hang forever on it (and does
without this change).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-11-19 16:58:37 -05:00
..
ip net: tcp2: Fix llvm issue when printing mss 2020-11-19 10:56:26 -05:00
l2 net: openthread: OpenThread RCP mode integration into Zephyr 2020-11-19 12:34:14 +01:00
lib net: sockets: recv() on unconnected stream socket should lead to ENOTCONN 2020-11-19 16:58:37 -05:00
buf.c net: buf: change avail_count variable to atomic type 2020-10-28 18:45:11 +02:00
CMakeLists.txt
hostname.c net: hostname: define public macro representing maximum hostname length 2020-11-17 19:21:43 -05:00
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net