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 2021/09/11 09:52:51 UTC

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4518: getaddrinfo: support AF_LOCAL and AF_RPMSG

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


   ## Summary
   let's supprt AF_LOCAL and AF_RPMSG of client to get address_info by getaddrinfo.
   when family is AF_LOCAL, the hostname of getaddrinfo is as sun_path.
   when family is AF_RPMSG, the hostname of getaddrinfo is as rp_cpu, and the servname is as rp_path.
   ## Impact
   support AF_LOCAL and AF_RPMSG for getaddrinfo
   ## Testing
   daily test.
   


-- 
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] xiaoxiang781216 merged pull request #4518: getaddrinfo: support AF_LOCAL and AF_RPMSG

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


   


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