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/01/04 10:29:56 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #952: netutils/netcat: implemented NETUTILS_NETCAT_SENDFILE option.

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



##########
File path: netutils/netcat/Kconfig
##########
@@ -47,4 +47,16 @@ config NETUTILS_NETCAT_STACKSIZE
 	int "netcat stack size"
 	default DEFAULT_TASK_STACKSIZE
 
+config NETUTILS_NETCAT_SENDFILE
+	bool "Use sendfile() in netcat when possible"
+	default n

Review comment:
       should we turn on this by default?




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