summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-19 13:50:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-19 13:50:08 +0000
commit85f8218d49dfea1bea70633d38cede541143a1df (patch)
tree05dbb3d914eaf7434bd20987200ba57e3aafaa24 /nuttx/Documentation/NuttX.html
parent17553d10657c2a395a2ab1f7d6629453fc5ed342 (diff)
downloadpx4-nuttx-85f8218d49dfea1bea70633d38cede541143a1df.tar.gz
px4-nuttx-85f8218d49dfea1bea70633d38cede541143a1df.tar.bz2
px4-nuttx-85f8218d49dfea1bea70633d38cede541143a1df.zip
Add non-blocking capability for TCP sockets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1996 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index ec84e3b4d..7bd3f71e1 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: July 18, 2009</p>
+ <p>Last Updated: July 19, 2009</p>
</td>
</tr>
</table>
@@ -1493,12 +1493,15 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
when creating test threads (16Kb stacksize). The stack size should
be controlled by the .config file or the OSTest won't work on platforms
with memory constraints.
- * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTPPD server.
+ * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTTP server.
See http://acme.com/software/thttpd/.
* examples/thttpd: A basic test program for THTTPD
* configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint
Eagle-100 LMS6918 (Cortex-M3) board.
* lib/: Added strstr() and strpbrk().
+ * net/recvfrom.c: Sockets now support some non-blocking operations --
+ specifically only for TCP/IP read operations when read-ahead buffering
+ is enabled.
nuttx-0.4.10 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;