summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
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/Documentation/NuttxUserGuide.html
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 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 621c65c93..621c4c8c1 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -13,7 +13,7 @@
<h1><big><font color="#3c34ec"><i>NuttX Operating System<p>User's Manual</i></font></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt<p>
- <p>Last Updated: September 28, 2013</p>
+ <p>Last Updated: January 13, 2014</p>
</td>
</tr>
</table>
@@ -7986,6 +7986,7 @@ interface of the same name.
<li><code>CONFIG_NET</code> Defined for general network support</li>
<li><code>CONFIG_NET_TCP</code> Defined for TCP/IP support</li>
<li><code>CONFIG_NSOCKET_DESCRIPTORS</code> Defined to be greater than 0</li>
+ <li><code>CONFIG_NET_TCP_READAHEAD</code> Define to enable read-ahead buffering</li>
<li><code>CONFIG_NET_NTCP_READAHEAD_BUFFERS</code> Defined to be greater than zero</li>
</ul>
<p>