summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-20 21:50:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-20 21:50:55 +0000
commitdca18be1b79f5eead895b554a941dae04c89fa2b (patch)
tree3490d851b5637e54b97ff5872d8f7015ccb02907 /nuttx/Documentation
parent8cd8607510ca423089ca1b0266c22aeee685dcee (diff)
downloadpx4-nuttx-dca18be1b79f5eead895b554a941dae04c89fa2b.tar.gz
px4-nuttx-dca18be1b79f5eead895b554a941dae04c89fa2b.tar.bz2
px4-nuttx-dca18be1b79f5eead895b554a941dae04c89fa2b.zip
Completed integration of TCP connection backlog and poll()/select() for connections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1295 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 3dd0d53fa..a5eb01a82 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1215,6 +1215,7 @@ nuttx-0.3.19 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Implemented support for connection backlog. The size of the backlog is specified by the
second argument of the standard listen() API. Hooks are provided to support poll()/select()
waiting for connections, with a subsequent call to accept() to use the backlogged connection.
+ * Fixed a minor bug in accept(). It should allow the address and addresslen values to be NULL
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;