Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem with fcntl
Hi all, I've a little problem with UDP socket (based on Interniche Stack). I want set the option "O_NONBLOCK" in my socket, but when I retrieve the socket options from socket with flag...
Altera_Forum
Honored Contributor
14 years agoSorry I've done the problem :p.
the solution is: RTOS doesn't support all option in fcntl, so the error is normal :D The only option supported is O_NONBLOCK. Bye