You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/15 12:41:40 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5748: net/local: correct the socket flags from server socket

anchao opened a new pull request #5748:
URL: https://github.com/apache/incubator-nuttx/pull/5748


   
   
   ## Summary
   
   net/local: correct the socket flags from server socket
   
   newsock = accept(server, &addr, &addrlen);
   
   replace the socket flags from newsock to server to ensure that
   the nonblock flags is handled correctly
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   local socket
   
   ## Testing
   
   local socket nonblock send/recv


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



[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5748: net/local: correct the socket flags from server socket

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged pull request #5748:
URL: https://github.com/apache/incubator-nuttx/pull/5748


   


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