summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 17:30:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 17:30:30 +0000
commit1994f6983332bf79b4ea8d3f242dc710f99cf2e9 (patch)
tree414ecfd618101a507bf1b3c9263cd067b2ad7b9b /nuttx/ChangeLog
parent3a3f46b691da1747881032dec6f5b5af2c308cdd (diff)
downloadnuttx-1994f6983332bf79b4ea8d3f242dc710f99cf2e9.tar.gz
nuttx-1994f6983332bf79b4ea8d3f242dc710f99cf2e9.tar.bz2
nuttx-1994f6983332bf79b4ea8d3f242dc710f99cf2e9.zip
Implement poll/select for sockets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 61b4d5e3a..631080479 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -571,4 +571,5 @@
full buffer of read data before return. This means that getc would stall when it needed
to refill the input buffer. The old behavior (read full blocks) might be useful in other
contexts, so it is still available within the driver as a configuration option.
+ * Implement poll() and select() support for TCP/IP sockets