From 0cc9b5ef69aa200c2610f3e87281fe9aa9d7d389 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Nov 2007 23:09:39 +0000 Subject: Add TCP readahead logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@387 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'nuttx/Documentation/NuttxPortingGuide.html') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 923f08e84..faf3c5f89 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -1353,7 +1353,7 @@ The system can be re-made subsequently by just typing make. CONFIG_NSOCKET_DESCRIPTORS: Maximum number of socket descriptors per task/thread.
  • - CONFIG_NET_MAX_CONNECTIONS: Maximum number of TCP connections (all tasks). + CONFIG_NET_TCP_CONNS: Maximum number of TCP connections (all tasks).
  • CONFIG_NET_MAX_LISTENPORTS: Maximum number of listening TCP ports (all tasks). @@ -1362,7 +1362,13 @@ The system can be re-made subsequently by just typing make. CONFIG_NET_SOCKOPTS: Enable or disable support for socket options.
  • - CONFIG_NET_BUFFER_SIZE: uIP buffer size + CONFIG_NET_BUFSIZE: uIP buffer size +
  • +
  • + CONFIG_NET_TCP_READAHEAD_BUFSIZE: Size of TCP read-ahead buffers +
  • +
  • + CONFIG_NET_NTCP_READAHEAD_BUFFERS: Number of TCP read-ahead buffers (may be zero)
  • CONFIG_NET_UDP: UDP support on or off -- cgit v1.2.3