summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
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 /apps/examples/README.txt
parent2d9a9034c31134db3f689430b9c04f63cf1ce59b (diff)
downloadnuttx-d9bb5702d44cbee000a76151558fc51446fcf305.tar.gz
nuttx-d9bb5702d44cbee000a76151558fc51446fcf305.tar.bz2
nuttx-d9bb5702d44cbee000a76151558fc51446fcf305.zip
Change how TCP read-ahead is selected to better integrate with TCP write buffering
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index b6547399c..78b6d1bbf 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1183,6 +1183,7 @@ examples/poll
CONFIG_NET - Defined for general network support
CONFIG_NET_TCP - Defined for TCP/IP support
CONFIG_NSOCKET_DESCRIPTORS - Defined to be greater than 0
+ CONFIG_NET_TCP_READAHEAD - Defined
CONFIG_NET_NTCP_READAHEAD_BUFFERS - Defined to be greater than zero
CONFIG_EXAMPLES_POLL_NOMAC - (May be defined to use software assigned MAC)