summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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