summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index bddd9d56e..c16bbafaf 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -174,9 +174,17 @@ config NET_TCP_SPLIT_SIZE
---help---
Packets of this size or smaller than this will not be split.
-endif
-endif
-endmenu
+endif # NET_TCP_SPLIT
+
+config NET_SENDFILE
+ bool "Optimized network sendfile()"
+ default n
+ ---help---
+ Support larger, high performance sendfile() from transferring
+ files out a TCP connection.
+
+endif # NET_TCP
+endmenu # TCP/IP Networking
menu "UDP Networking"