From 1994f6983332bf79b4ea8d3f242dc710f99cf2e9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Nov 2008 17:30:30 +0000 Subject: Implement poll/select for sockets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/ChangeLog') 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 -- cgit v1.2.3