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 2021/03/13 00:05:35 UTC

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #3045: fs: Allocate file/socket dynamically

Donny9 commented on a change in pull request #3045:
URL: https://github.com/apache/incubator-nuttx/pull/3045#discussion_r593518073



##########
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:
       the  mean isn't NFILE_DESCRIPTORS_ROW, you can see more in #2834. we need  config the size of each chunk in the structure of  dobule fd array. But, this only my suggest.




----------------------------------------------------------------
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:
users@infra.apache.org