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

net: MPTCP support is not enabled when apps use ListenTCP() or DialTCP() [1.23 backport] #70578

Open
gopherbot opened this issue Nov 26, 2024 · 0 comments
Labels
CherryPickCandidate Used during the release process for point releases
Milestone

Comments

@gopherbot
Copy link
Contributor

@matttbe requested issue #70500 to be considered for backport to the next 1.23 minor release.

Do you think this simple fix preventing GODEBUG=multipathtcp=X to work in some cases could be considered for backport to the >= v1.21 versions?

There is no crash, but also no way to change the behavior with GODEBUG as expected, apart from modifying the app.

The code that is being modified has not changed for at least 5-6 years, the cherry-pick should not be an issue.
On these older versions, MPTCP is not used by default, except if GODEBUG=multipathtcp=1 is set, so the risk is limited.

@gopherbot please consider this for backport.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Nov 26, 2024
@gopherbot gopherbot added this to the Go1.23.4 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPickCandidate Used during the release process for point releases
Projects
None yet
Development

No branches or pull requests

1 participant