xiaoxiang781216 commented on code in PR #8156:
URL: https://github.com/apache/nuttx/pull/8156#discussion_r1071531298


##########
include/nuttx/net/net.h:
##########
@@ -118,13 +118,9 @@ enum net_lltype_e
 
 typedef uint16_t sockopt_t;
 
-/* This defines the storage size of a timeout value.  This effects only
- * range of supported timeout values.  With an LSB in seciseconds, the
- * 16-bit maximum of 65535 corresponds to 1 hr 49 min 13.5 sec at decisecond
- * resolution.
- */
+/* This defines the storage size of a timeout value (seciseconds) */
 
-typedef uint16_t socktimeo_t;
+typedef int32_t socktimeo_t;

Review Comment:
   Ok, I drop this change.



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

Reply via email to