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

fix(s2n-quic-dc): resolve unspecified peer addrs on connect #2408

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Dec 6, 2024

Description of changes:

This change fixes an issue where the connect call provided an unspecified address. This should be resolved by the underlying socket instead of using the raw value.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review December 6, 2024 22:18
} else {
acceptor_addr
}
.into();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, we were seeing a similar ~bug in the handshake metrics -- maybe we need code like this somewhere in s2n-quic too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I can look into that

@camshaft camshaft merged commit 6d97280 into main Dec 9, 2024
127 of 130 checks passed
@camshaft camshaft deleted the camshaft/dc-unspecified-resolve branch December 9, 2024 16:49
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