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 8e53b72627
commit b2b69f173b
15 changed files with 345 additions and 58 deletions
+1
View File
@@ -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