diff options
author | Denis Vlasenko | 2007-08-12 21:05:49 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-12 21:05:49 +0000 |
commit | 1b9064d5355b5c26676e8447a1900116066e42e4 (patch) | |
tree | 5f1c4a0e433a10b6778fa95d16eb4366777630d2 /networking/Config.in | |
parent | ff65cd469b5f9acc43c79df98ac8e375a257f152 (diff) | |
download | busybox-1b9064d5355b5c26676e8447a1900116066e42e4.zip busybox-1b9064d5355b5c26676e8447a1900116066e42e4.tar.gz |
httpd: sendfile support
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 2ea0650..3013be6 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -83,6 +83,14 @@ config HTTPD help Serve web pages via an HTTP server. +config FEATURE_HTTPD_USE_SENDFILE + bool "Use sendfile system call" + default n + depends on HTTPD + help + When enabled, httpd will use the kernel sendfile() function + instead of read/write loop. + config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP bool "Support reloading the global config file using hup signal" default n |