xiaoxiang781216 commented on a change in pull request #5110:
URL: https://github.com/apache/incubator-nuttx/pull/5110#discussion_r776363965



##########
File path: net/socket/Kconfig
##########
@@ -5,13 +5,12 @@
 
 menu "Socket Support"
 
-config NET_NACTIVESOCKETS
-       int "Max socket operations"
-       default 16 if !DEFAULT_SMALL
-       default 4 if DEFAULT_SMALL
+config NET_NACTIVESOCKETS_PER_BLOCK
+       int "Max socket operations per block"
+       default 4
        ---help---
-               Maximum number of concurrent socket operations (recv, send,
-               connection monitoring, etc.). Default: 16
+               Maximum number of concurrent socket operations per block

Review comment:
       The number of concurrent socket operations per allocation




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


Reply via email to