xiaoxiang781216 commented on a change in pull request #5154: URL: https://github.com/apache/incubator-nuttx/pull/5154#discussion_r777941456
########## File path: include/nuttx/net/usrsock.h ########## @@ -96,8 +96,8 @@ enum usrsock_message_types_e begin_packed_struct struct usrsock_request_common_s { - int8_t reqid; - uint8_t xid; + uint64_t xid; + int32_t reqid; Review comment: int16_t reqid? -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org