summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/nsh/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-13 13:55:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-13 13:55:51 -0600
commitd9bb5702d44cbee000a76151558fc51446fcf305 (patch)
tree6b991974a9f7a685db34b05b181fce30049789cd /nuttx/configs/lm3s8962-ek/nsh/defconfig
parent2d9a9034c31134db3f689430b9c04f63cf1ce59b (diff)
downloadpx4-nuttx-d9bb5702d44cbee000a76151558fc51446fcf305.tar.gz
px4-nuttx-d9bb5702d44cbee000a76151558fc51446fcf305.tar.bz2
px4-nuttx-d9bb5702d44cbee000a76151558fc51446fcf305.zip
Change how TCP read-ahead is selected to better integrate with TCP write buffering
Diffstat (limited to 'nuttx/configs/lm3s8962-ek/nsh/defconfig')
-rwxr-xr-xnuttx/configs/lm3s8962-ek/nsh/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s8962-ek/nsh/defconfig b/nuttx/configs/lm3s8962-ek/nsh/defconfig
index 838572204..58fa0072b 100755
--- a/nuttx/configs/lm3s8962-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s8962-ek/nsh/defconfig
@@ -256,6 +256,7 @@ CONFIG_NET_SOCKOPTS=y
CONFIG_NET_BUFSIZE=562
CONFIG_NET_TCP=y
CONFIG_NET_TCP_CONNS=8
+CONFIG_NET_TCP_READAHEAD=y
CONFIG_NET_NTCP_READAHEAD_BUFFERS=16
CONFIG_NET_TCPBACKLOG=n
CONFIG_NET_MAX_LISTENPORTS=8