The eCos reference talks about how sockets behave when their marked as
non-blocking.  How does one set a socket to non-blocking?
The following fails with an "unsupported" error:

 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_NONBLOCK);

-- 
Grant Edwards               grant.b.edwards        Yow! I guess you guys got
                                  at               BIG MUSCLES from doing too
                              gmail.com            much STUDYING!


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to