mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
d2f75467b5
Add flags argument into sendto() and recvfrom() APIs for MSG_* flags can handling in the daemon. However, MSG_DONTWAIT should process in usrsock, so it unnecessary to pass to the daemon like O_NONBLOCK.