mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 10:07:28 +08:00
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.