fjpanag commented on code in PR #7525: URL: https://github.com/apache/nuttx/pull/7525#discussion_r1045626491
########## include/nuttx/net/netconfig.h: ########## @@ -456,11 +456,11 @@ * connection requires approximately 30 bytes of memory. */ -#ifndef CONFIG_NET_TCP_CONNS -# ifdef CONFIG_NET_TCP -# define CONFIG_NET_TCP_CONNS 10 +#ifndef CONFIG_NET_TCP_PREALLOC_CONNS Review Comment: I think that this is temporarily needed, till `NET_ALLOC_CONNS` is removed. I kept this for this purpose, with the intention to remove this soon. -- 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]
