nuttx/net/local
Xiang Xiao 838690fc9f net/local: Remove the sync preamble from datagram
since pipe is a reliable transport, the sync just waste the space and time

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-10 09:50:25 +03:00
..
Kconfig
local_accept.c local: server accept should wait client connect done 2022-07-22 14:07:12 +03:00
local_bind.c
local_conn.c net/local:Make local send multi-thread safe 2022-08-08 22:45:44 +08:00
local_connect.c local: connect operation should jump self's connection 2022-07-22 14:07:12 +03:00
local_fifo.c
local_listen.c net/local: change 255 to UINT8_MAX 2022-04-01 23:14:15 +08:00
local_netpoll.c fs/poll: change format for type pollevent_t 2022-04-07 12:14:06 +08:00
local_recvmsg.c
local_recvutils.c net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
local_release.c
local_sendmsg.c net/local:Make local send multi-thread safe 2022-08-08 22:45:44 +08:00
local_sendpacket.c net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
local_sockif.c local_socket: default set block mode if accept() a new socket 2022-03-28 23:26:34 +08:00
local.h net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
Make.defs