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 (I have changed it). -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org