My branch is not the latest one, but I have checked the code which PR is fixing and I have the latest one. I think the problem is with the local_ioctl function, where there is no code to properly set s_flags in case of FIONBIO.
On Thu, Nov 3, 2022 at 7:04 PM Xiang Xiao <xiaoxiang781...@gmail.com> wrote: > Does your branch contain this patch? > https://github.com/apache/incubator-nuttx/pull/5933 > > On Fri, Nov 4, 2022 at 1:11 AM Jernej Turnsek <jernej.turn...@gmail.com> > wrote: > > > 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 > > >