summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 23:35:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 23:35:27 +0000
commit1169a1c394fac06c2c922cdd65afd9b00ce5afce (patch)
tree4f8aba554a72c335c47fda18723012ad492daa0c /nuttx/ChangeLog
parent287259e702344f08c101996a47349e049bc7af27 (diff)
downloadnuttx-1169a1c394fac06c2c922cdd65afd9b00ce5afce.tar.gz
nuttx-1169a1c394fac06c2c922cdd65afd9b00ce5afce.tar.bz2
nuttx-1169a1c394fac06c2c922cdd65afd9b00ce5afce.zip
accept() now supports non-blocking operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 72c1f89e7..f26fecc8c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -828,9 +828,10 @@
* configs/ntosd-dm320/thttpd: A build configuration for THTTPD on the Neuros
DM320 platform.
* 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.
+ * net/recvfrom.c and net/accept(): Sockets now support some non-blocking
+ operations, specifically for (1) TCP/IP read operations when read-ahead
+ buffering is enabled, and (2) TCP/IP accept() operations when TCP/IP
+ connection backlog is enabled.
* fs/fs_fcntl.c and net/net_vfcntl.c: Minimal support provided for fcntl().
It can, at least, be used to mark sockets as blocking or non-blocking.
* net/net_close.c: Fix bug in close(). If reference count not set to zero