-
Notifications
You must be signed in to change notification settings - Fork 724
Ipv4 only network - listen on windows #3590
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bilboquet
reviewed
Feb 22, 2023
bilboquet
approved these changes
Feb 22, 2023
Merged
bors bot
added a commit
that referenced
this pull request
Mar 1, 2023
3489: Testnet 20 r=AurelienFT a=AurelienFT Merged in this testnet: - #3475 - #3549 - #3562 - #3462 - #3492 - #3502 - #3495 - #3556 - #3511 - #3498 - #3566 - #3557 - #3576 - #3579 - #3507 - #3585 - #3587 - #3580 - #3590 - #3549 - #3455 - #3601 - #3602 - #3606 - #3588 - #3603 - #3554 Co-authored-by: AurelienFT <[email protected]> Co-authored-by: Ben PHL <[email protected]> Co-authored-by: Modship <[email protected]> Co-authored-by: Ben <[email protected]> Co-authored-by: Eitu33 <[email protected]> Co-authored-by: Sydhds <[email protected]> Co-authored-by: modship <[email protected]> Co-authored-by: Moncef AOUDIA <[email protected]> Co-authored-by: Moncef AOUDIA <[email protected]>
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was able to test that on a IPv4 only-network on windows, nodes could not bootstrap on my node before.
This PR fixes the default behaviour of windows ([::] only matches to IPv6 addresses, not IPv4, so it failed)