From 726bd59fc2de62c510efb952b2c64106a27d0083 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 13 Jan 2014 13:55:51 -0600 Subject: [PATCH] Change how TCP read-ahead is selected to better integrate with TCP write buffering --- Documentation/NuttxUserGuide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 621c65c939..621c4c8c18 100644 --- a/Documentation/NuttxUserGuide.html +++ b/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