nuttx/net/local
wangchen 9147c955dc local:local socket sendto with adding binding path info
For udp localsocket current implementation,the sent information only carries the packet info.
The receiver receives the information,it don't know who the information comes from.
Thus the receiver doesn't know who to send the response message to.

We add sender's binding path info in the information,the receiver knows who sent the information
based on the parsed information.
The receiver knows who to send the response message to.

Signed-off-by: wangchen <wangchen41@xiaomi.com>
2024-08-23 16:14:39 -03:00
..
CMakeLists.txt
Kconfig
local_accept.c net/local: Fix minor issues found in code reading 2024-03-10 11:44:33 -03:00
local_bind.c local:add check to the localsocket binding the path 2024-08-23 16:14:39 -03:00
local_conn.c local:add check to the localsocket binding the path 2024-08-23 16:14:39 -03:00
local_connect.c net/local: Fix minor issues found in code reading 2024-03-10 11:44:33 -03:00
local_fifo.c local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
local_listen.c net/local: Fix minor issues found in code reading 2024-03-10 11:44:33 -03:00
local_netpoll.c net/local: Skip poll_notify in local_event_pollsetup if no event happen 2024-03-10 11:44:33 -03:00
local_recvmsg.c local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
local_recvutils.c local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
local_release.c net/local: Fix minor issues found in code reading 2024-03-10 11:44:33 -03:00
local_sendmsg.c local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
local_sendpacket.c local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
local_sockif.c nuttx/net: fixed bind can not return error when used same addr. 2024-06-13 22:00:41 +08:00
local.h local:local socket sendto with adding binding path info 2024-08-23 16:14:39 -03:00
Make.defs