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

Preferences.java: Set preferIPv6Addresses to default true #14285

Closed
wants to merge 4 commits into from

Conversation

jpds
Copy link

@jpds jpds commented Feb 26, 2023

IPv6 is now the majority IP version in various parts of the world:

As such, this PR sets the app behavior to prefer IPv6 connections by default.

@jpds jpds requested a review from a team as a code owner February 26, 2023 17:00
@CLAassistant
Copy link

CLAassistant commented Feb 26, 2023

CLA assistant check
All committers have signed the CLA.

@dkocher dkocher linked an issue Feb 27, 2023 that may be closed by this pull request
@dkocher
Copy link
Contributor

dkocher commented Feb 28, 2023

This setup was introduced with #12917.

@AliveDevil
Copy link
Contributor

Need to check what behavior .NET WebRequest and TcpClient default to (on .NET 4.7.1)1

Otherwise, if Java-core defaults to IPv6, and our TcpReachability tests for IPv4, this may result in issues.

Footnotes

  1. https://g.iterate.ch/projects/ITERATE/repos/cyberduck/browse/core/src/main/csharp/ch/cyberduck/core/diagnostics/TcpReachability.cs

@dkocher dkocher added this to the 8.9.0 milestone Mar 21, 2023
@dkocher dkocher modified the milestones: 8.6.0, 8.6.1, 8.6.2 May 30, 2023
@dkocher dkocher modified the milestones: 8.6.2, 8.7.0 Aug 4, 2023
@dkocher dkocher removed this from the 8.7.0 milestone Oct 12, 2023
@dkocher dkocher marked this pull request as draft November 15, 2024 16:02
@dkocher dkocher closed this Jan 3, 2025
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.

Should prefer IPv6 addresses
4 participants