nuttx/net/local
zhanghongyu d50b1778f7 net/local: make the call return of each process consistent with linux
move the accept logic into connect flow.

In order to successfully establish a blocking connection between
the client and server on the same thread.

nonblock is not affected, and the block connect is now the same
as the nonblock flow, other apis are not affected.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-12-25 16:53:46 -08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
local_accept.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_bind.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
local_conn.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_connect.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_fifo.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_listen.c net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_netpoll.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_recvmsg.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_recvutils.c
local_release.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_sendmsg.c net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
local_sendpacket.c net/local: Support SO_SNDBUF option in getsockopt 2023-10-25 01:13:56 +08:00
local_sockif.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
local.h net/local: make the call return of each process consistent with linux 2023-12-25 16:53:46 -08:00
Make.defs