Skip to content

Dynamic port allocation #898

Open
Open
@arturkow2000

Description

@arturkow2000

Embassy-net currently allocates ports starting with port 1025 (LOCAL_PORT_MIN variable), this may conflict with services that use ports higher than 1025, combined with RNG which IIRC is already used for randomizing ports, may cause random failures in apps.
Shouldn't embassy-net allocate only ports from 49152 to 65535 range?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions