xiaoxiang781216 commented on a change in pull request #3045: URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r594990051
########## File path: sched/Kconfig ########## @@ -1058,12 +1058,12 @@ config SDCLONE_DISABLE descriptors by task_create() when a new task is started. If set, all sockets will appear to be closed in the new task. -config NFILE_DESCRIPTORS - int "Maximum number of file descriptors per task" - default 16 +config NFCHUNK_DESCRIPTORS Review comment: This option control how many file handles to extend in each reallocation, NFILE_DESCRIPTORS_ROW obviously isn't a good name, @acassis do you have other better suggestion? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org