From 8f27d31585836ad7bc2618eb9e605fe20d90e2f0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Nov 2008 17:30:30 +0000 Subject: [PATCH] Implement poll/select for sockets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 24c3a23a354..3273b7d95fc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1207,6 +1207,7 @@ nuttx-0.3.19 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 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 pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>