Skip to content
New issue

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

Test IPv6 on startup and disable its use on failure #794

Closed
wants to merge 1 commit into from

Conversation

matttpt
Copy link
Contributor

@matttpt matttpt commented Jun 27, 2013

On systems that don't support IPv6, IPv6 currently has to be disabled manually. With this patch IPv6 is tested on startup if it is enabled. If the test fails, a warning is printed and IPv6 is disabled for the time being. This patch addresses #793.

@proller
Copy link
Contributor

proller commented Jun 27, 2013

using constant port 30003 is very bad.
in tests too.
you cant make [second] server on port 30003 and this undocumented.

@matttpt
Copy link
Contributor Author

matttpt commented Jun 28, 2013

Would the server port (defaulting to 30000) or the singleplayer port (30011) be better? (FYI, the unit tests use 30001 and 30003.)

@proller
Copy link
Contributor

proller commented Jun 28, 2013

i think user configured server port will be better
tests must use random ports 60000+ jr server port, and need to be fixed.

@ghost ghost assigned sapier Jan 7, 2014
@sapier
Copy link
Contributor

sapier commented Jun 20, 2014

fixed in a different way

@sapier sapier closed this Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Network Rebase needed The PR needs to be rebased by its author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants