acassis commented on issue #16504: URL: https://github.com/apache/nuttx/issues/16504#issuecomment-2960023136
@sastel I think it is because NuttX try to only enable the minimal thinks possible. But things are changing, in the past we could enable or disable signals, until someone realized signal was a required by POSIX. Now we don't have option to disable signals. Although we got better compatibility we lose the ability to not use it in small microcontrollers. Maybe a better compromise is just enabling by default what is required by the POSIX standard but keep the option to disable it. I think multicast loopback could follow this approach. @wengzhe @xiaoxiang781216 @raiden00pl please comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org