nuttx/net/local
chao.an 40f056e92c net/local: correct the socket flags from server socket
newsock = accept(server, &addr, &addrlen);

replace the socket flags from newsock to server to ensure that
the nonblock flags is handled correctly

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-03-15 23:04:59 +09:00
..
Kconfig net/local: Rename NET_LOCAL_PATH_PREFIX to NET_LOCAL_VFS_PATH 2022-02-06 19:42:00 +01:00
local_accept.c net/local: correct the socket flags from server socket 2022-03-15 23:04:59 +09:00
local_bind.c
local_conn.c net/local: Remove local_initialize 2022-03-12 19:24:17 +02:00
local_connect.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
local_fifo.c net/local: Rename NET_LOCAL_PATH_PREFIX to NET_LOCAL_VFS_PATH 2022-02-06 19:42:00 +01:00
local_listen.c net/local: replace the common connect prologue 2022-02-10 15:04:33 -03:00
local_netpoll.c net/local: add nonblock connect(2) support 2021-08-19 19:18:52 -07:00
local_recvmsg.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
local_recvutils.c local_socket: recv should return 0 NOT -ECONNRESET if remote closed 2021-11-02 08:59:06 +01:00
local_release.c net/local: split the waiter node from lc_node 2021-09-24 08:09:28 -07:00
local_sendmsg.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
local_sendpacket.c net/local: Return the partial write size. 2021-08-26 13:28:11 +08:00
local_sockif.c Fix -Werror=nonnull-compare and -Werror=format-truncation= 2022-03-02 15:55:38 +08:00
local.h net/local: Remove local_initialize 2022-03-12 19:24:17 +02:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00