net: sockets: Implement sendto() and recvfrom()
sendto() and recvfrom() are often used with datagram socket.
sendto() is based on net_context_sendto() and recvfrom() is based on
zsock_recv() with parsing source address from the packet header.
Signed-off-by:
Aska Wu <aska.wu@linaro.org>
Loading
Please sign in to comment