davids5 commented on a change in pull request #5104:
URL: https://github.com/apache/incubator-nuttx/pull/5104#discussion_r776320437



##########
File path: include/nuttx/net/netconfig.h
##########
@@ -456,11 +456,11 @@
  * connection requires approximately 30 bytes of memory.
  */
 
-#ifndef CONFIG_NET_TCP_CONNS
+#ifndef CONFIG_NET_TCP_CONNS_PER_BLOCK
 #  ifdef CONFIG_NET_TCP
-#   define CONFIG_NET_TCP_CONNS 10
+#   define CONFIG_NET_TCP_CONNS_PER_BLOCK 10

Review comment:
       The new default in Kconfig is `default 4`  is it better these this match?




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