summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/us7032evb1/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-20 19:24:06 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-20 19:24:06 +0000
commit5d5d883446084b9fa75a3f621f47da39e267601f (patch)
tree826e23653aecaf5f85d08ae94f3651a35634ace4 /nuttx/configs/us7032evb1/ostest/defconfig
parent5678cbefc78b20e8a96711600bbdf5d95d71f159 (diff)
Add support for TCP/IP connection backlog
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1294 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/us7032evb1/ostest/defconfig')
-rw-r--r--nuttx/configs/us7032evb1/ostest/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/us7032evb1/ostest/defconfig b/nuttx/configs/us7032evb1/ostest/defconfig
index e21df0942c..ae3160cb6d 100644
--- a/nuttx/configs/us7032evb1/ostest/defconfig
+++ b/nuttx/configs/us7032evb1/ostest/defconfig
@@ -330,6 +330,8 @@ CONFIG_MMCSD_READONLY=n
# CONFIG_NET_TCP_CONNS - Maximum number of TCP connections (all tasks)
# 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_TCPBACKLOG - Incoming connections pend in a backlog until
+# accept() is called. The size of the backlog is selected when listen() is called.
# CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks)
# CONFIG_NET_UDP - UDP support on or off
# CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off