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 agoThanks for the help.
The FIONBIO with the ioctl worked great for my code.