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 22:14:40 UTC

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

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



##########
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:
       Good. Let's turn it on 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