nuttx/net/local
ligd f9b6255895 local_socket: remove the wrong assertion in local_listen()
if 2 threads call local_alloc() time and then do local_listen()
will meet this assertion

Signed-off-by: ligd <liguiding1@xiaomi.com>
2023-02-23 22:46:48 +08:00
..
Kconfig
local_accept.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
local_bind.c
local_conn.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
local_connect.c net/local_connect:Align the returned error code with Linux 2023-01-28 23:27:58 +02:00
local_fifo.c
local_listen.c local_socket: remove the wrong assertion in local_listen() 2023-02-23 22:46:48 +08:00
local_netpoll.c
local_recvmsg.c vfs: Suppoprt F_DUPFD_CLOEXEC and MSG_CMSG_CLOEXEC 2023-02-02 01:00:10 +02:00
local_recvutils.c
local_release.c
local_sendmsg.c net/ip: fix compile break if enable NET_LOCAL_SCM 2023-02-07 12:46:40 +02:00
local_sendpacket.c
local_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-16 12:13:01 +09:00
local.h
Make.defs