Skip to content

Rework for so_reuse in ip_open #178

Description

@rnijveld

PR #176 introduced a so_reuse parameter, but this is a specific linux-only parameter currently, making it a footgun in that it could be interpreted that this functionality is available on other platforms (because it silently ignores the parameter on other platforms), whereas that isn't the case. But at the same time the parameter was introduced to support binding to the same interface multiple times, which is functionality that is only supported on linux currently, so it doesn't make sense to support the feature right now. At some point we'll need to rework this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions