xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1251362276
########## include/nuttx/net/usrsock.h: ########## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN, + USRSOCK_REQUEST_AVAILABLE, Review Comment: BTW, using si_setup could make other usrsock implementation support the same function more quickly. And avoid define two similar functions(si_setup/si_available). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
