Skip to content

Change default server discovery port #230

@from2001

Description

@from2001

Currently, default server discovery port is 9999.

It is recommended to use 49152〜65535.

The port range can be specified.

Modify the code from
[Min(1)] public int ServerDiscoveryPort = 9999;
to
[Range(49152, 65535)] public int ServerDiscoveryPort = 49999;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions