Skip to content

socket stack, UDP listen (TCP as well) may result in EADDRINUSE #530

@hannesm

Description

@hannesm

The issue is that the OS may use some ports already, and our API (the port is passed to listen, which then bind is applied to) doesn't allow to "list the already used ports".

I've no good idea how to fix this, related is #292. Would be great to have a good API experience without exceptions popping up. Any ideas / suggestions?

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