Hi, I am trying to set O_NONBLOCK flag with the help of fcntl on Local Socket structure (AF_UNIX) and I am not getting the non blocking functionality. If setting the SOCK_NONBLOCK flag while creating the socket, it is working fine. I am using some Linux based code, where this functionality is working. Is this a bug?
Regards, Jernej