summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-20 19:24:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-20 19:24:06 +0000
commit8cd8607510ca423089ca1b0266c22aeee685dcee (patch)
tree826e23653aecaf5f85d08ae94f3651a35634ace4 /nuttx/Documentation/NuttxUserGuide.html
parentf4f6f592170662f664998c9a1ae938bda35cf8d9 (diff)
downloadnuttx-8cd8607510ca423089ca1b0266c22aeee685dcee.tar.gz
nuttx-8cd8607510ca423089ca1b0266c22aeee685dcee.tar.bz2
nuttx-8cd8607510ca423089ca1b0266c22aeee685dcee.zip
Add support for TCP/IP connection backlog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index e843908a7..0dfa64a87 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -6070,6 +6070,14 @@ interface of the same name.
<li><code>CONFIG_NET_NTCP_READAHEAD_BUFFERS</code> Defined to be greater than zero</li>
</ul>
<p>
+ In order to for select to work with incoming connections, you must also select:
+</p>
+<ul>
+ <li><code>CONFIG_NET_TCPBACKLOG</code>
+ Incoming connections pend in a backlog until <code>accept()</cod> is called.
+ The size of the backlog is selected when <code>listen()</code> is called.</li>
+</ul>
+<p>
<b>Input Parameters:</b>
</p>
<ul>