summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-12 21:05:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-12 21:05:49 +0000
commit1b9064d5355b5c26676e8447a1900116066e42e4 (patch)
tree5f1c4a0e433a10b6778fa95d16eb4366777630d2 /networking/Config.in
parentff65cd469b5f9acc43c79df98ac8e375a257f152 (diff)
downloadbusybox-w32-1b9064d5355b5c26676e8447a1900116066e42e4.tar.gz
busybox-w32-1b9064d5355b5c26676e8447a1900116066e42e4.tar.bz2
busybox-w32-1b9064d5355b5c26676e8447a1900116066e42e4.zip
httpd: sendfile support
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 2ea0650a0..3013be676 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -83,6 +83,14 @@ config HTTPD
83 help 83 help
84 Serve web pages via an HTTP server. 84 Serve web pages via an HTTP server.
85 85
86config FEATURE_HTTPD_USE_SENDFILE
87 bool "Use sendfile system call"
88 default n
89 depends on HTTPD
90 help
91 When enabled, httpd will use the kernel sendfile() function
92 instead of read/write loop.
93
86config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 94config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
87 bool "Support reloading the global config file using hup signal" 95 bool "Support reloading the global config file using hup signal"
88 default n 96 default n