You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "CV-Bowen (via GitHub)" <gi...@apache.org> on 2024/01/04 11:24:32 UTC

[PR] rpmsg_sockif: recv/recvmsg return 0 when peer close [nuttx]

CV-Bowen opened a new pull request, #11481:
URL: https://github.com/apache/nuttx/pull/11481

   ## Summary
   Follow the posix standard:
   If no messages are available to be received and the peer has performed an orderly shutdown, recv() shall return 0.
   
   ## Impact
   rpmsg socket
   
   ## Testing
   sim:rpserver, rpproxy, and rpmsg socket example (EXAMPLES_RPMSGSOCKET)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] rpmsg_sockif: recv/recvmsg return 0 when peer close [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #11481:
URL: https://github.com/apache/nuttx/pull/11481


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org