From d9bb5702d44cbee000a76151558fc51446fcf305 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 13 Jan 2014 13:55:51 -0600 Subject: Change how TCP read-ahead is selected to better integrate with TCP write buffering --- apps/netutils/thttpd/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/netutils') diff --git a/apps/netutils/thttpd/config.h b/apps/netutils/thttpd/config.h index 32908cc16..e7bbb5ad9 100644 --- a/apps/netutils/thttpd/config.h +++ b/apps/netutils/thttpd/config.h @@ -53,7 +53,7 @@ #undef CONFIG_THTTPD #if defined(CONFIG_NET) && defined(CONFIG_NET_TCP) && \ defined(CONFIG_NET_TCPBACKLOG) && !defined(CONFIG_DISABLE_ENVIRONMENT) && \ - !defined(CONFIG_SDCLONE_DISABLE) && CONFIG_NET_NTCP_READAHEAD_BUFFERS > 0 + !defined(CONFIG_SDCLONE_DISABLE) && defined(CONFIG_NET_TCP_READAHEAD) # define CONFIG_THTTPD 1 -- cgit v1.2.3