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 --- nuttx/Documentation/NuttxUserGuide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/Documentation/NuttxUserGuide.html') 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 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: September 28, 2013

+

Last Updated: January 13, 2014

@@ -7986,6 +7986,7 @@ interface of the same name.
  • 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 Define to enable read-ahead buffering
  • CONFIG_NET_NTCP_READAHEAD_BUFFERS Defined to be greater than zero
  • -- cgit v1.2.3