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

[server] add support for ipv6 addresses for --wait/--connect #11310

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Sep 14, 2023

(Note: --connect will behave the same as --wait and other related args)

  • haxe --connect 6000 will connect to 127.0.0.1, port 6000
  • haxe --connect 1.2.3.4:6000 will connect to 1.2.3.4, port 6000
  • haxe --connect 2001:0db8:0000:0000:0000:8a2e:0370:7334:6000 and haxe --connect 2001:db8::8a2e:370:7334:6000 will connect to ipv6 2001:db8::8a2e:370:7334, port 6000
  • haxe --connect ::1:6000 and haxe --connect 0000:0000:0000:0000:0000:0000:0000:0001:6000 will connect to ipv6 ::1, port 6000

@kLabz kLabz requested a review from Simn September 14, 2023 12:01
@Simn Simn merged commit 5605a11 into development Sep 14, 2023
98 checks passed
@skial skial mentioned this pull request Sep 15, 2023
1 task
@kLabz kLabz deleted the server_ipv6_support branch May 28, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants