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
Reason to enhance or problem with existing solution
I need broadcast, multicast and maybe unicast options.
Suggested enhancement
I can't find any documentation on how this stack is implemented.
Where do I start to implement the function below?
int NetworkStack::setstackopt(int level, int optname, const void *optval, unsigned optlen)
{
return NSAPI_ERROR_UNSUPPORTED;
}
Pros
added what was existing functionality back into Mbed-OS