You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zhhyu7 (via GitHub)" <gi...@apache.org> on 2023/12/25 02:51:27 UTC

[PR] net/local: make the call return of each process consistent with linux [nuttx]

zhhyu7 opened a new pull request, #11443:
URL: https://github.com/apache/nuttx/pull/11443

   ## Summary
   move the accept logic into connect flow.
   In order to successfully establish a blocking connection between the client and server on the same thread.
   ## Impact
   nonblock is not affected, and the block connect is now the same as the nonblock flow, other apis are not affected.
   ## Testing
   sim:local


-- 
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] net/local: make the call return of each process consistent with linux [nuttx]

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


-- 
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