From f6de8fab9c2aff868dcd32a5227eadcc7e3c90c4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 5 Nov 2007 23:04:16 +0000 Subject: [PATCH] Basic TCP send functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/README.txt b/configs/README.txt index f07e4aaa5dd..0a1b4231048 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -211,7 +211,8 @@ defconfig -- This is a configuration file similar to the Linux TCP/IP and UDP support via uIP CONFIG_NET - Enable or disable all network features CONFIG_NET_IPv6 - Build in support for IPv6 - CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread. + CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors + per task/thread. CONFIG_NET_MAX_CONNECTIONS - Maximum number of TCP connections (all tasks) CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) CONFIG_NET_SOCKOPTS - Enable or disable support for socket options