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/02/05 17:39:06 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5423: pipe: Add DEV_PIPE_VFS_PATH to specify the pipe location

xiaoxiang781216 commented on a change in pull request #5423:
URL: https://github.com/apache/incubator-nuttx/pull/5423#discussion_r800081523



##########
File path: drivers/pipes/Kconfig
##########
@@ -14,8 +14,7 @@ if PIPES
 
 config DEV_PIPE_MAXSIZE
 	int "Maximum pipe/FIFO size"
-	default 1024 if !DEFAULT_SMALL
-	default 256 if DEFAULT_SMALL
+	default 65535

Review comment:
       Yes, but I already split it into the separated patch:
   https://github.com/apache/incubator-nuttx/pull/5423/commits/74c7ee663f284318601a1bebf35924bb5047bf07
   So, it's no difference from git view.




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