Description
- Type: Enhancement
- Related issue: #broadcast
- Priority: Blocker
Enhancement
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
Cons