We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Windows uses ports starting from 49152 to establish connections, so the game server ports (starting from 55901) might be problematic.
To Reproduce Steps to reproduce the behavior:
Expected behavior The game server default ports should be changed to something below 49152. Maybe 45000 is a good starting port.
Additional context https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/default-dynamic-port-range-tcpip-chang https://www.sciencedirect.com/topics/computer-science/registered-port#:%7E:text=Dynamic%20ports%E2%80%94Ports%20in%20the,but%20many%20systems%20do%20not
... the ports from 49152 to 65535 can be used dynamically by applications.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Windows uses ports starting from 49152 to establish connections, so the game server ports (starting from 55901) might be problematic.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The game server default ports should be changed to something below 49152.
Maybe 45000 is a good starting port.
Additional context
https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/default-dynamic-port-range-tcpip-chang
https://www.sciencedirect.com/topics/computer-science/registered-port#:%7E:text=Dynamic%20ports%E2%80%94Ports%20in%20the,but%20many%20systems%20do%20not
The text was updated successfully, but these errors were encountered: