Skip to content

ntsi::StreamSocket::bind should provide an overload without requiring reuseAddress #168

@che2

Description

@che2

ntsi::StreamSocket::bind requires reuseAddress to be specified when called. This is problematic when the value of reuseAddress has already been set by setOption before bind is called.

I think we should provide an overload to bind without requiring 'reuseAddress', so that we can choose to preserve the existing value of that option.

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