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

Make the default pool host ipv6 compatible #3356

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Conversation

NullSoldier
Copy link
Contributor

@NullSoldier NullSoldier commented Feb 8, 2023

Summary

By default if you listen on 0.0.0.0 then the node net server won't listen on the ipv6 adapter. IF you listen on :: which is the ipv6 equivilent it will set the net server in multi adapter mode and listen on both ipv6 and ipv4. If you want ipv6 only there is an extra parameter.

Read more, nodejs/node#9390

Testing Plan

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

By default if you listen on 0.0.0.0 then the node net server won't
listen on the ipv6 adapter. IF you listen on :: which is the ipv6
equivilent it will set the net server in multi adapter mode and listen
on both ipv6 and ipv4. If you want ipv6 only there is an extra
parameter.
@NullSoldier NullSoldier requested a review from a team as a code owner February 8, 2023 22:40
@jowparks
Copy link
Contributor

jowparks commented Feb 8, 2023

Just want to verify the expected behavior is auto-listen on ipv4
nodejs/node#9390 (comment)

@NullSoldier NullSoldier merged commit 7ff70a3 into staging Feb 9, 2023
@NullSoldier NullSoldier deleted the fix-pool-host branch February 9, 2023 00:35
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.

3 participants