9147c955dc
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
local_accept.c | ||
local_bind.c | ||
local_conn.c | ||
local_connect.c | ||
local_fifo.c | ||
local_listen.c | ||
local_netpoll.c | ||
local_recvmsg.c | ||
local_recvutils.c | ||
local_release.c | ||
local_sendmsg.c | ||
local_sendpacket.c | ||
local_sockif.c | ||
local.h | ||
Make.defs |