From a1915efa1ddef2bf36d60ab6166be70ff585f91a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Sep 2008 13:59:54 +0000 Subject: [PATCH] Add uIP support more multi-threaded socket access git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index 24b91112c0..2f8e7cbd5e 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -247,6 +247,8 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_NET_IPv6 - Build in support for IPv6 CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread. + CONFIG_NET_NACTIVESOCKETS - Maximum number of concurrent socket + operations (recv, send, etc.). Default: CONFIG_NET_TCP_CONNS+CONFIG_NET_UDP_CONNS CONFIG_NET_SOCKOPTS - Enable or disable support for socket options CONFIG_NET_BUFSIZE - uIP buffer size