zephyr/subsys
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
..
bluetooth Bluetooth: host: Fix different endian in comparison 2020-11-19 12:40:13 +01:00
canbus
console
cpp
debug debug: openocd: Support for building on SPARC 2020-11-13 14:53:55 -08:00
dfu dfu/boot/mcuboot: made able to compile within MCUBoot 2020-11-13 13:37:18 +01:00
disk
emul emul: spi: bmi160: Add a check for a missing rx buffer 2020-11-19 11:26:32 -06:00
fb
fs fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
jwt
logging net: openthread: OpenThread RCP mode integration into Zephyr 2020-11-19 12:34:14 +01:00
lorawan
mgmt
net net: sockets: recv() on unconnected stream socket should lead to ENOTCONN 2020-11-19 16:58:37 -05:00
power
random
settings
shell shell: kernel: fix interrupt stack size calculation on SMP 2020-11-13 07:13:07 -05:00
stats
storage storage/stream: elimination of usage of the flash API internals 2020-11-17 11:34:35 +01:00
testsuite tests: coverage: GCOV counter value changed in GCC10. 2020-11-18 22:17:58 -05:00
timing
tracing tracing: switch to cbprintf as basis for printf functionality 2020-11-13 06:38:01 -05:00
usb usb: drivers: Fix ZLP handling for Nordic driver. 2020-11-17 18:06:26 +01:00
CMakeLists.txt
Kconfig