Change how TCP read-ahead is selected to better integrate with TCP write buffering

This commit is contained in:
Gregory Nutt 2014-01-13 13:55:51 -06:00
parent 63c95d9bdc
commit 726bd59fc2

View File

@ -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>