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 2022/08/30 09:32:58 UTC

[GitHub] [incubator-nuttx] fjpanag commented on issue #6960: Behaviour of CONFIG_NET_ALLOC_CONNS

fjpanag commented on issue #6960:
URL: https://github.com/apache/incubator-nuttx/issues/6960#issuecomment-1231415692

   Personally I think I would prefer us to ditch the `CONFIG_NET_ALLOC_CONNS` option completely.
   
   Always have a poll of statically allocated structs, for example using options like `CONFIG_NET_TCP_CONNS`, and when this pool is exhausted, proceed to heap allocations.
   
   A hybrid approach. Like `CONFIG_PREALLOC_TIMERS`.


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