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 2023/01/16 18:18:03 UTC

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8156: network minor improvement

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


##########
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) */

Review Comment:
   ```suggestion
   /* This defines the storage size of a timeout value (deciseconds) */
   ```



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