Skip to content

Adding setstackopt, etc to the Networking library #3163

@Neuromancer2701

Description

@Neuromancer2701

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions