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 2020/08/28 22:49:03 UTC

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1661: WIP: Start implementing BTPROTO_HCI socket support

btashton commented on a change in pull request #1661:
URL: https://github.com/apache/incubator-nuttx/pull/1661#discussion_r479564894



##########
File path: include/nuttx/net/net.h
##########
@@ -266,6 +266,7 @@ struct socket
   uint8_t       s_domain;    /* IP domain: PF_INET, PF_INET6, or PF_PACKET */
   uint8_t       s_type;      /* Protocol type: Only SOCK_STREAM or
                               * SOCK_DGRAM */
+  uint8_t       s_proto;     /* Socket Protocol */

Review comment:
       I think this is fully handled via the change in `socket.c`?




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

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