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

Posix-ify link_receiver.cc #4229

Merged

Conversation

madhurajayaraman
Copy link
Contributor

b/370776046

@madhurajayaraman madhurajayaraman force-pushed the deprecate-link-reciever branch 3 times, most recently from 60f3e11 to 672213d Compare October 9, 2024 20:37
@madhurajayaraman madhurajayaraman marked this pull request as ready for review October 10, 2024 15:55
// See https://www.ietf.org/rfc/rfc3493.txt for details.
if (local_address && (local_address->type == kSbSocketAddressTypeIpv6) &&
common::MemoryIsZero(local_address->address, 16)) {
int on = 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

The comments above state the IPV6_V6ONLY will be turned off. But the way I'm reading this code it is actually turning it on.

@madhurajayaraman madhurajayaraman merged commit 53b20c5 into youtube:pre-chrobalt Oct 30, 2024
252 of 255 checks passed
@madhurajayaraman madhurajayaraman deleted the deprecate-link-reciever branch October 30, 2024 15:09
madhurajayaraman added a commit to madhurajayaraman/cobalt that referenced this pull request Oct 30, 2024
madhurajayaraman added a commit that referenced this pull request Nov 1, 2024
niranjanyardi pushed a commit that referenced this pull request Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants