9
0
Fork 0

Document poll/select bug

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1290 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-11-19 20:06:20 +00:00
parent c467815ba2
commit f26cde39fa
1 changed files with 7 additions and 1 deletions

View File

@ -214,12 +214,18 @@ o Network (net/, netutils/)
Status: Open
Priority: Medium
Description: poll()/select is not implement for UDP sockets because they do
Description: poll()/select() is not implemented for UDP sockets because they do
do not support read-ahead buffering. Therefore, there is never
a case where you can read from a UDP socket without blocking.
Status: Open, depends on UDP read-ahead support
Priority: Medium
Description: poll()/select() does not detect incoming connections. As a result
they are not useful for implementing servers in the usual way.
Status: Open.
Priority: High. There is a work-around (compare examples/poll/net_reader.c
to examples/poll/net_listener.c).
o USB (drivers/usbdev)
^^^^^^^^^^^^^^^^^^^^