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



##########
File path: net/udp/Kconfig
##########
@@ -50,11 +50,12 @@ config NET_UDP_CHECKSUMS
                Enable/disable UDP checksum support.  UDP checksum support is
                REQUIRED for IPv6.
 
-config NET_UDP_CONNS
-       int "Number of UDP sockets"
-       default 8
+config NET_UDP_CONNS_PER_ALLOC
+       int "Number of UDP sockets per block(one for each open)"
+       default 1 if DEFAULT_SMALL
+       default 4
        ---help---
-               The maximum amount of open concurrent UDP sockets
+               The amount of open concurrent UDP sockets per allocation

Review comment:
       Done




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