You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that IFF_DOWN is used both in nuttx and in apps to control network interface.
In my understanding, IFF_UP is enough and IFF_DOWN is rather redundant.
I noticed that IFF_DOWN is used both in nuttx and in apps to control network interface.
In my understanding, IFF_UP is enough and IFF_DOWN is rather redundant.
So my question is that do we still need IFF_DOWN?