Forum Discussion
Altera_Forum
Honored Contributor
21 years agonon-blocking LWIP Ethernet Socket
Has anyone been able to setup a socket non-blocking with LWIP on uC/OS-II? I have found that the fcntl() is not supported. My application is using the socket as a control channel that I ch...
Altera_Forum
Honored Contributor
21 years agoHave a look at the web server example design that ships with Nios II. This uses LWIP on uCOS and the HTTP server uses non-blocking IO (for the most part) to send web content back to the client.