Implement poll/select for sockets

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-18 17:30:30 +00:00
parent 4a152edb85
commit 8f27d31585

View File

@ -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>